SHA256 hashes: jupyter-notebook-application-7.1.0-rc.1.tgz: dcbfc085829ae6aa22a9d8688a3f94dacf83ff4ff2f001c7f6c34004bd764498 jupyter-notebook-application-extension-7.1.0-rc.1.tgz: fbb0ff54f1bb22efbc95c8bc2934c4b3bfb347c9aa672ba7e7111de5a837f02a jupyter-notebook-console-extension-7.1.0-rc.1.tgz: 27b5744e7e9599b0845d386b835d736515cb1983e3eb8282d16045b440f532e9 jupyter-notebook-docmanager-extension-7.1.0-rc.1.tgz: cbcb9cadcbee5e3120f86f2053094767a68f22fde1414176af3257d0afb897af jupyter-notebook-documentsearch-extension-7.1.0-rc.1.tgz: 7c86a27e49b05e221bfe9bfd70646702ea9e36cff2f97055f3f73b0acbb0e213 jupyter-notebook-help-extension-7.1.0-rc.1.tgz: f8fc57147ef86117a2b08cbb6f14880bdfc01b2c4a03a142a65a1cf0c047abdc jupyter-notebook-lab-extension-7.1.0-rc.1.tgz: 33d436f2b4653f4c80caa02f821bdc51b8a0c1f1f6d5863f59e787fb22b96593 jupyter-notebook-notebook-extension-7.1.0-rc.1.tgz: 22b171434b5184da095e2f96eb4a75a8e13afe018dc121c240bad43e0f30e230 jupyter-notebook-terminal-extension-7.1.0-rc.1.tgz: 7a5f654d2ceae7854a79366b97f84013549a3b417733e810c4de3339ec7ddfd4 jupyter-notebook-tree-7.1.0-rc.1.tgz: 3eefea8a7688cda56736aa1db55c28256549fcc98c78383ceb273683003ff3fa jupyter-notebook-tree-extension-7.1.0-rc.1.tgz: 5b9c9ff787bba1e4588e7e7a0b4c94b09323e0de5a80de994e3db665ba0e0084 jupyter-notebook-ui-components-7.1.0-rc.1.tgz: a6f6a1a721edb03b1216de8a11481ff11b2805290410479b7848fa723371f9a6 notebook-7.1.0rc1-py3-none-any.whl: 7bd50351be6438dc42a4fb909eb954ab6bff76bf42b2f2fd733fba69c17716f2 notebook-7.1.0rc1.tar.gz: 01250a65d668a97359ae51d6915210809cbb3131fad25473a2426ebc4df548c5
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.