Expand description
Notebook session management.
Manages the state of an active notebook session including compilation, execution, and output caching.
Structs§
- Notebook
Session - A notebook session.
- Output
History Entry - A single history entry for a cell’s execution.
Type Aliases§
- Interrupt
Flag - Shared interrupt flag that can be checked without locks.
- Session
Handle - Thread-safe session handle.