IPython Documentation

Table Of Contents

Previous topic

Module: nbformat.v3

Next topic

Module: nbformat.v3.nbbase

This Page

Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: nbformat.v3.convert

Code for converting notebooks to and from the v2 format.

Authors:

  • Brian Granger

1 Function

IPython.nbformat.v3.convert.convert_to_this_nbformat(nb, orig_version=2, orig_minor=0)

Convert a notebook to the v3 format.

Parameters:

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).