Go to file
jtpio 1f0ab8365b Publish 7.4.0a1
SHA256 hashes:

jupyter-notebook-application-7.4.0-alpha.1.tgz: 35fd2a00f622163c68749d739481edb2ff4c648ac5c498d140b2f59b800fb96d

jupyter-notebook-application-extension-7.4.0-alpha.1.tgz: 5e1399e04d7a60ad78c480b8228370fc61bcd1ae602d35d95cfdc0c2378c712b

jupyter-notebook-console-extension-7.4.0-alpha.1.tgz: 07af8728dbc92e5bbfbb379b0df5e43b45b007c9ac7ae86a6ed10363ed2dc120

jupyter-notebook-docmanager-extension-7.4.0-alpha.1.tgz: 480c0baa36d02bd1806a624f234988548ab85498087313b57056a3327e4a6cf0

jupyter-notebook-documentsearch-extension-7.4.0-alpha.1.tgz: 42485d75ce01ee89c16f254f4eabb924a787668d188fe54f58abefb27ad706c3

jupyter-notebook-help-extension-7.4.0-alpha.1.tgz: cb2c05af22720cf6fa2a44154b3ee59181921930fd864781a0a1cf7bb52e3148

jupyter-notebook-lab-extension-7.4.0-alpha.1.tgz: 0d03ae4507d5ebfc70821e18948db54a41764d6d06fe399899fd87bbacb54118

jupyter-notebook-notebook-extension-7.4.0-alpha.1.tgz: c8adf6cea72be52f02200b2d60fc7a4b39c20bebe7e5a30b9690cff59416f543

jupyter-notebook-terminal-extension-7.4.0-alpha.1.tgz: fb37612adfb1b74cf2d27075ea376b169b522d3a7f8ac8915bd8f69c56648970

jupyter-notebook-tree-7.4.0-alpha.1.tgz: f307ae86d0570ca42f912cedea839784a7d351f8f33e93758916f472afe5cde6

jupyter-notebook-tree-extension-7.4.0-alpha.1.tgz: 3d688b46205bb96826e51472f4e43b114266011d0d022a3548d017c73d4c49c5

jupyter-notebook-ui-components-7.4.0-alpha.1.tgz: e74e6872acdf2b359af8346016f5563ff32a1c5c7a5c26197362591d38d4df02

notebook-7.4.0a1-py3-none-any.whl: 5bd8528c15846955f77921831eeab1bf113b915ccc5b67150f6759e45e571f0d

notebook-7.4.0a1.tar.gz: 4ee6e5651c9d1fae39254ff97ad1a7630c785b60da30af6b2a5c0e05aa7305a4
2025-01-07 10:55:25 +00:00
.github Bump the actions group across 1 directory with 2 updates (#7558) 2024-12-23 09:37:52 +01:00
app Publish 7.4.0a1 2025-01-07 10:55:25 +00:00
binder
buildutils Publish 7.4.0a1 2025-01-07 10:55:25 +00:00
docs Update pre-commit hooks (#7561) 2025-01-07 10:33:13 +01:00
jupyter-config/jupyter_server_config.d
notebook Publish 7.4.0a1 2025-01-07 10:55:25 +00:00
packages Publish 7.4.0a1 2025-01-07 10:55:25 +00:00
tests Update pre-commit hooks (#7561) 2025-01-07 10:33:13 +01:00
ui-tests Update to JupyterLab v4.4.0a2 (#7559) 2025-01-07 11:44:59 +01:00
.eslintignore
.eslintrc.js
.eslintrc.json
.git-blame-ignore-revs
.gitignore
.gitpod.yml
.pre-commit-config.yaml Update pre-commit hooks (#7561) 2025-01-07 10:33:13 +01:00
.prettierignore
.prettierrc
.readthedocs.yaml
.yarnrc.yml
CHANGELOG.md Publish 7.4.0a1 2025-01-07 10:55:25 +00:00
CONTRIBUTING.md
jupyter_config.json
jupyter-notebook.desktop
jupyter.svg
lerna.json Update typescript and lerna (#7562) 2025-01-07 10:42:11 +01:00
LICENSE
notebook.svg
nx.json
package.json Update to JupyterLab v4.4.0a2 (#7559) 2025-01-07 11:44:59 +01:00
pyproject.toml Update to JupyterLab v4.4.0a1 (#7554) 2024-12-21 20:33:53 +01:00
README.md
RELEASE.md
setup.py
tsconfig.eslint.json
tsconfigbase.json
tsconfigbase.test.json
yarn.lock Publish 7.4.0a1 2025-01-07 10:55:25 +00:00

Jupyter Notebook

Github Actions Status Documentation Status Binder Gitpod

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, 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

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/.

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.