Interface JupyterExecuteReqeustedOutputEvent

Emitted when the user requests an execution.

interface JupyterExecuteReqeustedOutputEvent {
    executionCount?: number;
}

Properties

Properties

executionCount?: number

The execution count to use for the cell after execution.