nbformat.v1.rwbase
Module: nbformat.v1.nbjson
nbformat.v1.nbjson
Module: nbformat.v2
nbformat.v2
Enter search terms or a module, class or function name.
Warning This documentation is for an old version of IPython. You can find docs for newer versions here.
Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
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.