module documentation
(source)

Undocumented

Class NotebookInfo This class keeps the info for a notebook
Class NotebookInfoList This class keeps a list of NotebookInfo objects
Class VirtualFile Undocumented
Function get_notebook_info No summary
Function get_notebook_list Returns a list of known notebooks as a NotebookInfoList
Function interwiki_link Convert an interwiki link into an url
Function resolve_notebook No summary
Variable logger Undocumented
def get_notebook_info(path): (source)
Look up the notebook info for either a uri, or a File or a Folder object.
Parameters
pathpath as string, File or Folder object
Returns
NotebookInfo object, or None if no notebook config was found
def get_notebook_list(): (source)
def interwiki_link(link): (source)
Convert an interwiki link into an url
def resolve_notebook(string, pwd=None): (source)
Takes either a notebook name or a file or dir path. For a name it resolves the path by looking for a notebook of that name in the notebook list. Note that the NotebookInfo for an file path is not using any actual info from the notebook, it just passes on the uri. Use build_notebook() to split the URI in a notebook location and an optional page path.
Returns
a NotebookInfo or None
logger = (source)

Undocumented