Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IExecuteResultMsg

An 'execute_result' message on the 'iopub' channel.

See Execution results.

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: "iopub"

content

content: { data: nbformat.IMimeBundle; execution_count: nbformat.ExecutionCount; metadata: nbformat.OutputMetadata; transient?: { display_id?: string } }

Type declaration

  • data: nbformat.IMimeBundle
  • execution_count: nbformat.ExecutionCount
  • metadata: nbformat.OutputMetadata
  • Optional transient?: { display_id?: string }
    • Optional display_id?: string

header

header: IHeader<MSGTYPE>

The message header.

metadata

metadata: JSONObject

Metadata associated with the message.

parent_header

parent_header: IHeader | {}

The parent message

Generated using TypeDoc