notebook 7.5.5


pip install notebook

  Latest version

Released: Mar 11, 2026


Meta
Author: Jupyter Development Team
Requires Python: >=3.9

Classifiers

Framework
  • Jupyter

Intended Audience
  • Developers
  • Science/Research
  • System Administrators

License
  • OSI Approved :: BSD License

Programming Language
  • Python
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Typing
  • Typed

Jupyter Notebook

Github Actions Status Documentation Status Binder

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

Our Copyright Policy

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.
7.6.0a4 Mar 12, 2026
7.6.0a3 Feb 24, 2026
7.6.0a2 Jan 23, 2026
7.6.0a1 Jan 12, 2026
7.6.0a0 Dec 17, 2025
7.5.5 Mar 11, 2026
7.5.4 Feb 24, 2026
7.5.3 Jan 26, 2026
7.5.2 Jan 12, 2026
7.5.1 Dec 16, 2025
7.5.0 Nov 19, 2025
7.5.0rc1 Nov 14, 2025
7.5.0rc0 Nov 03, 2025
7.5.0b1 Oct 20, 2025
7.5.0b0 Sep 29, 2025
7.5.0a3 Sep 24, 2025
7.5.0a2 Aug 18, 2025
7.5.0a1 Aug 11, 2025
7.5.0a0 May 07, 2025
7.4.7 Sep 27, 2025
7.4.6 Sep 26, 2025
7.4.5 Aug 05, 2025
7.4.4 Jun 30, 2025
7.4.3 May 26, 2025
7.4.2 May 06, 2025
7.4.1 Apr 23, 2025
7.4.0 Apr 09, 2025
7.4.0rc0 Apr 03, 2025
7.4.0b3 Mar 26, 2025
7.4.0b2 Mar 20, 2025
7.4.0b1 Mar 14, 2025
7.4.0b0 Feb 20, 2025
7.4.0a3 Feb 05, 2025
7.4.0a2 Feb 03, 2025
7.4.0a1 Jan 07, 2025
7.4.0a0 Dec 21, 2024
7.3.3 Mar 14, 2025
7.3.2 Dec 21, 2024
7.3.1 Dec 04, 2024
7.3.0 Dec 04, 2024
7.3.0rc0 Nov 18, 2024
7.3.0b2 Nov 06, 2024
7.3.0b1 Oct 24, 2024
7.3.0b0 Oct 15, 2024
7.3.0a1 Jul 01, 2024
7.3.0a0 May 31, 2024
7.2.3 Dec 05, 2024
7.2.2 Aug 27, 2024
7.2.1 Jun 07, 2024
7.2.0 May 16, 2024
7.2.0rc1 May 13, 2024
7.2.0rc0 May 01, 2024
7.2.0b1 Apr 19, 2024
7.2.0b0 Apr 12, 2024
7.2.0a0 Mar 29, 2024
7.1.3 Apr 17, 2024
7.1.2 Mar 14, 2024
7.1.1 Feb 26, 2024
7.1.0 Feb 13, 2024
7.1.0rc1 Feb 09, 2024
7.1.0rc0 Feb 07, 2024
7.1.0b0 Jan 26, 2024
7.1.0a2 Dec 27, 2023
7.1.0a1 Dec 04, 2023
7.1.0a0 Oct 27, 2023
7.0.8 Feb 09, 2024
7.0.7 Jan 19, 2024
7.0.6 Oct 17, 2023
7.0.5 Oct 12, 2023
7.0.4 Sep 20, 2023
7.0.3 Aug 30, 2023
7.0.2 Aug 04, 2023
7.0.1 Jul 31, 2023
7.0.0 Jul 19, 2023
7.0.0rc2 Jun 26, 2023
7.0.0rc1 Jun 22, 2023
7.0.0rc0 Jun 19, 2023
7.0.0b4 Jun 12, 2023
7.0.0b3 May 25, 2023
7.0.0b2 May 09, 2023
7.0.0b1 Apr 28, 2023
7.0.0b0 Apr 04, 2023
7.0.0a18 Mar 24, 2023
7.0.0a17 Mar 20, 2023
7.0.0a16 Mar 15, 2023
7.0.0a15 Mar 08, 2023
7.0.0a14 Mar 01, 2023
7.0.0a13 Feb 15, 2023
7.0.0a12 Feb 08, 2023
7.0.0a11 Jan 19, 2023
7.0.0a10 Jan 09, 2023
7.0.0a9 Nov 21, 2022
7.0.0a8 Nov 11, 2022
7.0.0a7 Oct 13, 2022
7.0.0a6 Oct 03, 2022
7.0.0a5 Jun 14, 2022
7.0.0a4 May 20, 2022
7.0.0a3 Apr 27, 2022
7.0.0a2 Mar 21, 2022
7.0.0a1 Mar 09, 2022
6.5.7 May 01, 2024
6.5.6 Sep 19, 2023
6.5.5 Jul 27, 2023
6.5.4 Apr 06, 2023
6.5.3 Mar 06, 2023
6.5.2 Oct 30, 2022
6.5.1 Oct 13, 2022
6.5.0 Oct 13, 2022
6.5.0rc0 Aug 30, 2022
6.5.0b0 Jul 29, 2022
6.5.0a0 Jul 26, 2022
6.4.13 Sep 19, 2023
6.4.12 Jun 07, 2022
6.4.11 Apr 19, 2022
6.4.10 Mar 15, 2022
6.4.9 Mar 14, 2022
6.4.8 Jan 25, 2022
6.4.7 Jan 12, 2022
6.4.6 Nov 16, 2021
6.4.5 Oct 19, 2021
6.4.4 Sep 15, 2021
6.4.3 Aug 11, 2021
6.4.2 Aug 06, 2021
6.4.1 Aug 05, 2021
6.4.0 May 17, 2021
6.4.0rc0 May 12, 2021
6.4.0a1 May 05, 2021
6.4.0a0 May 04, 2021
6.3.0 Mar 22, 2021
6.2.0 Jan 13, 2021
6.1.6 Dec 23, 2020
6.1.5 Nov 06, 2020
6.1.4 Sep 08, 2020
6.1.3 Aug 13, 2020
6.1.2 Aug 12, 2020
6.1.1 Aug 03, 2020
6.1.0 Jul 31, 2020
6.1.0rc1 Jun 07, 2020
6.0.3 Jan 21, 2020
6.0.2 Nov 04, 2019
6.0.1 Aug 22, 2019
6.0.0 Jul 16, 2019
6.0.0rc1 Jun 27, 2019
5.7.16 Oct 12, 2022
5.7.15 Aug 24, 2022
5.7.14 Aug 22, 2022
5.7.14a0 Aug 03, 2022
5.7.13 Aug 11, 2021
5.7.12 Aug 06, 2021
5.7.11 Aug 05, 2021
5.7.10 Jul 10, 2020
5.7.9 May 07, 2020
5.7.8 Apr 01, 2019
5.7.6 Mar 09, 2019
5.7.5 Mar 06, 2019
5.7.4 Dec 17, 2018
5.7.3 Dec 16, 2018
5.7.2 Nov 18, 2018
5.7.1 Nov 16, 2018
5.7.0 Sep 19, 2018
5.6.0 Jul 14, 2018
5.6.0rc1 Jun 21, 2018
5.5.0 May 09, 2018
5.5.0rc1 May 01, 2018
5.4.1 Mar 18, 2018
5.4.0 Jan 28, 2018
5.3.1 Jan 16, 2018
5.3.0 Jan 16, 2018
5.3.0rc1 Jan 08, 2018
5.2.2 Nov 28, 2017
5.2.1 Nov 03, 2017
5.2.1rc1 Oct 30, 2017
5.2.0 Oct 13, 2017
5.2.0rc1 Oct 09, 2017
5.1.0 Sep 14, 2017
5.1.0rc3 Sep 12, 2017
5.1.0rc2 Aug 18, 2017
5.1.0rc1 Aug 07, 2017
5.0.0 Apr 04, 2017
5.0.0rc2 Mar 23, 2017
5.0.0rc1 Mar 16, 2017
5.0.0b2 Mar 09, 2017
5.0.0b1 Feb 15, 2017
4.4.1 Feb 09, 2017
4.4.0 Feb 09, 2017
4.3.2 Feb 01, 2017
4.3.1 Dec 21, 2016
4.3.0 Dec 08, 2016
4.2.3 Sep 16, 2016
4.2.2 Aug 03, 2016
4.2.1 Jun 03, 2016
4.2.0 Apr 15, 2016
4.2.0b1 Apr 11, 2016
4.1.0 Jan 08, 2016
4.0.6 Oct 09, 2015
4.0.5 Sep 22, 2015
4.0.4 Aug 21, 2015
4.0.2 Aug 14, 2015
4.0.1 Jul 30, 2015
4.0.0 Jul 30, 2015

Wheel compatibility matrix

Platform Python 3
any

Files in release