euporie.notebook.tabs.notebook.BaseNotebook

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

The main notebook container class.