tellurium.notebooks package

Submodules

tellurium.notebooks.notebooktools module

Utilities to work with ipython notebooks.

class tellurium.notebooks.notebooktools.NotebookFinder[source]

Bases: object

Module finder that locates IPython Notebooks

find_module(fullname, path=None)[source]
class tellurium.notebooks.notebooktools.NotebookLoader(path=None)[source]

Bases: object

Module Loader for IPython Notebooks.

load_module(fullname)[source]

Import a notebook as a module.

tellurium.notebooks.notebooktools.find_notebook(fullname, path=None)[source]

Find a notebook, given its fully qualified name and an optional path. This turns “foo.bar” into “foo/bar.ipynb” and tries turning “Foo_Bar” into “Foo Bar” if Foo_Bar does not exist.

Parameters:
  • fullname (str) – name of notebook (without .ipynb extension)
  • path (str) – relative path information for search
Returns:

path of notebook

Return type:

str

tellurium.notebooks.notebooktools.loadNotebooksAsModules()[source]
tellurium.notebooks.notebooktools.sideBySideOutput()[source]

tellurium.notebooks.ontologysearch module

tellurium.notebooks.parameterslider module

tellurium.notebooks.speciessearch module

Module contents

notebook imports