nbformat.v1.rwbase
nbformat.v1.nbjson
nbformat.v2
Enter search terms or a module, class or function name.
Base classes and function for readers and writers.
Authors:
IPython.nbformat.v1.rwbase.
NotebookReader
Bases: object
object
read
Read a notebook from a file like object
reads
Read a notebook from a string.
NotebookWriter
write
Write a notebook to a file like object
writes
Write a notebook to a string.