IPython Documentation

Table Of Contents

Previous topic

Module: nbformat.v3.nbjson

Next topic

Module: nbformat.v3.rwbase

This Page

Warning

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

Module: nbformat.v3.nbpy

Read and write notebooks as regular .py files.

Authors:

  • Brian Granger

3 Classes

class IPython.nbformat.v3.nbpy.PyReaderError

Bases: exceptions.Exception

class IPython.nbformat.v3.nbpy.PyReader

Bases: IPython.nbformat.v3.rwbase.NotebookReader

class IPython.nbformat.v3.nbpy.PyWriter

Bases: IPython.nbformat.v3.rwbase.NotebookWriter