Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
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 output, to go in the cell.outputs list of a code cell.
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.