Jupyter Notebook
From Just Solve the File Format Problem
(Difference between revisions)
m (recategorize) |
(Category:JSON based file formats) |
||
Line 11: | Line 11: | ||
* [https://jupyter.org/ Official site] | * [https://jupyter.org/ Official site] | ||
* [https://nbformat.readthedocs.io/en/latest/ Format documentation] | * [https://nbformat.readthedocs.io/en/latest/ Format documentation] | ||
+ | |||
+ | [[Category:JSON based file formats]] |
Revision as of 16:19, 23 April 2017
Jupyter Notebook is a FOSS web application for interactive notebook files that mix runnable code, explanatory text, and other multimedia. It is primarily used in the sciences, and has enjoyed popularity with the machine learning crowd.
The Jupyter Notebook file format is JSON-based with extension .ipynb, after the project's predecessor, IPython. The format is open and exhaustively documented.