SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.12.tgz: 414fcb66ff7121aa4b09cda3c9fd2d2c7434dd4f6d1bbb418621aba28cf91793 jupyter-notebook-application-extension-7.0.0-alpha.12.tgz: 907b69cf7f758b85a473ebe10dce2eb6353605e26d0f23fd2f6725d4498e7089 jupyter-notebook-console-extension-7.0.0-alpha.12.tgz: 8ebbdd75c6d030b14522deac0a91f9783bc1d95abb8404ef8fd54d2f315f8fda jupyter-notebook-docmanager-extension-7.0.0-alpha.12.tgz: 50c532fc1643b82e49517086f86dfff2674f5d9dad0f67596803d72ffba45790 jupyter-notebook-documentsearch-extension-7.0.0-alpha.12.tgz: 819c59dae9622a722a163d6d0274b73a284589c29f7b0335a0e700e95c6311eb jupyter-notebook-help-extension-7.0.0-alpha.12.tgz: a1bcf3d572f20a259eded9cd2ba57c60983c8d58b39ebc8886ab0e9a09be0700 jupyter-notebook-lab-extension-7.0.0-alpha.12.tgz: 5cc399e4b2caf51f6efd1e93cb42f93d9ebcdf4f5667a666430ab718f1e8e694 jupyter-notebook-notebook-extension-7.0.0-alpha.12.tgz: 9a4dae8106d33d650d90421845da5446b169202183e3e492b482fda2f52d4e2c jupyter-notebook-terminal-extension-7.0.0-alpha.12.tgz: a2f950fd24520498aa453773f482cda15f3819f75b93a805336cea4bcfdbf3ad jupyter-notebook-tree-7.0.0-alpha.12.tgz: 28c86eca269208044746306c2465a30ef27170ce316083b2f0db1abc4f7b605b jupyter-notebook-tree-extension-7.0.0-alpha.12.tgz: 40ac45036fd806404ea9f548d5e502698a60316209c692de786d62b28ac60999 jupyter-notebook-ui-components-7.0.0-alpha.12.tgz: 56632ffa21f0faf6827bdf0a2f4c4578f9fa8cf20124fded2fc3442f23d73e5d notebook-7.0.0a12-py3-none-any.whl: 1ae7783a166acdc053001dba85c3000a573a5e0fe76e04b3a11322dbac876470 notebook-7.0.0a12.tar.gz: 7f28ecfbed0d5ad45ae4498544f53e09c0bc246d0f55901e208c85561cc552a8
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.