blink1073 7544eeaed7 Publish 7.0.0a8
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.8.tgz: d0cb7da2e3ba26429735a2e1b96c625dd6e0cca5a544e0a3c36641097a49c9aa

jupyter-notebook-application-extension-7.0.0-alpha.8.tgz: fb78f35c784265f933a6f01e2a3ca158b6941a8cc290c12c35d11949e56e87a3

jupyter-notebook-console-extension-7.0.0-alpha.8.tgz: f13d3ff502f61a1811604aac6361fa4627d18399559c3ed3aeb7f50377d1adc7

jupyter-notebook-docmanager-extension-7.0.0-alpha.8.tgz: a64bb18b0cfe9f801000c8dbd450819f20b464244cc0a6fe2439cf7c76ff18ff

jupyter-notebook-documentsearch-extension-7.0.0-alpha.8.tgz: 488f85fc95a51f45277e723b1d13d8b4cfd6186b27f16a8f16137f0a00a05008

jupyter-notebook-help-extension-7.0.0-alpha.8.tgz: e1df4bc4bd204d8e6a9be255dd7bff437d9407a7bdfac308070c02f40130399d

jupyter-notebook-lab-extension-7.0.0-alpha.8.tgz: 760ec1fa7926c081720ffe7657c596b53890bac4533227fa7947f5c4ff6fdd92

jupyter-notebook-notebook-extension-7.0.0-alpha.8.tgz: 21e0f856c6bd2a2caafac55bc9c8ee8371f07ac5e4b01c57c409e5f476224625

jupyter-notebook-terminal-extension-7.0.0-alpha.8.tgz: 3bc1e8661a621d5834d528076b875f2e0c8a7e1e454f46182b2d79487e9bfad9

jupyter-notebook-tree-7.0.0-alpha.8.tgz: eef8ba4aee383f024f27d57fe5bdcc7896c3c0ac6b3bdd0a8e67b14518483162

jupyter-notebook-tree-extension-7.0.0-alpha.8.tgz: 8af2d1f4e2cc82a93a98ad88c842eea708a304f6e78a984d3263de2969cbf4e0

jupyter-notebook-ui-components-7.0.0-alpha.8.tgz: b3f20f32e7d1fbbe2a52f8a66ef1ad68d282cc9853286bc141033978a9ed5116

notebook-7.0.0a8-py3-none-any.whl: b3797114631992b9a4a426d967e772ba099156ecab46d7576437c5a0d10cdea7

notebook-7.0.0a8.tar.gz: 514b3e48203e991e1d0a143fa8f253d6fdee9d293d2c54c01322bb13ae6093cd
2022-11-11 03:03:58 +00:00
2022-11-11 03:03:58 +00:00
2022-11-11 03:03:58 +00:00
2022-06-09 17:41:23 +02:00
2022-11-11 03:03:58 +00:00
2022-11-11 03:03:58 +00:00
2022-10-12 15:17:01 +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-10-12 06:41:36 +00:00
2022-08-29 06:57:30 +00:00
2020-12-04 15:15:41 +02:00
2022-10-16 19:28:25 -05:00
2022-11-11 03:03:58 +00:00
2022-06-13 10:19:48 -05:00
2022-10-20 10:24:52 +00:00
2022-10-20 10:24:41 +00:00
2022-10-16 19:54:40 -05:00
2022-03-01 08:39:53 +01:00
2022-06-13 10:19:48 -05:00
2022-04-27 09:31:13 +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

Maintained versions

We maintain the two most recently released major versions of Jupyter Notebook, Notebook v5 and Classic Notebook v6. After Notebook v7.0 is released, we will no longer maintain Notebook v5. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible.

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%