Module: nbformat.v2
Module: nbformat.v2.nbbase
Enter search terms or a module, class or function name.
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.
from_version : int
The version of the notebook to convert from.
Convert a v2 notebook to v1.