A 'history_reply' message content.

See Messaging in Jupyter.

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

interface IHistoryReply {
    history: [number, number, string][] | [number, number, [string, string]][];
    status: "ok";
}

Hierarchy (view full)

Properties

Properties

history: [number, number, string][] | [number, number, [string, string]][]
status: "ok"