Module: nbformat.v2
Module: nbformat.v2.nbbase
Enter search terms or a module, class or function name.
Warning This documentation is for an old version of IPython. You can find docs for newer versions here.
Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Code for converting notebooks to and from the v2 format.
Authors:
Convert a notebook to the v2 format.
nb : NotebookNode
The Python representation of the notebook to convert.
orig_version : int
The original version of the notebook to convert.