Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Code for converting notebooks to and from the v2 format.
Authors:
Convert a notebook to the v2 format.
Parameters: | nb : NotebookNode
orig_version : int
|
---|
Convert a v2 notebook to v1.
Parameters: | nb : NotebookNode
|
---|