Jupyter Notebook File
(Redirected from Jupyter Notebook)
Jump to navigation
Jump to search
A Jupyter Notebook File is a notebook file that follows a Jupyter notebook file format.
- Context:
- It can (typically) operate within a Jupyter Environment.
- It can be read by a Jupyter Notebook Reader.
- It can be managed by a Jupyter Notebook Server.
- Example(s):
- a Matplotlib tutorial notebook, such as: [1].
- a Machine Learning-focused Jupyter Notebook, such as those in: [2] for classification evaluation[3]
- a Julia-based Jupyter Notebook, such as [4]
- Counter-Example(s):
- See: REPL, nteract/papermill Tool.
References
2017
- https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks
- QUOTE: This page is a curated collection of Jupyter/IPython notebooks that are notable. Feel free to add new content here, but please try to only include links to notebooks that include interesting visual or technical content; this should not simply be a dump of a Google search on every ipynb file out there.