SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.6.tgz: 39d4c07db0c1036e25c27d0b550ab4a051ed34afea12fdb10dee934b3d7600a8 jupyter-notebook-application-extension-7.0.0-alpha.6.tgz: d540f85ab47d363e2ad56bb6787e974abe125987bc0b50893afec6e8f16ac5df jupyter-notebook-console-extension-7.0.0-alpha.6.tgz: ff43cc82e57400d0041d08f7b920bb8d74a4ad9bcc122dbf4cafd828fa9680d6 jupyter-notebook-docmanager-extension-7.0.0-alpha.6.tgz: 9d36f4ac5a3a5a6c7ce36be123536a3f7cd80624b0c47e0ae2b0232a19d9c22c jupyter-notebook-documentsearch-extension-7.0.0-alpha.6.tgz: d827f88797953a69818796b63cf492ff6ce12bdbbc07f76fff0bd1ac132be650 jupyter-notebook-help-extension-7.0.0-alpha.6.tgz: b6c9355881c370218b55cf4ca0d248000edd0d6c5a75aedf0f2c30d1e9b14b4c jupyter-notebook-lab-extension-7.0.0-alpha.6.tgz: ddc1ea09c55f95b6e5808bda1642821af114773662453e4e284403b3da11b928 jupyter-notebook-notebook-extension-7.0.0-alpha.6.tgz: 74e4c5b041b44e42156ddc28ac1a46fd3032948072c18aef646e7f4884615cc5 jupyter-notebook-terminal-extension-7.0.0-alpha.6.tgz: 1d84a5b8738ffed21abaf3c7f18d23042cd14cf7378281c2b6dcd5c9c8fd1f21 jupyter-notebook-tree-7.0.0-alpha.6.tgz: f7f9ee3d3d023c7628a02eb79f2c5e0751a62f15f913b3b4e14334d495f303cc jupyter-notebook-tree-extension-7.0.0-alpha.6.tgz: b20f220abde4dd8cee3dbdcdd61170b9cee7de51ae21216acfab726ca7bc0e14 jupyter-notebook-ui-components-7.0.0-alpha.6.tgz: 160910258096db6e946f56ebcb3e38ecbebd7e1cccda39304832882c7068afa0 notebook-7.0.0a6-py3-none-any.whl: d14aa27898539cfafa89dc9d13514f7a6a60a22aebd84ca2c272e2f5e8c99ec4 notebook-7.0.0a6.tar.gz: 58122375abddaff5a8bb7e83402857f26d2801a836a0703714d5223be14a094e
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.