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 |
Parameters | |
path | path as string, File or Folder object |
Returns | |
NotebookInfo object, or None if no notebook config was found |
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 |