module documentation
(source)

Undocumented

Class IndexNotUptodateError Undocumented
Class Notebook Main class to access a notebook
Class NotebookConfig
Class NotebookExtension Base class for extending the notebook
Class PageError Undocumented
Class PageExistsError Undocumented
Class PageNotAllowedError Undocumented
Class PageNotAvailableError Undocumented
Class PageNotFoundError Undocumented
Function assert_index_uptodate Undocumented
Constant DATA_FORMAT_VERSION Undocumented
Variable logger Undocumented
Function _cache_dir_for_dir Undocumented
Function _iswritable Undocumented
Function _resolve_relative_config Undocumented
Constant _NOTEBOOK_CACHE Undocumented
def assert_index_uptodate(method): (source)

Undocumented

DATA_FORMAT_VERSION: tuple[int, ...] = (source)

Undocumented

Value
(0, 4)
logger = (source)

Undocumented

def _cache_dir_for_dir(dir): (source)

Undocumented

def _iswritable(dir): (source)

Undocumented

def _resolve_relative_config(dir, config): (source)

Undocumented

_NOTEBOOK_CACHE = (source)

Undocumented

Value
weakref.WeakValueDictionary()