Warning

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

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