euporie.notebook.app.Notebook

class euporie.notebook.app.Notebook(app: BaseApp, path: Path | None = None, kernel: Kernel | None = None, comms: dict[str, Comm] | None = None, use_kernel_history: bool = True, json: dict[str, Any] | None = None)

Interactive notebooks.

A tab which allows running and editing a notebook.