notebook
Jupyter Notebook - A web-based notebook environment for interactive computing
Description
# Jupyter Notebook  [](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest) [](https://mybinder.org/v2/gh/jupyter/notebook/main?urlpath=tree) The Jupyter notebook is a web-based notebook environment for interactive computing.  ## 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](https://github.com/jupyter/notebook-team-compass/issues/5#issuecomment-1085254000) are now being addressed in the [`6.5.x`](https://github.com/jupyter/notebook/tree/6.5.x) branch. It depends on [`nbclassic`](https://github.com/jupyter/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. - [The Big Split™ announcement](https://blog.jupyter.org/the-big-split-9d7b88a031a7) - [Jupyter Ascending blog post](https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e) ## Installation You can find the installation documentation for the [Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html). The documentation for advanced usage of Jupyter notebook can be found [here](https://jupyter-notebook.readthedocs.io/en/latest/). For a local installation, make sure you have [pip installed](https://pip.readthedocs.io/en/stable/installing/) and run: ```bash pip install notebook ``` ## Usage - Running Jupyter notebook ### Running in a local installation Launch with: ```bash jupyter notebook ``` ### Running in a remote installation You need some configuration before starting Jupyter notebook remotely. See [Running a notebook server](https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html). ## Development Installation See [`CONTRIBUTING.md`](CONTRIBUTING.md) for how to set up a local development installation. ## Contributing If you are interested in contributing to the project, see [`CONTRIBUTING.md`](CONTRIBUTING.md). ## Community Guidelines and Code of Conduct This repository is a Jupyter project and follows the Jupyter [Community Guides and Code of Conduct](https://jupyter.readthedocs.io/en/latest/community/content-community.html). ## Resources - [Project Jupyter website](https://jupyter.org) - [Online Demo at jupyter.org/try](https://jupyter.org/try) - [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/latest/) - [Korean Version of Installation](https://github.com/ChungJooHo/Jupyter_Kor_doc/) - [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) - [Issues](https://github.com/jupyter/notebook/issues) - [Technical support - Jupyter Google Group](https://discourse.jupyter.org/) ## 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
Release History
| Version | Changes | Urgency | Date |
|---|---|---|---|
| v7.5.7 | ## 7.5.7 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.6...af55f111d335315edd9e5eab472c9c1bbbb17b27)) ### Maintenance and upkeep improvements - Pin Node to 22.x in UI tests [#7940](https://github.com/jupyter/notebook/pull/7940) ([@jtpio](https://github.com/jtpio)) - Update to JupyterLab v4.5.8 [#7939](https://github.com/jupyter/notebook/pull/7939) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release The following | High | 6/4/2026 |
| v7.5.6 | ## 7.5.6 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.5...2e642f0cb10be314ba5d97d709cffe41bf992d9e)) ### Security patches - CVE-2026-42557 https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-mqcg-5x36-vfcg - CVE-2026-40171 https://github.com/jupyter/notebook/security/advisories/GHSA-rch3-82jr-f9w9 ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.7 [#7902](https://github.com/jupyter/noteb | High | 4/30/2026 |
| 7.5.5 | Imported from PyPI (7.5.5) | Low | 4/21/2026 |
| v7.6.0a4 | ## 7.6.0a4 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.6.0-alpha.3...fc791fcb0af893e3ffe7563a4140ec6af8c9dbe2)) ### Bugs fixed - Prevent scratchpad console title to update [#7843](https://github.com/jupyter/notebook/pull/7843) ([@brichet](https://github.com/brichet), [@jtpio](https://github.com/jtpio)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.6.0a4 [#7859](https://github.com/jupyter/notebook/pull/7859) ([ | Low | 3/12/2026 |
| v7.5.5 | ## 7.5.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.4...4f8438b0c67dc4f010bf8cd052da4f16e2ed3828)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.6 [#7861](https://github.com/jupyter/notebook/pull/7861) ([@jtpio](https://github.com/jtpio)) - [7.5.x] Drop Python 3.9 on CI [#7860](https://github.com/jupyter/notebook/pull/7860) ([@jtpio](https://github.com/jtpio)) - Fix check links [#7857](https://github.com/ju | Low | 3/11/2026 |
| v7.5.5 | ## 7.5.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.4...4f8438b0c67dc4f010bf8cd052da4f16e2ed3828)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.6 [#7861](https://github.com/jupyter/notebook/pull/7861) ([@jtpio](https://github.com/jtpio)) - [7.5.x] Drop Python 3.9 on CI [#7860](https://github.com/jupyter/notebook/pull/7860) ([@jtpio](https://github.com/jtpio)) - Fix check links [#7857](https://github.com/ju | Low | 3/11/2026 |
| v7.5.5 | ## 7.5.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.4...4f8438b0c67dc4f010bf8cd052da4f16e2ed3828)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.6 [#7861](https://github.com/jupyter/notebook/pull/7861) ([@jtpio](https://github.com/jtpio)) - [7.5.x] Drop Python 3.9 on CI [#7860](https://github.com/jupyter/notebook/pull/7860) ([@jtpio](https://github.com/jtpio)) - Fix check links [#7857](https://github.com/ju | Low | 3/11/2026 |
| v7.5.5 | ## 7.5.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.4...4f8438b0c67dc4f010bf8cd052da4f16e2ed3828)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.6 [#7861](https://github.com/jupyter/notebook/pull/7861) ([@jtpio](https://github.com/jtpio)) - [7.5.x] Drop Python 3.9 on CI [#7860](https://github.com/jupyter/notebook/pull/7860) ([@jtpio](https://github.com/jtpio)) - Fix check links [#7857](https://github.com/ju | Low | 3/11/2026 |
| v7.5.5 | ## 7.5.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.4...4f8438b0c67dc4f010bf8cd052da4f16e2ed3828)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.6 [#7861](https://github.com/jupyter/notebook/pull/7861) ([@jtpio](https://github.com/jtpio)) - [7.5.x] Drop Python 3.9 on CI [#7860](https://github.com/jupyter/notebook/pull/7860) ([@jtpio](https://github.com/jtpio)) - Fix check links [#7857](https://github.com/ju | Low | 3/11/2026 |
| v7.5.5 | ## 7.5.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.4...4f8438b0c67dc4f010bf8cd052da4f16e2ed3828)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.6 [#7861](https://github.com/jupyter/notebook/pull/7861) ([@jtpio](https://github.com/jtpio)) - [7.5.x] Drop Python 3.9 on CI [#7860](https://github.com/jupyter/notebook/pull/7860) ([@jtpio](https://github.com/jtpio)) - Fix check links [#7857](https://github.com/ju | Low | 3/11/2026 |
| v7.5.5 | ## 7.5.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.4...4f8438b0c67dc4f010bf8cd052da4f16e2ed3828)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.6 [#7861](https://github.com/jupyter/notebook/pull/7861) ([@jtpio](https://github.com/jtpio)) - [7.5.x] Drop Python 3.9 on CI [#7860](https://github.com/jupyter/notebook/pull/7860) ([@jtpio](https://github.com/jtpio)) - Fix check links [#7857](https://github.com/ju | Low | 3/11/2026 |
| v7.5.5 | ## 7.5.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.4...4f8438b0c67dc4f010bf8cd052da4f16e2ed3828)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.6 [#7861](https://github.com/jupyter/notebook/pull/7861) ([@jtpio](https://github.com/jtpio)) - [7.5.x] Drop Python 3.9 on CI [#7860](https://github.com/jupyter/notebook/pull/7860) ([@jtpio](https://github.com/jtpio)) - Fix check links [#7857](https://github.com/ju | Low | 3/11/2026 |
| v7.5.5 | ## 7.5.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.4...4f8438b0c67dc4f010bf8cd052da4f16e2ed3828)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.6 [#7861](https://github.com/jupyter/notebook/pull/7861) ([@jtpio](https://github.com/jtpio)) - [7.5.x] Drop Python 3.9 on CI [#7860](https://github.com/jupyter/notebook/pull/7860) ([@jtpio](https://github.com/jtpio)) - Fix check links [#7857](https://github.com/ju | Low | 3/11/2026 |
| v7.5.4 | ## 7.5.4 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.3...e5d8418b706fcefd4208bb61c22399dd3123555b)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.5 [#7842](https://github.com/jupyter/notebook/pull/7842) ([@jtpio](https://github.com/jtpio)) - Fix PyO3 CI failure with Python 3.15 [#7836](https://github.com/jupyter/notebook/pull/7836) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release The f | Low | 2/24/2026 |
| v7.6.0a3 | ## 7.6.0a3 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.6.0-alpha.2...767a30d1ec90e9baf4975023c7019c95d9fe8614)) ### Enhancements made - Update to JupyterLab v4.6.0a3 [#7839](https://github.com/jupyter/notebook/pull/7839) ([@jtpio](https://github.com/jtpio)) ### Maintenance and upkeep improvements - Fix PyO3 CI failure with Python 3.15 [#7836](https://github.com/jupyter/notebook/pull/7836) ([@jtpio](https://github.com/jtpio)) - Up | Low | 2/24/2026 |
| v7.5.3 | ## 7.5.3 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.2...3f868f58c89f7f3367397fb52036cd2d04c3a670)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.3 [#7816](https://github.com/jupyter/notebook/pull/7816) ([@jtpio](https://github.com/jtpio)) - Rename the token env variable [#7802](https://github.com/jupyter/notebook/pull/7802) ([@brichet](https://github.com/brichet)) - Clean up node 24 install [#7803](https:// | Low | 1/26/2026 |
| v7.6.0a2 | ## 7.6.0a2 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.6.0-alpha.1...209c7da02e8245ec96bf121a641802096ff8cbb3)) ### Enhancements made - Add a scratch-pad console to the notebook [#7790](https://github.com/jupyter/notebook/pull/7790) ([@brichet](https://github.com/brichet), [@jtpio](https://github.com/jtpio)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.6.0a2 [#7814](https://github.com/jupyter/notebook/pull/78 | Low | 1/23/2026 |
| v7.6.0a1 | ## 7.6.0a1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.6.0-alpha.0...aa605fa66c6885d85a37c7ab3ba6e7f7a837a810)) ### Enhancements made - Add PR template [#7792](https://github.com/jupyter/notebook/pull/7792) ([@KH-Coder865](https://github.com/KH-Coder865), [@andrii-i](https://github.com/andrii-i)) ### Bugs fixed - Fix toggling the side panels from menu [#7799](https://github.com/jupyter/notebook/pull/7799) ([@brichet](https://gith | Low | 1/12/2026 |
| v7.5.2 | ## 7.5.2 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.1...5823d7a925d3b6f006d018545f83eba885be6032)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.2 [#7800](https://github.com/jupyter/notebook/pull/7800) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release The following people contributed discussions, new ideas, code and documentation contributions, and review. See [our definition of contri | Low | 1/12/2026 |
| v7.6.0a0 | ## 7.6.0a0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.1...e7f5e5d50ea18b0b17fe8a9df674025fcc6ab5d1)) ### Maintenance and upkeep improvements - Bump systeminformation from 5.23.14 to 5.27.14 in /ui-tests [#7788](https://github.com/jupyter/notebook/pull/7788) ([@jtpio](https://github.com/jtpio)) - Update to JupyterLab `4.6.0a0` [#7787](https://github.com/jupyter/notebook/pull/7787) ([@jtpio](https://github.com/jtpio)) ### Contrib | Low | 12/17/2025 |
| v7.5.1 | ## 7.5.1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0...fccf56801be0a27a3de76c00d2710a941f255b10)) ### Bugs fixed - Fix selector for the `O` keyboard shortcut [#7782](https://github.com/jupyter/notebook/pull/7782) ([@jtpio](https://github.com/jtpio), [@krassowski](https://github.com/krassowski)) - Fix missing debugger display provider in Notebook [#7774](https://github.com/jupyter/notebook/pull/7774) ([@arjxn-py](https://github. | Low | 12/16/2025 |
| v7.5.0 | ## 7.5.0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0...be53ec8bc96cdbcb64b6f1c5ec39c123c087a348)) ### Enhancements made - Update to JupyterLab v4.5.0b1 [#7746](https://github.com/jupyter/notebook/pull/7746) ([@jtpio](https://github.com/jtpio)) - Update to JupyterLab v4.5.0b0 [#7739](https://github.com/jupyter/notebook/pull/7739) ([@jtpio](https://github.com/jtpio)) - Update to JupyterLab v4.5.0a4 [#7728](https://github.com/jupy | Low | 11/19/2025 |
| v7.5.0rc1 | ## 7.5.0rc1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-rc.0...7533ccab5e4adc765e57a35b1791850daf952044)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.0rc1 [#7764](https://github.com/jupyter/notebook/pull/7764) ([@jtpio](https://github.com/jtpio)) - Bump the actions group across 1 directory with 3 updates [#7751](https://github.com/jupyter/notebook/pull/7751) ([@dependabot](https://github.com/dependabot)) | Low | 11/14/2025 |
| v7.5.0rc0 | ## 7.5.0rc0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-beta.1...18ba796a58402999044b7e8c4401319b76fed0ce)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.0rc0 [#7755](https://github.com/jupyter/notebook/pull/7755) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-10-20&to=202 | Low | 11/3/2025 |
| v7.5.0b1 | ## 7.5.0b1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-beta.0...7f84b95ed6550508f9de03d27cd8c2cb84777648)) ### Enhancements made - Update to JupyterLab v4.5.0b1 [#7746](https://github.com/jupyter/notebook/pull/7746) ([@jtpio](https://github.com/jtpio)) ### Maintenance and upkeep improvements - Use Node.js 24 / npm 11 to publish releases [#7749](https://github.com/jupyter/notebook/pull/7749) ([@jtpio](https://github.com/jtpio) | Low | 10/20/2025 |
| v7.5.0b0 | ## 7.5.0b0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.3...828708ec26cc4d2ff9f8b725b00024481ae42d2d)) ### Enhancements made - Update to JupyterLab v4.5.0b0 [#7739](https://github.com/jupyter/notebook/pull/7739) ([@jtpio](https://github.com/jtpio)) ### Documentation improvements - Add JupyterCon banner and add Jupyter colors [#7727](https://github.com/jupyter/notebook/pull/7727) ([@choldgraf](https://github.com/choldgraf | Low | 9/29/2025 |
| v7.4.7 | ## 7.4.7 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.6...3f6ccf3816f0fb6fd695a978b5a369879492f339)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.4.9 [#7738](https://github.com/jupyter/notebook/pull/7738) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-09-26&to=2025-09-27&type= | Low | 9/27/2025 |
| v7.4.6 | ## 7.4.6 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.5...0c9b0539934bbd9919f24a383e2d0ab00b75f084)) ### Enhancements made - Update to JupyterLab v4.4.8 [#7735](https://github.com/jupyter/notebook/pull/7735) ([@jtpio](https://github.com/jtpio)) ### Bugs fixed - Handle file rename errors [#7710](https://github.com/jupyter/notebook/pull/7710) ([@jtpio](https://github.com/jtpio)) - Fix open file with “#” in the filename [#7698](htt | Low | 9/26/2025 |
| v7.5.0a3 | ## 7.5.0a3 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.2...254b06ca4b232a0a96ad2dddde560e41df371e57)) ### Enhancements made - Update to JupyterLab v4.5.0a4 [#7728](https://github.com/jupyter/notebook/pull/7728) ([@jtpio](https://github.com/jtpio)) - Increase the checkpoint polling interval to 30s [#7711](https://github.com/jupyter/notebook/pull/7711) ([@jtpio](https://github.com/jtpio)) - Define `O` as the keyboard shortc | Low | 9/24/2025 |
| v7.5.0a2 | ## 7.5.0a2 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.1...3100d879bfe09c629b4add998bd2ac408ffa2af8)) ### Enhancements made - Update to JupyterLab v4.5.0a3 [#7703](https://github.com/jupyter/notebook/pull/7703) ([@jtpio](https://github.com/jtpio)) ### Bugs fixed - Fix open file with “#” in the filename [#7698](https://github.com/jupyter/notebook/pull/7698) ([@itsmevichu](https://github.com/itsmevichu)) ### Contributors | Low | 8/18/2025 |
| v7.5.0a1 | ## 7.5.0a1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.0...f56a27c17bfd85f37a27dea9512c675120571e63)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.0a2 [#7694](https://github.com/jupyter/notebook/pull/7694) ([@jtpio](https://github.com/jtpio)) - Pin `httpx` [#7691](https://github.com/jupyter/notebook/pull/7691) ([@jtpio](https://github.com/jtpio)) - Bump prefix-dev/setup-pixi from 0.8.10 to 0.8.11 in | Low | 8/11/2025 |
| v7.4.5 | ## 7.4.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.4...4cc6a9c365e47a3276da14a5f235197f19351191)) ### Maintenance and upkeep improvements - [7.4.x] Pin `httpx` [#7692](https://github.com/jupyter/notebook/pull/7692) ([@jtpio](https://github.com/jtpio)) - Update to JupyterLab v4.4.5 [#7689](https://github.com/jupyter/notebook/pull/7689) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release ([GitHub contributors | Low | 8/5/2025 |
| v7.4.4 | ## 7.4.4 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.3...62295ff009dda35e14117f05ca400b019713f1e3)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.4.4 [#7671](https://github.com/jupyter/notebook/pull/7671) ([@jtpio](https://github.com/jtpio)) - Revert "CI: pin to `jupyter-core<5.8.0` on Windows" [#7657](https://github.com/jupyter/notebook/pull/7657) ([@minrk](https://github.com/minrk)) ### Contributors to this | Low | 6/30/2025 |
| v7.4.3 | ## 7.4.3 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.2...071d48a2452bfeebcb275e6b8f0f2b067708445d)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.4.3 [#7653](https://github.com/jupyter/notebook/pull/7653) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-05-06&to=2025-05-26&type= | Low | 5/26/2025 |
| v7.5.0a0 | ## 7.5.0a0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0...22e29fc41901ef8116670bc8a04eeb833858ff51)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.5.0a0 [#7650](https://github.com/jupyter/notebook/pull/7650) ([@jtpio](https://github.com/jtpio)) - Run UI tests on `ubuntu-latest` [#7639](https://github.com/jupyter/notebook/pull/7639) ([@jtpio](https://github.com/jtpio)) - Update to JupyterLab v4.4.1 [#7638](htt | Low | 5/7/2025 |
| v7.4.2 | ## 7.4.2 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.1...0d8e60f43fd8a2219ad12ca1156c17a64c7b7d5b)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.4.2 [#7649](https://github.com/jupyter/notebook/pull/7649) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-04-23&to=2025-05-06&type= | Low | 5/6/2025 |
| v7.4.1 | ## 7.4.1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0...cca06d9dafec94b1984d0ac91698433060b9f3f1)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.4.1 [#7638](https://github.com/jupyter/notebook/pull/7638) ([@jtpio](https://github.com/jtpio)) - Run UI tests on `ubuntu-latest` [#7639](https://github.com/jupyter/notebook/pull/7639) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release ([GitHub c | Low | 4/23/2025 |
| v7.4.0 | ## 7.4.0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.2...fbfe36574e04b16ed7ba9303c5e819330f402f87)) ### Highlights ✨ To learn more about the highlights of the 7.4.0 release: https://jupyter-notebook.readthedocs.io/en/latest/changelog.html ### Enhancements made - Update to JupyterLab v4.4.0rc1 [#7622](https://github.com/jupyter/notebook/pull/7622) ([@jtpio](https://github.com/jtpio)) - Add support for a `down` area [#7619](https | Low | 4/9/2025 |
| v7.4.0rc0 | ## 7.4.0rc0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.3...7fa19999c9e01d713a684e0f25d8017dbc999528)) ### Enhancements made - Update to JupyterLab v4.4.0rc1 [#7622](https://github.com/jupyter/notebook/pull/7622) ([@jtpio](https://github.com/jtpio)) - Add support for a `down` area [#7619](https://github.com/jupyter/notebook/pull/7619) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release ([GitHub contribu | Low | 4/3/2025 |
| v7.4.0b3 | ## 7.4.0b3 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.2...434221c0fe3de3df3b4b54ed1005712e07957352)) ### Enhancements made - Update to JupyterLab v4.4.0rc0 [#7618](https://github.com/jupyter/notebook/pull/7618) ([@jtpio](https://github.com/jtpio)) - Support `ServiceManagerPlugin` [#7616](https://github.com/jupyter/notebook/pull/7616) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release ([GitHub contribu | Low | 3/26/2025 |
| v7.4.0b2 | ## 7.4.0b2 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.1...be2fd12f91a64796d9919ee8b8242f3093aac8a5)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.4.0b2 [#7614](https://github.com/jupyter/notebook/pull/7614) ([@jtpio](https://github.com/jtpio)) - Add pixi step to the update workflow [#7608](https://github.com/jupyter/notebook/pull/7608) ([@jtpio](https://github.com/jtpio)) ### Documentation improvemen | Low | 3/20/2025 |
| v7.3.3 | ## 7.3.3 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.2...6b99aa6537f24f5ce1b36de16895246dce4b5549)) ### Bugs fixed - Fix undefined error when checkpoints is empty [#7567](https://github.com/jupyter/notebook/pull/7567) ([@jdavid](https://github.com/jdavid)) ### Maintenance and upkeep improvements - Update to JupyterLab v4.3.6 [#7610](https://github.com/jupyter/notebook/pull/7610) ([@jtpio](https://github.com/jtpio)) ### Contrib | Low | 3/14/2025 |
| v7.4.0b1 | ## 7.4.0b1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.0...6d06d97302bd1bb77e25864214ade2277f2e50d4)) ### Enhancements made - Update to JupyterLab `v4.4.0b1` [#7607](https://github.com/jupyter/notebook/pull/7607) ([@jtpio](https://github.com/jtpio)) ### Maintenance and upkeep improvements - Update `@babel` dependencies [#7605](https://github.com/jupyter/notebook/pull/7605) ([@jtpio](https://github.com/jtpio)) - Add devco | Low | 3/14/2025 |
| v7.4.0b0 | ## 7.4.0b0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.3...48243197bbd004555008cd7cfa14c907147aceca)) ### Enhancements made - Update to JupyterLab v4.4.0b0 [#7591](https://github.com/jupyter/notebook/pull/7591) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-02-05&to=2025-02-20&type=c)) [ | Low | 2/20/2025 |
| v7.4.0a3 | ## 7.4.0a3 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.2...48e52c759ffec0cea47dfef59f48d8e9fa6112d3)) ### Enhancements made - Add active cell border padding, remove double cell padding [#7570](https://github.com/jupyter/notebook/pull/7570) ([@andrii-i](https://github.com/andrii-i)) ### Maintenance and upkeep improvements - Improve handling of optional notebook tracker [#7581](https://github.com/jupyter/notebook/pull/758 | Low | 2/5/2025 |
| v7.4.0a2 | ## 7.4.0a2 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.1...ef4f6346cd6b377ade271fcd61810b5d2a7d0f41)) ### Enhancements made - Update to JupyterLab v4.4.0a3 [#7577](https://github.com/jupyter/notebook/pull/7577) ([@jtpio](https://github.com/jtpio)) ### Bugs fixed - Fix undefined error when checkpoints is empty [#7567](https://github.com/jupyter/notebook/pull/7567) ([@jdavid](https://github.com/jdavid)) ### Maintenance a | Low | 2/3/2025 |
| v7.4.0a1 | ## 7.4.0a1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.0...18672b7e85ec5181e4c5c18d2e32c3e9eab7260c)) ### Maintenance and upkeep improvements - Update `typescript` and `lerna` [#7562](https://github.com/jupyter/notebook/pull/7562) ([@jtpio](https://github.com/jtpio)) - Update pre-commit hooks [#7561](https://github.com/jupyter/notebook/pull/7561) ([@jtpio](https://github.com/jtpio)) - Update to JupyterLab v4.4.0a2 [#7559] | Low | 1/7/2025 |
| v7.4.0a0 | ## 7.4.0a0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.2...12efbe601858c317bf677dc835d314489357e20d)) ### Maintenance and upkeep improvements - Disable cron scheduling for now [#7555](https://github.com/jupyter/notebook/pull/7555) ([@jtpio](https://github.com/jtpio)) - Update to JupyterLab v4.4.0a1 [#7554](https://github.com/jupyter/notebook/pull/7554) ([@jtpio](https://github.com/jtpio)) - Update workflow improvements [#7552](ht | Low | 12/21/2024 |
| v7.3.2 | ## 7.3.2 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.1...7959ba0de553e9c541d2716d76108a8bc0bc2d6c)) ### Maintenance and upkeep improvements - Fix update script [#7550](https://github.com/jupyter/notebook/pull/7550) ([@jtpio](https://github.com/jtpio)) - Fix workflow to update the JupyterLab version [#7548](https://github.com/jupyter/notebook/pull/7548) ([@jtpio](https://github.com/jtpio)) - Bump nanoid from 3.3.7 to 3.3.8 in /ui- | Low | 12/21/2024 |
| v7.2.3 | ## 7.2.3 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.2...6dbe4b1099f8ff27ad57e79a30fd7b4534a834e3)) ### Maintenance and upkeep improvements - Bump Python version used on CI [#7528](https://github.com/jupyter/notebook/pull/7528) ([@jtpio](https://github.com/jtpio)) - Backport PR #7530: Adds jupyter-ui-toolkit packages in shared scope [#7532](https://github.com/jupyter/notebook/pull/7532) ([@brichet](https://github.com/brichet)) # | Low | 12/5/2024 |
| v7.3.1 | ## 7.3.1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.0...21d0306ecef93ea23bf063bc1d8a0580450cd4df)) ### Maintenance and upkeep improvements - Adds jupyter-ui-toolkit packages in shared scope [#7530](https://github.com/jupyter/notebook/pull/7530) ([@brichet](https://github.com/brichet)) ### Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors? | Low | 12/4/2024 |
| v7.3.0 | ## 7.3.0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.0...b16eed26eff8e357eeccbef3f3434df77fb8ab48)) ### Enhancements made - Fix for auto scroll output option [#7511](https://github.com/jupyter/notebook/pull/7511) ([@gjmooney](https://github.com/gjmooney)) - Add a setting to enable the notebook to take up the full width [#7487](https://github.com/jupyter/notebook/pull/7487) ([@jtpio](https://github.com/jtpio)) - Add the file filte | Low | 12/4/2024 |
| v7.3.0rc0 | ## 7.3.0rc0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.0-beta.2...b34449747a84fe0ba7951ae0fa8f2bb011444a60)) ### Maintenance and upkeep improvements - Update to JupyterLab 4.3.1 [#7521](https://github.com/jupyter/notebook/pull/7521) ([@jtpio](https://github.com/jtpio)) ### Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-11-06&to=2024-11 | Low | 11/18/2024 |
| v7.3.0b2 | ## 7.3.0b2 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.0-beta.1...110e728e4a239ffc7217bd07b9a50cf4eff0dff5)) ### Enhancements made - Fix for auto scroll output option [#7511](https://github.com/jupyter/notebook/pull/7511) ([@gjmooney](https://github.com/gjmooney)) ### Maintenance and upkeep improvements - Add webpack prod config [#7513](https://github.com/jupyter/notebook/pull/7513) ([@gjmooney](https://github.com/gjmooney)) - | Low | 11/6/2024 |
| v7.3.0b1 | ## 7.3.0b1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.0-beta.0...f614f7c6387cc7da82e0307b70e10593b2cd6bff)) ### Enhancements made - Add a setting to enable the notebook to take up the full width [#7487](https://github.com/jupyter/notebook/pull/7487) ([@jtpio](https://github.com/jtpio)) - Add the file filter button to the file browser toolbar [#7479](https://github.com/jupyter/notebook/pull/7479) ([@jtpio](https://github.com/jtpi | Low | 10/24/2024 |
| v7.3.0b0 | ## 7.3.0b0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.0-alpha.1...fec4431305b2fd857ff81b7b60c2894dd125bec2)) ### Enhancements made - Redirect paths from the notebooks route to the tree route if they are directories [#7446](https://github.com/jupyter/notebook/pull/7446) ([@andyscho](https://github.com/andyscho)) ### Maintenance and upkeep improvements - Remove the `StateDB` file browser trick [#7477](https://github.com/jupyter/ | Low | 10/15/2024 |
| v7.2.2 | ## 7.2.2 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.1...0426a897ad6b5708d73e6e49ea424076de2906a1)) ### Maintenance and upkeep improvements - Upgrade JupyterLab dependencies to v4.2.5 [#7447](https://github.com/jupyter/notebook/pull/7447) ([@krassowski](https://github.com/krassowski)) ### Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-0 | Low | 8/27/2024 |
| v7.3.0a1 | ## 7.3.0a1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.0-alpha.0...ff2b822d066dc8d733a259f955177da4bd4d668c)) ### Enhancements made - Update to JupyterLab `4.3.0a1` [#7416](https://github.com/jupyter/notebook/pull/7416) ([@jtpio](https://github.com/jtpio)) ### Bugs fixed - Remove pseudoelement obstructing the cell collapser [#7392](https://github.com/jupyter/notebook/pull/7392) ([@krassowski](https://github.com/krassowski)) ## | Low | 7/1/2024 |
| v7.2.1 | ## 7.2.1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.0...e881745c98ea0a0ea585df78f1ca8950a0edeaa2)) ### Bugs fixed - Remove pseudoelement obstructing the cell collapser [#7392](https://github.com/jupyter/notebook/pull/7392) ([@krassowski](https://github.com/krassowski)) ### Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-05-16&to=2024-06 | Low | 6/7/2024 |
| v7.3.0a0 | ## 7.3.0a0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.0...1a03b9d8e502f8177684e39d7b627bed1c772bb2)) ### Enhancements made - Support custom page_data_hook function [#7387](https://github.com/jupyter/notebook/pull/7387) ([@bluestealth](https://github.com/bluestealth)) - Add missing "Open..." file menu [#7385](https://github.com/jupyter/notebook/pull/7385) ([@martinRenou](https://github.com/martinRenou)) - Duplicate notebook menu | Low | 5/31/2024 |
| v7.2.0 | ## 7.2.0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.2...31bf294e85175bbf39816a90dc8858dedaf73bde)) ### Enhancements made - Update to JupyterLab 4.2.0 [#7357](https://github.com/jupyter/notebook/pull/7357) ([@jtpio](https://github.com/jtpio)) - Update to JupyterLab 4.2.0rc0 [#7333](https://github.com/jupyter/notebook/pull/7333) ([@jtpio](https://github.com/jtpio)) - Add `@jupyterlab/theme-dark-high-contrast-extension` [#7331](htt | Low | 5/16/2024 |
