SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.13.tgz: d556497822d9386c5cd5dd1d38aefe5716ae61ea1e277c30c4a51ba4c102af5b jupyter-notebook-application-extension-7.0.0-alpha.13.tgz: 6440c420cb05f3b01883789fd09b51cd24b4dbb70e0c1496071cc497daa328c2 jupyter-notebook-console-extension-7.0.0-alpha.13.tgz: 1c8b5c0e4e8fd8a3b1e88749dcd1217506aa290a2d0c52c2ff72f2d0eb567f96 jupyter-notebook-docmanager-extension-7.0.0-alpha.13.tgz: 2525b1c5e15b7cc0d1f8a65a3f215aa05a3568b45c50b1315d47d9478b014012 jupyter-notebook-documentsearch-extension-7.0.0-alpha.13.tgz: 57bb7ebaff6e20454348b22b8ab23e632bf45b16c3042671ad59601df7a0471b jupyter-notebook-help-extension-7.0.0-alpha.13.tgz: c0f2066eaa83bd94352db52fe1788dc2285340976774a96fdcd96752afa8513e jupyter-notebook-lab-extension-7.0.0-alpha.13.tgz: 70e11b99f65e6fd51a7d536a614073e93e2438b7613770b6d6e113c60e499d5a jupyter-notebook-notebook-extension-7.0.0-alpha.13.tgz: 80eb5395ed768409ee7034d95eea99c6448a989a9ca9660df387ed9a8f203c9f jupyter-notebook-terminal-extension-7.0.0-alpha.13.tgz: 7b9ebefd5f5618e645a452c72e20f2f5ef074501132d81ced86ce1ff52f953e2 jupyter-notebook-tree-7.0.0-alpha.13.tgz: 5c8b065e6ad63520da4cdce4117873586c8e9cd3608714c9425eb8b4e389a7e6 jupyter-notebook-tree-extension-7.0.0-alpha.13.tgz: 69fa7e81012a1adaf0bc7c9565c51cbf7474e10fb80aff70729210b135532cd6 jupyter-notebook-ui-components-7.0.0-alpha.13.tgz: 933aa0680c1133cd218da4c31d1949a381eb88c29a92fd67ea1487555b338c6b notebook-7.0.0a13-py3-none-any.whl: 35f6408d4257960ba12b726aba2951b51b949285077179f446d36b6012dcc737 notebook-7.0.0a13.tar.gz: e69d8a3d25cc1c39e108927d31ffe3a02f8afc7d5af24ca54040ea2241490449
Jupyter Notebook
The Jupyter notebook is a web-based notebook environment for interactive computing.
Maintained versions
We maintain the two most recently released major versions of Jupyter Notebook, Notebook v5 and Classic Notebook v6. After Notebook v7.0 is released, we will no longer maintain Notebook v5. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible.
The Jupyter Notebook project is currently undertaking a transition to a more modern code base built from the ground-up using JupyterLab components and extensions.
There is new stream of work which was submitted and then accepted as a Jupyter Enhancement Proposal (JEP) as part of the next version (v7): https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html
There is also a plan to continue maintaining Notebook v6 with bug and security fixes only, to ease the transition to Notebook v7: https://github.com/jupyter/notebook-team-compass/issues/5#issuecomment-1085254000
Notebook v7
The next major version of Notebook will be based on:
- JupyterLab components for the frontend
- Jupyter Server for the Python server
This represents a significant change to the jupyter/notebook
code base.
To learn more about Notebook v7: https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html
Classic Notebook v6
Maintainance and security-related issues are now being addressed in the 6.4.x
branch.
A 6.5.x
branch will be soon created and will depend on nbclassic
for the HTML/JavaScript/CSS assets.
New features and continuous improvement is now focused on Notebook v7 (see section above).
If you have an open pull request with a new feature or if you were planning to open one, we encourage switching over to the Jupyter Server and JupyterLab architecture, and distribute it as a server extension and / or JupyterLab prebuilt extension. That way your new feature will also be compatible with the new Notebook v7.
Jupyter notebook, the language-agnostic evolution of IPython notebook
Jupyter notebook is a language-agnostic HTML notebook application for Project Jupyter. In 2015, Jupyter notebook was released as a part of The Big Split™ of the IPython codebase. IPython 3 was the last major monolithic release containing both language-agnostic code, such as the IPython notebook, and language specific code, such as the IPython kernel for Python. As computing spans across many languages, Project Jupyter will continue to develop the language-agnostic Jupyter notebook in this repo and with the help of the community develop language specific kernels which are found in their own discrete repos.
Installation
You can find the installation documentation for the Jupyter platform, on ReadTheDocs. The documentation for advanced usage of Jupyter notebook can be found here.
For a local installation, make sure you have pip installed and run:
pip install notebook
Usage - Running Jupyter notebook
Running in a local installation
Launch with:
jupyter notebook
Running in a remote installation
You need some configuration before starting Jupyter notebook remotely. See Running a notebook server.
Development Installation
See CONTRIBUTING.md
for how to set up a local development installation.
Contributing
If you are interested in contributing to the project, see CONTRIBUTING.md
.
Community Guidelines and Code of Conduct
This repository is a Jupyter project and follows the Jupyter Community Guides and Code of Conduct.