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