Jupyter Notebook File Format
(Redirected from Jupyter notebook file format)
Jump to navigation
Jump to search
A Jupyter Notebook File Format is a notebook file format for Jupyter notebooks.
- AKA: nbformat.
- Example(s):
- v4.4 (~2017-08-28) [1].
- v4.3
- v4.2
- v4.1
- v4.0 (~2015-07-2).
- https://github.com/jupyter/nbformat
- See: Zeppelin Notebook File Format.
References
- http://nbformat.readthedocs.io/en/latest/
- QUOTE: Jupyter (né IPython) notebook files are simple JSON documents, containing text, source code, rich media output, and metadata. Each segment of the document is stored in a cell.