Module notebook

Source

Structs§

CellCommon
Stuff common to all cell types
CellMeta
Controls cell display and function in notebook applications and is also used for rendering outputs.
JupyterLabMeta
Extra metadata for the JupyterLab application
Notebook
Top-level notebook structure (the type is a mostly complete implementation of the official notebook specification (http://ipython.org/ipython-doc/3/notebook/nbformat.html).
NotebookMeta
Notebook metadata. Currently not precisely specified.

Enums§

Cell
Cell structure
CellOutput
Notebooks can save execution outputs in a variety of formats. Representing these makes it easy to replicate their types in the rendered output.
OutputValue
Complex cell outputs
StreamType
Stream type used for stream output.

Functions§

notebook_to_doc