GitHub Action 5952653575 Publish 7.0.0a4
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.4.tgz: f065ff9cdeb8408c683d9194ea8b9ae0cf2ae93e06a1ed82d41f4f00ac2940f2

jupyter-notebook-application-extension-7.0.0-alpha.4.tgz: 8784fe4079a56930e0a1658a280e7e4e322d9a2127600986e21809753a241809

jupyter-notebook-console-extension-7.0.0-alpha.4.tgz: 70dff8115880928fd6b9f43668cd9d3887236c05cdb47332fe335444eb077db8

jupyter-notebook-docmanager-extension-7.0.0-alpha.4.tgz: 4f746dea0c5ab4b4c46329287496b4f8bb5bb934135e033a81ca28680cb88fa0

jupyter-notebook-documentsearch-extension-7.0.0-alpha.4.tgz: d0418f5ea16e6d20c0c13c2a0749d199837a3bd40a909a1e020522ea15a049f7

jupyter-notebook-help-extension-7.0.0-alpha.4.tgz: 8fda9a68ff66791965fc79e271d1a86be87e87bb898c519e6f8d74ac566a1d50

jupyter-notebook-lab-extension-7.0.0-alpha.4.tgz: 0b285afaacf5e9d05a5eae080d5e7fbecb00eb29cfd44b4238377f1036f4b997

jupyter-notebook-notebook-extension-7.0.0-alpha.4.tgz: 3d017d8293c5da24ba477d6ae03ca6133d7d1c08a43fa5e6ae2d9eb640d1622b

jupyter-notebook-terminal-extension-7.0.0-alpha.4.tgz: 078c58b822fbc241a178b41a65ef30c8d8312cabb0042837873953e3de9d8ab9

jupyter-notebook-tree-extension-7.0.0-alpha.4.tgz: 68cb613cd758a67270d8eead4239c2199d1d3d34f99472b7d88320530f9befca

jupyter-notebook-ui-components-7.0.0-alpha.4.tgz: 374ee1310fa1e48144f76becbc3daaeb1df8deea106b79388cbebb252a6480ea

notebook-7.0.0a4-py3-none-any.whl: 7512f1b3751c3961bef759197601fcb2ef98e3ec00a186fd793fdac938d4332b

notebook-7.0.0a4.tar.gz: 1c5c049cf14fc814d625dc23b4a52ccb4659d3b1f13acb5ff4f306ba65f90889
2022-05-20 16:38:29 +00:00
2022-05-19 09:48:35 +02:00
2022-05-20 16:38:29 +00:00
2022-05-20 16:38:29 +00:00
2022-04-09 05:46:04 -05:00
2022-05-20 16:38:29 +00:00
2022-05-20 16:38:29 +00:00
2022-05-20 17:43:47 +02:00
2022-05-20 16:38:29 +00:00
2022-04-01 11:02:12 -05:00
2021-07-05 20:01:15 +02:00
2022-03-01 16:35:13 +01:00
2022-03-09 07:00:26 -06:00
2020-12-04 15:15:41 +02:00
2022-04-09 05:46:04 -05:00
2021-01-19 09:56:25 +01:00
2022-05-19 09:48:35 +02:00
2022-05-19 09:48:35 +02:00
2016-03-23 19:22:10 -07:00
2022-03-01 08:39:53 +01:00
2022-05-19 09:48:35 +02:00
2022-04-01 11:02:12 -05:00
2022-04-27 09:31:13 +02:00
2020-12-04 15:15:41 +02:00
2020-12-04 15:15:41 +02:00
2020-12-04 15:15:41 +02:00
2022-05-20 10:51:17 +02:00

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

Description
No description provided
Readme BSD-3-Clause 71 MiB
Languages
Jupyter Notebook 75.4%
TypeScript 17.9%
Python 2.2%
JavaScript 1.9%
CSS 1.7%
Other 0.8%