scistag.jupystagΒΆ

Helper functions to handle Jupyter Notebooks

Module attributes

NOTEBOOK_CELL_DATA

Data part of a cell

NOTEBOOK_CELL_TYPE_CODE

Cell type Code

NOTEBOOK_CELL_TYPE_MARKDOWN

Cell type Markdown

NOTEBOOK_CELL_OUTPUTS

Output part of a cell

NOTEBOOK_CELL_TYPE

Cell's type

NOTEBOOK_CELLS

The cell list

Classes

Notebook

Jupyter notebook helper class.