SHA256 hashes: jupyter-notebook-application-7.1.0-beta.0.tgz: d40d6a9768cf1e1ada4bc31cadf3101fd46a3ce8d359c0714e14a4cb64174f7b jupyter-notebook-application-extension-7.1.0-beta.0.tgz: 8212eac8cc3fe24eb435ecdd085d6efe86b2ba39b990eb73a838cb16b81b54d8 jupyter-notebook-console-extension-7.1.0-beta.0.tgz: db70871e86c72babc219203e1651e338ac2b640a9101dffa797dbe07583e71d3 jupyter-notebook-docmanager-extension-7.1.0-beta.0.tgz: 18c568e3947a3269153e19e6559b43b8def4a9cb8851e1de0021b197c48cdb98 jupyter-notebook-documentsearch-extension-7.1.0-beta.0.tgz: eacd5191f43405b87c69b727a01cdccae012788f96544149943080881dd5a0fa jupyter-notebook-help-extension-7.1.0-beta.0.tgz: 72225985dab24aeba1a8007147c6c37c9c87fd8cc4a0b9d4cf5c6206600b7f27 jupyter-notebook-lab-extension-7.1.0-beta.0.tgz: d61bade3d46c23167193fddeb12137acf997ac4573ea905a09351b63df48a9a2 jupyter-notebook-notebook-extension-7.1.0-beta.0.tgz: 1002843465d1c6cc10ef0f7732a0dc39a246869685bf0410b2f34a09166954b7 jupyter-notebook-terminal-extension-7.1.0-beta.0.tgz: 345bf873b531176a5ad5417bca7ac40e97a0d0e49e5fe19fe468700f4368c63b jupyter-notebook-tree-7.1.0-beta.0.tgz: b7960c3abf4ca9623bef33989abec524e96f4657485c67188d204405a5284149 jupyter-notebook-tree-extension-7.1.0-beta.0.tgz: e65eae3264af3d0f2a7124dea49cd2a8aada5930da00b84a19ca9f4ef0aa0f2a jupyter-notebook-ui-components-7.1.0-beta.0.tgz: a11eb08a0cadc937d490098dda4d2502a7ac2df6b48e07e0dde3b00642754eb3 notebook-7.1.0b0-py3-none-any.whl: 49983d6611340c50f1e7ce3117a24afec2216aaf6bbe1e28f9f98e3e44470512 notebook-7.1.0b0.tar.gz: 239a1b55f9bf6516185e769d266ee40663ee08ed39ae40b97cefed320136d6dd
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, Classic Notebook v6 and Notebook v7. Notebook v5 is no longer maintained. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible.
Upgrading to Notebook v7 may require more work, if you use custom extensions, as extensions written for Notebook v5 or Classic Notebook v6 are not compatible with Notebook v7.
Notebook v7
The newest major version of Notebook is 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
Maintenance and security-related issues only are now being addressed in the 6.5.x
branch.
It depends 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.
Resources
- Project Jupyter website
- Online Demo at jupyter.org/try
- Documentation for Jupyter notebook
- Korean Version of Installation
- Documentation for Project Jupyter
- Issues
- Technical support - Jupyter Google Group
About the Jupyter Development Team
The Jupyter Development Team is the set of all contributors to the Jupyter project. This includes all of the Jupyter subprojects.
The core team that coordinates development on GitHub can be found here: https://github.com/jupyter/.
Our Copyright Policy
Jupyter uses a shared copyright model. Each contributor maintains copyright over their contributions to Jupyter. But, it is important to note that these contributions are typically only changes to the repositories. Thus, the Jupyter source code, in its entirety is not the copyright of any single person or institution. Instead, it is the collective copyright of the entire Jupyter Development Team. If individual contributors want to maintain a record of what changes/contributions they have specific copyright on, they should indicate their copyright in the commit message of the change, when they commit the change to one of the Jupyter repositories.
With this in mind, the following banner should be used in any source code file to indicate the copyright and license terms:
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.