Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
The basic dict based notebook format.
The Python representation of a notebook is a nested structure of dictionary subclasses that support attribute access (IPython.utils.ipstruct.Struct). The functions in this module are merely helpers to build the structs in the right form.
Authors:
Create a new code cell with input and output
Create a new code cell with input and output
Create a new text cell.
Create a new section cell with a given integer level.
Create a worksheet by name with with a list of cells.
Create a notebook by name, id and a list of worksheets.
Create a new metadata node.
Create a new author.