Inheritance diagram for IPython.nbformat.v1.nbjson:
Read and write notebooks in JSON format.
Authors:
Bases: IPython.nbformat.v1.rwbase.NotebookReader
x.__init__(...) initializes x; see help(type(x)) for signature
Read a notebook from a file like object
Convert from a raw JSON dict to a nested NotebookNode structure.
Bases: IPython.nbformat.v1.rwbase.NotebookWriter
x.__init__(...) initializes x; see help(type(x)) for signature
Write a notebook to a file like object