The content of a 'history_request' tail message.

See Messaging in Jupyter.

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

interface IHistoryRequestTail {
    hist_access_type: "tail";
    n: number;
    output: boolean;
    raw: boolean;
}

Properties

hist_access_type: "tail"
n: number
output: boolean
raw: boolean