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
¶