Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IExecuteReplyMsg

An 'execute_reply' message on the 'stream' channel.

See Messaging in Jupyter.

See also: [[IExecuteRequest]], [[IKernel.execute]]

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: "shell"

The channel on which the message is transmitted.

content

The content of the message.

header

header: IHeader<"execute_reply">

The message header.

metadata

metadata: JSONObject

Metadata associated with the message.

parent_header

parent_header: IHeader<"execute_request">

The parent message

Generated using TypeDoc