Module cdoc_parser::notebook

source ·

Structs

  • Stuff common to all cell types
  • Controls cell display and function in notebook applications and is also used for rendering outputs.
  • Extra metadata for the JupyterLab application
  • 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).
  • Notebook metadata. Currently not precisely specified.

Enums

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

Functions