SHA256 hashes: jupyter-notebook-application-7.4.0-beta.2.tgz: 107063c02d5e8b3f9e4e8353452b93a82440a09848bf52e9e31f26247d362644 jupyter-notebook-application-extension-7.4.0-beta.2.tgz: 13fd7779c9d59da37656c536b3d7299239ff3eff1ebe3557e52a178c2ff6ee17 jupyter-notebook-console-extension-7.4.0-beta.2.tgz: 02a7b499bc697c44dcdb03497fcef181313c82988c17bd8eb78fd47847e86e85 jupyter-notebook-docmanager-extension-7.4.0-beta.2.tgz: 43daf73aa91ac64916ae47c81ccaacafbc8bde6bf29346d08954f10aa6433453 jupyter-notebook-documentsearch-extension-7.4.0-beta.2.tgz: 584136e9ab4e4a1dd2427842a553d06e64c60228c8b5666d33797069e4b4ce90 jupyter-notebook-help-extension-7.4.0-beta.2.tgz: 91dc9b5c9897dca49c1825d118602cd709dd6fbcc64d66ff80688057c864e7ef jupyter-notebook-lab-extension-7.4.0-beta.2.tgz: 2ad443f029658050c2ed86bc8f529b9f22f1242259586f5e695c21d73f395cd2 jupyter-notebook-notebook-extension-7.4.0-beta.2.tgz: 50225a7db8f14f09b3a43917eb2a83e998af56b8adfc7cad7649353c45809704 jupyter-notebook-terminal-extension-7.4.0-beta.2.tgz: 1e4b024e682abd9b4a393c1d1efed491bb691acb9a66f7d5b5f33d9d4091f2b4 jupyter-notebook-tree-7.4.0-beta.2.tgz: c12af45581b146f8f483f47077dc1b6b737f04f8fa8c8a63e0c5f2681910ce35 jupyter-notebook-tree-extension-7.4.0-beta.2.tgz: a7808bce6e6d2063de5b85e289f447b95480cf6a7858167e66612a494ab15323 jupyter-notebook-ui-components-7.4.0-beta.2.tgz: 10eeec81bca5103463e044cd1ddf8ee6f6decd60c2d3c079b04496ff822cca7a notebook-7.4.0b2-py3-none-any.whl: 5941d9c591f81385eed62220a9a9a7dab1469ed2fd361076b274e575bebf0f62 notebook-7.4.0b2.tar.gz: 7e10818a131403133c8c6fe374e540bcb6b7400f3a617683b92f73df9db0d616
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.