Go to file
GitHub Action 60d58a6eda Publish 7.0.0a3
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.3.tgz: b367ef45ad91b784fb136393bf0e45e57cd32dc37d2b0533e459d1477a36376d

jupyter-notebook-application-extension-7.0.0-alpha.3.tgz: 3b82d330aae35a25e0e6a7b1b175d50a8de9c67003a99b3c5a25d24ff06aad6f

jupyter-notebook-console-extension-7.0.0-alpha.3.tgz: e225206ee6b60665c499db686f03076390c229b042b12ef41699517cb6b7131e

jupyter-notebook-docmanager-extension-7.0.0-alpha.3.tgz: ccd5b95208337b85dd1a69dd53fd2094104c8ff39af8c412b262f906a69d43a0

jupyter-notebook-documentsearch-extension-7.0.0-alpha.3.tgz: f7a51d71895d0f5665c47e82f1fcd09a895bb70757665a992a674cc561d1acdd

jupyter-notebook-help-extension-7.0.0-alpha.3.tgz: 137ff7f2831dcd8b403db3f9a36e148d1f0f318c322cdf37bb974aa002b7fc40

jupyter-notebook-lab-extension-7.0.0-alpha.3.tgz: 4c0d7e33561195bc4f70d7df193059f9803f4cccc9bb325f73ca02448ea17f1f

jupyter-notebook-notebook-extension-7.0.0-alpha.3.tgz: ecb6b3ae56e96ee8a3a0a01f580e4b4451844043138513b0c670c6bde455a2b9

jupyter-notebook-terminal-extension-7.0.0-alpha.3.tgz: b850adbae75538bdc565ac63e0c0de453e263e94adb83cec2be028908af40e15

jupyter-notebook-tree-extension-7.0.0-alpha.3.tgz: 56fd95c7b728f9fc8f5830127bc9dae6bddd1658881f0ba1cf33bee5b4256a95

jupyter-notebook-ui-components-7.0.0-alpha.3.tgz: 044cc95eb204dc02f5869386f88f96432e7fe860b266257a26c70bb524bf794d

notebook-7.0.0a3-py3-none-any.whl: 2cee74a876ee6751aa497c99b172264dd797a9811aa921cc68959307794187d8

notebook-7.0.0a3.tar.gz: 98f3ff7e85a668f0517d2bf88747868d23676171f992ea3ede6a501cb5609018
2022-04-27 07:30:37 +00:00
.github
app
binder
buildutils
docs
jupyter-config/jupyter_server_config.d
notebook
packages
tests
ui-tests
.bumpversion.cfg
.eslintignore
.eslintrc.js
.eslintrc.json
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.prettierignore
.prettierrc
CHANGELOG.md
codecov.yml
CONTRIBUTING.md
jupyter_config.json
jupyter.svg
lerna.json
LICENSE
MANIFEST.in
notebook.svg
package.json
pyproject.toml
README.md
readthedocs.yml
RELEASE.md
setup.cfg
setup.py
tsconfig.eslint.json
tsconfig.test.json
tsconfigbase.json
tsconfigbase.test.json
yarn.lock

Jupyter Notebook

Github Actions Status Documentation Status Binder codecov

The Jupyter notebook is a web-based notebook environment for interactive computing.

Jupyter notebook example

Notice

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.

Resources