IPython Documentation

Table Of Contents

Previous topic

Module: nbformat.v2.nbjson

Next topic

Module: nbformat.v2.nbxml

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).

Module: nbformat.v2.nbpy

Read and write notebooks as regular .py files.

Authors:

  • Brian Granger

3 Classes

class IPython.nbformat.v2.nbpy.PyReaderError

Bases: exceptions.Exception

class IPython.nbformat.v2.nbpy.PyReader

Bases: IPython.nbformat.v2.rwbase.NotebookReader

class IPython.nbformat.v2.nbpy.PyWriter

Bases: IPython.nbformat.v2.rwbase.NotebookWriter