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

See Messaging in Jupyter.

See also: [[IIsCompleteRequest]], [[IKernel.isComplete]]

interface IIsCompleteReplyMsg {
    buffers?: (ArrayBuffer | ArrayBufferView)[];
    channel: "shell";
    content: ReplyContent<IIsCompleteReplyIncomplete | IIsCompleteReplyOther>;
    header: IHeader<"is_complete_reply">;
    metadata: JSONObject;
    parent_header: IHeader<"is_complete_request">;
}

Hierarchy (view full)

Properties

buffers?: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel: "shell"

The channel on which the message is transmitted.

The content of the message.

header: IHeader<"is_complete_reply">

The message header.

metadata: JSONObject

Metadata associated with the message.

parent_header: IHeader<"is_complete_request">

The parent message