Module session

Module session 

Source
Expand description

Notebook session management.

Manages the state of an active notebook session including compilation, execution, and output caching.

Structs§

NotebookSession
A notebook session.
OutputHistoryEntry
A single history entry for a cell’s execution.

Type Aliases§

InterruptFlag
Shared interrupt flag that can be checked without locks.
SessionHandle
Thread-safe session handle.