Jupyter Notebook
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Markup |extensions={{ext|ipynb}} }} '''Jupyter Notebook''' is a FOSS web application for interactive notebook files that mix runnab...") |
(PRONOM) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Scientific Data formats |
|extensions={{ext|ipynb}} | |extensions={{ext|ipynb}} | ||
+ | |pronom={{PRONOM|fmt/1119}} | ||
}} | }} | ||
'''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. | '''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. | ||
Line 11: | Line 12: | ||
* [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]] |
Latest revision as of 16:05, 9 December 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.