IPython Documentation

Table Of Contents

Previous topic

nbformat.v2

Next topic

nbformat.v2.nbbase

This Page

nbformat.v2.convert

Module: nbformat.v2.convert

Code for converting notebooks to and from the v2 format.

Authors:

  • Brian Granger
IPython.nbformat.v2.convert.convert_to_this_nbformat(nb, orig_version=1)

Convert a notebook to the v2 format.

Parameters :

nb : NotebookNode

The Python representation of the notebook to convert.

orig_version : int

The original version of the notebook to convert.