IPython Documentation

Table Of Contents

Previous topic

nbformat.v2.nbpy

Next topic

nbformat.v2.rwbase

This Page

nbformat.v2.nbxml

Module: nbformat.v2.nbxml

Inheritance diagram for IPython.nbformat.v2.nbxml:

System Message: WARNING/2 (/home/roberto/Dropbox/Programming/IPython/MaemoMeeGo/ipython-0.13.1/docs/source/api/generated/IPython.nbformat.v2.nbxml.txt, line None)

Could not execute ‘dot’. Are you sure you have ‘graphviz’ installed?

Read and write notebook files as XML.

Authors:

  • Brian Granger

XMLReader

class IPython.nbformat.v2.nbxml.XMLReader

Bases: IPython.nbformat.v2.rwbase.NotebookReader

__init__()

x.__init__(...) initializes x; see help(type(x)) for signature

read(fp, **kwargs)

Read a notebook from a file like object

reads(s, **kwargs)
to_notebook(root, **kwargs)
IPython.nbformat.v2.nbxml.indent(elem, level=0)