An 'input_reply' message on the 'stdin' channel.

See Messaging in Jupyter.

Hierarchy

Properties

buffers?: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel: "stdin"

The channel on which the message is transmitted.

content: ReplyContent<IInputReply>

The content of the message.

header: IHeader<"input_reply">

The message header.

metadata: JSONObject

Metadata associated with the message.

parent_header: IHeader<"input_request">

The parent message

Generated using TypeDoc