nbformat.v3
nbformat.v3.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 v3 format.
nb : NotebookNode
The Python representation of the notebook to convert.
orig_version : int
The original version of the notebook to convert.
orig_minor : int
The original minor version of the notebook to convert (only relevant for v >= 3).