A 'history_reply' message on the 'shell' channel.

See Messaging in Jupyter.

See also: [[IHistoryRequest]], [[IKernel.history]]

Hierarchy

Properties

buffers?: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel: "shell"

The channel on which the message is transmitted.

content: ReplyContent<IHistoryReply>

The content of the message.

header: IHeader<"history_reply">

The message header.

metadata: JSONObject

Metadata associated with the message.

parent_header: IHeader<"history_request">

The parent message

Generated using TypeDoc