An output event and an identifier for the event.

The identifiers are ULIDs so the events can be sorted lexicographically by id to get a correct chronological ordering.

interface JupyterOutput {
    event: JupyterOutputEvent;
    jupyterOutputId: string;
}

Properties

The output event.

jupyterOutputId: string

ULID of this output.