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

See Messaging in Jupyter.

See also: [[ICommInfoRequestMsg]], [[IKernel.commInfo]]

interface ICommInfoReplyMsg {
    buffers?: (ArrayBuffer | ArrayBufferView)[];
    channel: "shell";
    content: ReplyContent<ICommInfoReply>;
    header: IHeader<"comm_info_reply">;
    metadata: JSONObject;
    parent_header: IHeader<"comm_info_request">;
}

Hierarchy (view full)

Properties

buffers?: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel: "shell"

The channel on which the message is transmitted.

content: ReplyContent<ICommInfoReply>

The content of the message.

header: IHeader<"comm_info_reply">

The message header.

metadata: JSONObject

Metadata associated with the message.

parent_header: IHeader<"comm_info_request">

The parent message