module documentation
(source)

This module implements the history for navigating pages in the notebook.

The main class is History. Also there is a specialized class HistoryPath which extends Path with history information.

Class History No summary
Class HistoryList A list of HistoryPaths which takes care of serialization when saving in a config file, and de-serialization on construction.
Class HistoryPath Path with some additional info from the history.
Class RecentPath Undocumented
Constant MAX_HISTORY Undocumented
Constant MAX_RECENT Undocumented
Variable logger Undocumented
MAX_HISTORY: int = (source)

Undocumented

Value
25
MAX_RECENT: int = (source)

Undocumented

Value
10
logger = (source)

Undocumented