Notebook

Latest version: v7.3.3

Safety actively analyzes 722460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 21

7.4

Jupyter Notebook 7.4 is based on JupyterLab 4.4, and includes a number of new features, bug fixes, and enhancements for extension developers. This release is compatible with extensions supporting JupyterLab 4.0. Extension authors are recommended to consult the [Extension Migration Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_migration.html#jupyterlab-4-3-to-4-4) which lists deprecations and changes to the public API.

Below are a few highlights for this new release. Most of the new features and improvements come from the update to JupyterLab 4.4, although they may not all be supported in Notebook 7.4.

For reference you may have a look at the [JupyterLab 4.4 changelog](https://jupyterlab.readthedocs.io/en/latest/getting_started/changelog.html#v4-4) to learn more.

Code console improvements

The code console prompt can now be positioned on the top, left, or right side of the console,
in addition to the default bottom placement. The placement is persisted in the Prompt Cell
Position setting.

The console toolbar now includes buttons to:
- Execute code
- Restart the kernel
- Clear the cells
- Switch the kernel

<img alt="The option to change console prompt position is available under the three dots button in the console toolbar, which is the last toolbar button" src="https://github.com/user-attachments/assets/11f5a82a-0dd2-439b-a520-d04c73363bfe" class="jp-screenshot">

Additional settings for console behavior have been added:
- Clear Code Content on Execute (enabled by default) – When disabled, the code submitted for execution remains in the code editor, allowing for further edits.
- Hide Code Input – When enabled, only the execution output is shown in the console.
- Clear Cells on Execute – When enabled, only the last cell is displayed.

Toggling all the three new settings transforms the console into an interactive editor
resembling an ephemeral notebook with a single cell.

<img alt="Toggling all the three new settings transforms the console into a single cell" src="https://github.com/user-attachments/assets/86eb1114-0d60-4379-a370-b538717fc74f" class="jp-screenshot">

Settings import and export

Settings can now be exported to `overrides.json` from the Settings Editor,
which can be used to pre-configure defaults in deployments or to restore settings.

<img alt="The Import and Export buttons in the Settings Editor are the first two items in the toolbar panel" src="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/docs/source/getting_started/changelog_assets/4.4-settings-import-export.png" class="jp-screenshot">

Support for collaboration without `RTC:` drive

Real time collaboration in previous versions of JupyterLab and Jupyter Notebook
(which can be enabled by installing jupyter-collaboration package)
was implemented by swapping the default JupyterLab file system
drive to a collaborative drive with the `RTC:` prefix.
This approach was incompatible with multiple extensions.
JupyterLab 4.4 introduces the Content Providers API, which allows the next version of `jupyter-collaboration` to work without changing the drive prefix.
This improves compatibility with extensions that do not support arbitrary drives.

Context menu opt-out

The context menu, available under right mouse click in browsers, can now be disabled globally
by toggling the `Enable Context Menu` option available in the Command Palette,
or via the JSON Settings Editor in the Application Context Menu.

<!-- <START NEW CHANGELOG ENTRY> -->

7.4.0b3

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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 contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-03-20&to=2025-03-26&type=c))

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-03-20..2025-03-26&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-03-20..2025-03-26&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

7.4.0b2

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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 improvements

- User facing changelog for 7.4 [7612](https://github.com/jupyter/notebook/pull/7612) ([jtpio](https://github.com/jtpio))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-03-14&to=2025-03-20&type=c))

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-03-14..2025-03-20&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-03-14..2025-03-20&type=Issues)

7.4.0b1

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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 devcontainer support, backed by pixi [7602](https://github.com/jupyter/notebook/pull/7602) ([jtpio](https://github.com/jtpio))
- Manual dependabot bumps [7599](https://github.com/jupyter/notebook/pull/7599) ([jtpio](https://github.com/jtpio))
- Bump vega-selections from 5.4.1 to 5.5.0 in /ui-tests [7592](https://github.com/jupyter/notebook/pull/7592) ([dependabot](https://github.com/dependabot))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-02-20&to=2025-03-14&type=c))

[dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2025-02-20..2025-03-14&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-02-20..2025-03-14&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-02-20..2025-03-14&type=Issues)

7.4.0b0

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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))

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-02-05..2025-02-20&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-02-05..2025-02-20&type=Issues)

7.4.0a3

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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/7581) ([jtpio](https://github.com/jtpio))
- Fix upgrade script [7579](https://github.com/jupyter/notebook/pull/7579) ([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-03&to=2025-02-05&type=c))

[andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2025-02-03..2025-02-05&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-02-03..2025-02-05&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-02-03..2025-02-05&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2025-02-03..2025-02-05&type=Issues) | [RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2025-02-03..2025-02-05&type=Issues)

Page 1 of 21

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.