IPython Documentation

Table Of Contents

Previous topic

Module: nbformat.v1.nbbase

Next topic

Module: nbformat.v1.rwbase

This Page

Warning

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

Module: nbformat.v1.nbjson

Read and write notebooks in JSON format.

Authors:

  • Brian Granger

2 Classes

class IPython.nbformat.v1.nbjson.JSONReader

Bases: IPython.nbformat.v1.rwbase.NotebookReader

to_notebook(d, **kwargs)

Convert from a raw JSON dict to a nested NotebookNode structure.

class IPython.nbformat.v1.nbjson.JSONWriter

Bases: IPython.nbformat.v1.rwbase.NotebookWriter