GitHub Action 479dd42f41 Publish 7.0.0a1
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.1.tgz: aa3f2c6f8736bb07784ad3b42cbe1c81c07e5dab90800a6053448f386b127495

jupyter-notebook-application-extension-7.0.0-alpha.1.tgz: 18acd0b6ac210c7f11a67dd19fd1dc1e89e5aa8140d8392ea60f9f1c35d5101e

jupyter-notebook-console-extension-7.0.0-alpha.1.tgz: 84e05ccf0a8e1e9aa810e12687bc7a24295a9c00bccd6b55d5345fab3def2589

jupyter-notebook-docmanager-extension-7.0.0-alpha.1.tgz: 23ced746e4ec74f3aac6b917828b4397e9cafdb1dd91c9dcaf3a160a1aa6327f

jupyter-notebook-documentsearch-extension-7.0.0-alpha.1.tgz: f24361bf2164e82df55f13ad506fc4fed773d7b39d83711534c85cc17f8e4cb1

jupyter-notebook-help-extension-7.0.0-alpha.1.tgz: a99f5a1d06006e10fac9e63dae21f6f96e18c8c6a6602fd6d9d442823f81872d

jupyter-notebook-lab-extension-7.0.0-alpha.1.tgz: 68a9eccb1cbba8d206f5d1a5ca6b1d5efdc3857b3e82b58d85bfdedb5302d87c

jupyter-notebook-notebook-extension-7.0.0-alpha.1.tgz: 08e741da2799aeceb5f0dc03d2b56e7d8d94a2e4dce6a7688fb3bdcf389ce7aa

jupyter-notebook-terminal-extension-7.0.0-alpha.1.tgz: e227480e709b6730b7673ceaf0e214d5966c6b5c5d5a32c252ee89a9d8330d05

jupyter-notebook-tree-extension-7.0.0-alpha.1.tgz: 45e6335bf39bb4d2077e9a91d39ded1032691b3794b8997fb3f431a2bb2a43c0

jupyter-notebook-ui-components-7.0.0-alpha.1.tgz: 160f5c067d5abd83abbc15074d8871a3aaec9fed9bcc7c8d4ec543e8a517e5ad

notebook-7.0.0a1-py3-none-any.whl: 830da9ad4d52a3acd979dc9b6d9ab221191bb76b1c58f25049dd81955c3c31a3

notebook-7.0.0a1.tar.gz: 3a01449eda92ce6cfeeba357d20b10774d8b19e93e6a46a9153bd8687abe3903
2022-03-09 16:18:25 +00:00
2022-03-09 07:00:26 -06:00
2022-03-09 16:18:25 +00:00
2022-03-01 23:03:22 +01:00
2022-03-09 16:18:25 +00:00
2022-03-09 07:42:21 -06:00
2022-03-09 16:18:25 +00:00
2022-03-09 16:18:25 +00:00
2022-03-09 16:18:25 +00:00
2020-12-04 15:15:41 +02: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-03-09 07:00:26 -06:00
2021-01-19 09:56:25 +01:00
2020-12-04 15:15:41 +02:00
2022-03-01 08:39:53 +01:00
2022-03-09 05:48:15 -06:00
2022-03-01 23:11:36 +01:00
2016-03-23 19:22:10 -07:00
2022-03-01 08:39:53 +01:00
2022-03-02 15:29:49 +01:00
2022-03-01 15:48:27 +01: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-03-01 08:57:07 +01: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): https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html

Notebook v7

The next major version of Notebook will be based on:

  • JupyterLab components for the frontend
  • Jupyter Server for the Python server

This results in a rather 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.

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 notebo

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%