Skip to content

Update notebook to 7.4.1#706

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-notebook-5.7.8-to-7.4.1
Closed

Update notebook to 7.4.1#706
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-notebook-5.7.8-to-7.4.1

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates notebook from 5.7.8 to 7.4.1.

Changelog

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

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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://github.com/jupyter/notebook/pull/7619) ([jtpio](https://github.com/jtpio))
- 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))
- Update to JupyterLab `v4.4.0b1` [7607](https://github.com/jupyter/notebook/pull/7607) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab v4.4.0b0 [7591](https://github.com/jupyter/notebook/pull/7591) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab v4.4.0a3 [7577](https://github.com/jupyter/notebook/pull/7577) ([jtpio](https://github.com/jtpio))
- Add active cell border padding, remove double cell padding [7570](https://github.com/jupyter/notebook/pull/7570) ([andrii-i](https://github.com/andrii-i))

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

- Bump the actions group with 2 updates [7626](https://github.com/jupyter/notebook/pull/7626) ([dependabot](https://github.com/dependabot))
- 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))
- 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))
- 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))
- Allow owners/members/collab to trigger galata update on other's PR [7572](https://github.com/jupyter/notebook/pull/7572) ([krassowski](https://github.com/krassowski))
- 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](https://github.com/jupyter/notebook/pull/7559) ([jtpio](https://github.com/jtpio))
- Bump the actions group across 1 directory with 2 updates [7558](https://github.com/jupyter/notebook/pull/7558) ([dependabot](https://github.com/dependabot))
- Improve update script [7556](https://github.com/jupyter/notebook/pull/7556) ([jtpio](https://github.com/jtpio))
- 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](https://github.com/jupyter/notebook/pull/7552) ([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=2024-12-21&to=2025-04-09&type=c))

[andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2024-12-21..2025-04-09&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2024-12-21..2025-04-09&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-12-21..2025-04-09&type=Issues) | [jdavid](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajdavid+updated%3A2024-12-21..2025-04-09&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-12-21..2025-04-09&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-12-21..2025-04-09&type=Issues) | [RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-12-21..2025-04-09&type=Issues)

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

7.4.0rc0

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

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

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)

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)

7.4.0a2

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

- Allow owners/members/collab to trigger galata update on other's PR [7572](https://github.com/jupyter/notebook/pull/7572) ([krassowski](https://github.com/krassowski))

Contributors to this release

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

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

7.4.0a1

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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](https://github.com/jupyter/notebook/pull/7559) ([jtpio](https://github.com/jtpio))
- Bump the actions group across 1 directory with 2 updates [7558](https://github.com/jupyter/notebook/pull/7558) ([dependabot](https://github.com/dependabot))
- Improve update script [7556](https://github.com/jupyter/notebook/pull/7556) ([jtpio](https://github.com/jtpio))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-12-21&to=2025-01-07&type=c))

[dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2024-12-21..2025-01-07&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-12-21..2025-01-07&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-12-21..2025-01-07&type=Issues)

7.4.0a0

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

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-12-21&to=2024-12-21&type=c))

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-12-21..2024-12-21&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-12-21..2024-12-21&type=Issues)

7.3.2

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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-tests [7547](https://github.com/jupyter/notebook/pull/7547) ([dependabot](https://github.com/dependabot))
- Bump systeminformation from 5.21.8 to 5.23.14 in /ui-tests [7546](https://github.com/jupyter/notebook/pull/7546) ([dependabot](https://github.com/dependabot))
- Workflow to update JupyterLab dependencies automatically [7281](https://github.com/jupyter/notebook/pull/7281) ([itsmevichu](https://github.com/itsmevichu))
- Update to JupyterLab v4.3.4 [7551](https://github.com/jupyter/notebook/pull/7551) ([github-actions](https://github.com/apps/github-actions))

Documentation improvements

- Update chat links to Zulip. [7539](https://github.com/jupyter/notebook/pull/7539) ([ericsnekbytes](https://github.com/ericsnekbytes))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-12-04&to=2024-12-21&type=c))

[Carreau](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ACarreau+updated%3A2024-12-04..2024-12-21&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2024-12-04..2024-12-21&type=Issues) | [ericsnekbytes](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aericsnekbytes+updated%3A2024-12-04..2024-12-21&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-12-04..2024-12-21&type=Issues) | [itsmevichu](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aitsmevichu+updated%3A2024-12-04..2024-12-21&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-12-04..2024-12-21&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-12-04..2024-12-21&type=Issues)

7.3.1

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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?from=2024-12-04&to=2024-12-04&type=c))

[brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2024-12-04..2024-12-04&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-12-04..2024-12-04&type=Issues)

7.3

Jupyter Notebook 7.3 is based on JupyterLab 4.3, 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-2-to-4-3) 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.3, although they may not all be supported in Notebook 7.3.

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

Minimap

The virtual scrollbar now acts as a minimap and exposes information on whether a cell:

- is running/scheduled (`[*]`), idle (`[ ]`) or was already run (e.g. `[1]`)
- was modified since it was last executed (“dirty”) - orange background
- has an output that contains an error - red background
- is markdown/code (`[ ]`/`[*]`/`[1]` for code, nothing for markdown)
- how much text/code it contains

![a screenshot showing the notebook minimap](https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/docs/source/getting_started/changelog_assets/4.3-minimap.png)

To enable the minimap, click on the hamburger icon (≡) which appears in the notebook’s toolbar. If you do not see the hamburger icon, go to `Settings → Notebook → Windowing mode` and choose “full”.

File browser enhancements

The file browser now:

- supports resizing the columns and remembers the column sizes after reloading JupyterLab
- supports uploading folders by drag-and-drop
- supports navigation with a single click
- adds a file filter collapsed by default (funnel icon)

![a screenshot showing that it's now possible to resize the file browser columns](https://github.com/user-attachments/assets/b0d9cd0a-2828-43f7-a922-e8b271e5f7fc)

In Jupyter Notebook, the single click navigation is enabled by default. If you would like to disable it to get the same experience as in JupyterLab, go to `Settings → File Browser` and make sure "Navigate files and directories with single click" is unchecked.

Improved kernel and server interactions

The previous release enabled connecting to external kernels, such as those spawned by a third-party application like Blender. In this release the kernel selector dialog was improved to also show the external kernels.

The previous release improved the awareness of the kernel/kernel specification distinction by providing both tree and list view in the kernels sidebar panel, but only the tree view featured the kernel identifiers. In this release both the list and tree view show the kernel identifier stub.

A new toolbar button was added in the kernel allowing to shut down unused kernels (kernels with no widget attached).

![a screenshot showing the list view of the kernels in the sidebar](https://github.com/user-attachments/assets/c7f958c5-4054-4b09-8fad-4df6db8c9b58)

Full Width Notebook

It is now possible to configure the notebook to take up the full width of the page via:

- a setting that can be defined by a user via the Settings Editor
- the `View > Enable Full Width Notebook` menu entry
- the command palette, searching for `Enable Full Width Notebook`

![a screenshot showing how to enable full width notebook via the menu](https://github.com/user-attachments/assets/148b227a-874a-4bb3-a4c6-c7350525ccc4)

This is particularly useful on large displays, or for those who prefer working with a wider notebook.

It is also possible to use the JupyterLab interface for a more fully-featured experience, which allows for full-width notebooks too, and offers a "Simple Interface" mode for only showing a single notebook at a time.

You can open JupyterLab by clicking on `View > Open JupyterLab`.

7.3.0

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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 filter button to the file browser toolbar [7479](https://github.com/jupyter/notebook/pull/7479) ([jtpio](https://github.com/jtpio))
- 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))
- Update to JupyterLab `4.3.0a1` [7416](https://github.com/jupyter/notebook/pull/7416) ([jtpio](https://github.com/jtpio))
- 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 option [7374](https://github.com/jupyter/notebook/pull/7374) ([JasonWeill](https://github.com/JasonWeill))

Bugs fixed

- Move handling of the file browser settings to a separate plugin, enable file browser single click navigation [7481](https://github.com/jupyter/notebook/pull/7481) ([jtpio](https://github.com/jtpio))
- Remove pseudoelement obstructing the cell collapser [7392](https://github.com/jupyter/notebook/pull/7392) ([krassowski](https://github.com/krassowski))
- "Close and Shut Down Notebook" shuts down without the confirmation dialog [7384](https://github.com/jupyter/notebook/pull/7384) ([JasonWeill](https://github.com/JasonWeill))
- Adds message about building code before running 'develop' [7382](https://github.com/jupyter/notebook/pull/7382) ([JasonWeill](https://github.com/JasonWeill))

Maintenance and upkeep improvements

- Bump Python version used on CI [7528](https://github.com/jupyter/notebook/pull/7528) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab 4.3.2 [7527](https://github.com/jupyter/notebook/pull/7527) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab 4.3.1 [7521](https://github.com/jupyter/notebook/pull/7521) ([jtpio](https://github.com/jtpio))
- Add webpack prod config [7513](https://github.com/jupyter/notebook/pull/7513) ([gjmooney](https://github.com/gjmooney))
- Update to JupyterLab 4.3 final [7507](https://github.com/jupyter/notebook/pull/7507) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab `4.3.0rc1` [7497](https://github.com/jupyter/notebook/pull/7497) ([jtpio](https://github.com/jtpio))
- Remove the `StateDB` file browser trick [7477](https://github.com/jupyter/notebook/pull/7477) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab `4.3.0rc0` [7423](https://github.com/jupyter/notebook/pull/7423) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab 4.3.0a0 [7378](https://github.com/jupyter/notebook/pull/7378) ([jtpio](https://github.com/jtpio))

Documentation improvements

- Fix link to the JupyterLab 4.3 changelog [7529](https://github.com/jupyter/notebook/pull/7529) ([jtpio](https://github.com/jtpio))
- Rename some header links to fit better [7508](https://github.com/jupyter/notebook/pull/7508) ([gjmooney](https://github.com/gjmooney))
- Add user facing changelog for `7.3.0` [7494](https://github.com/jupyter/notebook/pull/7494) ([jtpio](https://github.com/jtpio))
- Fix typos [7472](https://github.com/jupyter/notebook/pull/7472) ([algonell](https://github.com/algonell))
- Adds message about building code before running 'develop' [7382](https://github.com/jupyter/notebook/pull/7382) ([JasonWeill](https://github.com/JasonWeill))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-05-16&to=2024-12-04&type=c))

[algonell](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aalgonell+updated%3A2024-05-16..2024-12-04&type=Issues) | [andyscho](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandyscho+updated%3A2024-05-16..2024-12-04&type=Issues) | [bluestealth](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abluestealth+updated%3A2024-05-16..2024-12-04&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-05-16..2024-12-04&type=Issues) | [gjmooney](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agjmooney+updated%3A2024-05-16..2024-12-04&type=Issues) | [JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2024-05-16..2024-12-04&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-05-16..2024-12-04&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-05-16..2024-12-04&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AmartinRenou+updated%3A2024-05-16..2024-12-04&type=Issues) | [RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-05-16..2024-12-04&type=Issues)

7.3.0rc0

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

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-11-06..2024-11-18&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-11-06..2024-11-18&type=Issues)

7.3.0b2

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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))
- Update to JupyterLab 4.3 final [7507](https://github.com/jupyter/notebook/pull/7507) ([jtpio](https://github.com/jtpio))

Documentation improvements

- Rename some header links to fit better [7508](https://github.com/jupyter/notebook/pull/7508) ([gjmooney](https://github.com/gjmooney))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-10-24&to=2024-11-06&type=c))

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-10-24..2024-11-06&type=Issues) | [gjmooney](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agjmooney+updated%3A2024-10-24..2024-11-06&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-10-24..2024-11-06&type=Issues)

7.3.0b1

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

Bugs fixed

- Move handling of the file browser settings to a separate plugin, enable file browser single click navigation [7481](https://github.com/jupyter/notebook/pull/7481) ([jtpio](https://github.com/jtpio))

Maintenance and upkeep improvements

- Update to JupyterLab `4.3.0rc1` [7497](https://github.com/jupyter/notebook/pull/7497) ([jtpio](https://github.com/jtpio))

Documentation improvements

- Add user facing changelog for `7.3.0` [7494](https://github.com/jupyter/notebook/pull/7494) ([jtpio](https://github.com/jtpio))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-10-15&to=2024-10-24&type=c))

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-10-15..2024-10-24&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-10-15..2024-10-24&type=Issues)

7.3.0b0

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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/notebook/pull/7477) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab `4.3.0rc0` [7423](https://github.com/jupyter/notebook/pull/7423) ([jtpio](https://github.com/jtpio))

Documentation improvements

- Fix typos [7472](https://github.com/jupyter/notebook/pull/7472) ([algonell](https://github.com/algonell))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-07-01&to=2024-10-15&type=c))

[algonell](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aalgonell+updated%3A2024-07-01..2024-10-15&type=Issues) | [andyscho](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandyscho+updated%3A2024-07-01..2024-10-15&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-07-01..2024-10-15&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-07-01..2024-10-15&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-07-01..2024-10-15&type=Issues) | [RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-07-01..2024-10-15&type=Issues)

7.3.0a1

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

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-05-31&to=2024-07-01&type=c))

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-05-31..2024-07-01&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-05-31..2024-07-01&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-05-31..2024-07-01&type=Issues)

7.3.0a0

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

Bugs fixed

- "Close and Shut Down Notebook" shuts down without the confirmation dialog [7384](https://github.com/jupyter/notebook/pull/7384) ([JasonWeill](https://github.com/JasonWeill))
- Adds message about building code before running 'develop' [7382](https://github.com/jupyter/notebook/pull/7382) ([JasonWeill](https://github.com/JasonWeill))

Maintenance and upkeep improvements

- Update to JupyterLab 4.3.0a0 [7378](https://github.com/jupyter/notebook/pull/7378) ([jtpio](https://github.com/jtpio))

Documentation improvements

- Adds message about building code before running 'develop' [7382](https://github.com/jupyter/notebook/pull/7382) ([JasonWeill](https://github.com/JasonWeill))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-05-16&to=2024-05-31&type=c))

[bluestealth](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abluestealth+updated%3A2024-05-16..2024-05-31&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-05-16..2024-05-31&type=Issues) | [JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2024-05-16..2024-05-31&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-05-16..2024-05-31&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AmartinRenou+updated%3A2024-05-16..2024-05-31&type=Issues)

7.2

Jupyter Notebook 7.2 is based on JupyterLab 4.2, 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-0-to-4-1) 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.2, although they are not all supported in Notebook 7.2.

For reference you may have a look at the JupyterLab 4.2 changelog to learn more: https://jupyterlab.readthedocs.io/en/latest/getting_started/changelog.html#v4-2

Full notebook windowing mode by default

Notebooks in the `full` windowing mode only render the visible cells, significantly improving the performance of the application. One limitation of `full` mode is that the search function in your browser may produce false negatives; using the search function is recommended. To revert to the behaviour from Notebook 7.2, go to Settings → Settings Editor → Notebook, scroll to “Windowing mode”, and choose `defer`.

Improved Shortcuts Editor

Among the numerous improvements and bug fixes for the keyboard shortcuts editor:

- it is now possible to remove the default shortcuts,
- shortcuts are correctly sorted when using a language pack,
- shortcuts with different arguments are now correctly displayed as individual entries.

<img alt="A context menu opened over a keybinding in the Keyboard Shortcuts setting panel within the Settings widget" class="jp-screenshot" src="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/docs/source/getting_started/changelog_assets/4.2-delete-shortcut.png">

Dark high contrast theme

A new theme, JupyterLab Dark High Contrast, which is intended to benefit users with the need for higher contrast, following the WCAG AAA accessibility standard for color contrast. To select this theme, from the menu bar, choose Settings → Theme → JupyterLab Dark High Contrast. Please provide feedback and suggestions on further improvements to this theme.

<img alt="A dark high contrast theme" class="jp-screenshot" src="https://github.com/jupyter/notebook/assets/591645/9a1678fe-9b4d-41ad-8764-75fdc7c84071">

7.2.0

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.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](https://github.com/jupyter/notebook/pull/7331) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab 4.2.0a2 [7307](https://github.com/jupyter/notebook/pull/7307) ([jtpio](https://github.com/jtpio))

Bugs fixed

- Add the `jupyterlab/notebook-extension:copy-output` plugin [7353](https://github.com/jupyter/notebook/pull/7353) ([jtpio](https://github.com/jtpio))
- Fix CSS for `full` windowing mode [7337](https://github.com/jupyter/notebook/pull/7337) ([jtpio](https://github.com/jtpio))
- Force notebook windowing mode to `defer` [7335](https://github.com/jupyter/notebook/pull/7335) ([jtpio](https://github.com/jtpio))
- Fix scrollbar always showing up by default [7327](https://github.com/jupyter/notebook/pull/7327) ([jtpio](https://github.com/jtpio))
- Default to the `full` windowing mode [7321](https://github.com/jupyter/notebook/pull/7321) ([jtpio](https://github.com/jtpio))

Maintenance and upkeep improvements

- Fix emoji in create issue screen [7363](https://github.com/jupyter/notebook/pull/7363) ([JasonWeill](https://github.com/JasonWeill))
- Update `jupyterlab/galata` [7361](https://github.com/jupyter/notebook/pull/7361) ([jtpio](https://github.com/jtpio))
- Pin on `macos-12` on CI for now [7346](https://github.com/jupyter/notebook/pull/7346) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab `4.2.0b1` [7319](https://github.com/jupyter/notebook/pull/7319) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab 4.2.0b0 [7312](https://github.com/jupyter/notebook/pull/7312) ([jtpio](https://github.com/jtpio))
- Ignore links to GitHub user and organisation profiles [7308](https://github.com/jupyter/notebook/pull/7308) ([jtpio](https://github.com/jtpio))

Documentation improvements

- Add user facing changelog for 7.2 [7372](https://github.com/jupyter/notebook/pull/7372) ([jtpio](https://github.com/jtpio))
- Fix emoji in create issue screen [7363](https://github.com/jupyter/notebook/pull/7363) ([JasonWeill](https://github.com/JasonWeill))
- update RISE extension installation instructions [7299](https://github.com/jupyter/notebook/pull/7299) ([afeld](https://github.com/afeld))

Contributors to this release

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

[afeld](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aafeld+updated%3A2024-03-14..2024-05-16&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-03-14..2024-05-16&type=Issues) | [JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2024-03-14..2024-05-16&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-03-14..2024-05-16&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-03-14..2024-05-16&type=Issues) | [RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-03-14..2024-05-16&type=Issues) | [takluyver](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atakluyver+updated%3A2024-03-14..2024-05-16&type=Issues)

7.2.0rc1

([Full Changelog](https://github.com/jupyter/notebook/compare/v7.2.0rc0...f5d8aea3bdc3eea25213792f9d101738f2a1f627))

Enhancements made

- Update to JupyterLab 4.2.0 [7357](https://github.com/jupyter/notebook/pull/7357) ([jtpio](https://github.com/jtpio))

Bugs fixed

- Add the `jupyterlab/notebook-extension:copy-output` plugin [7353](https://github.com/jupyter/notebook/pull/7353) ([jtpio](https://github.com/jtpio))
- Default to the `full` windowing mode [7321](https://github.com/jupyter/notebook/pull/7321) ([jtpio](https://github.com/jtpio))

Documentation improvements

- update RISE extension installation instructions [7299](https://github.com/jupyter/notebook/pull/7299) ([afeld](https://github.com/afeld))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-05-01&to=2024-05-13&type=c))

[afeld](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aafeld+updated%3A2024-05-01..2024-05-13&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-05-01..2024-05-13&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-05-01..2024-05-13&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-05-01..2024-05-13&type=Issues) | [takluyver](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atakluyver+updated%3A2024-05-01..2024-05-13&type=Issues)

7.2.0rc0

([Full Changelog](https://github.com/jupyter/notebook/compare/v7.2.0b1...49ddd0fe1e4d4bfa24f74042f2232c5b91d1c36e))

Enhancements made

- Update to JupyterLab 4.2.0rc0 [7333](https://github.com/jupyter/notebook/pull/7333) ([jtpio](https://github.com/jtpio))

Bugs fixed

- Fix CSS for `full` windowing mode [7337](https://github.com/jupyter/notebook/pull/7337) ([jtpio](https://github.com/jtpio))

Maintenance and upkeep improvements

- Pin on `macos-12` on CI for now [7346](https://github.com/jupyter/notebook/pull/7346) ([jtpio](https://github.com/jtpio))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-04-19&to=2024-05-01&type=c))

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-04-19..2024-05-01&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-04-19..2024-05-01&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-04-19..2024-05-01&type=Issues)

7.2.0b1

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.2.0-beta.0...b45d666d5ee1ee053b55ac9cb6e9aecde5d53945))

Enhancements made

- Add `jupyterlab/theme-dark-high-contrast-extension` [7331](https://github.com/jupyter/notebook/pull/7331) ([jtpio](https://github.com/jtpio))

Bugs fixed

- Force notebook windowing mode to `defer` [7335](https://github.com/jupyter/notebook/pull/7335) ([jtpio](https://github.com/jtpio))
- Fix scrollbar always showing up by default [7327](https://github.com/jupyter/notebook/pull/7327) ([jtpio](https://github.com/jtpio))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-04-12&to=2024-04-19&type=c))

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-04-12..2024-04-19&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-04-12..2024-04-19&type=Issues) | [RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-04-12..2024-04-19&type=Issues)

7.2.0b0

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.2.0-alpha.0...09bcd99e6dfffce92acc9a7f9d11a2a2122131c0))

Maintenance and upkeep improvements

- Update to JupyterLab `4.2.0b1` [7319](https://github.com/jupyter/notebook/pull/7319) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab 4.2.0b0 [7312](https://github.com/jupyter/notebook/pull/7312) ([jtpio](https://github.com/jtpio))

Contributors to this release

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

[github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-03-29..2024-04-12&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-03-29..2024-04-12&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-03-29..2024-04-12&type=Issues)

7.2.0a0

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.1.2...80b582bce69e33e36e936af2ea981bcb22a4d285))

Enhancements made

- Update to JupyterLab 4.2.0a2 [7307](https://github.com/jupyter/notebook/pull/7307) ([jtpio](https://github.com/jtpio))

Maintenance and upkeep improvements

- Ignore links to GitHub user and organisation profiles [7308](https://github.com/jupyter/notebook/pull/7308) ([jtpio](https://github.com/jtpio))

Contributors to this release

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

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

7.1.2

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.1.1...ca41222a9c8d75356c6d67d3bd36e34d71cce2d8))

Maintenance and upkeep improvements

- Update Release Scripts [7295](https://github.com/jupyter/notebook/pull/7295) ([blink1073](https://github.com/blink1073))
- Fix jupyterlab install command in the releaser hook [7294](https://github.com/jupyter/notebook/pull/7294) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab 4.1.5 packages [7291](https://github.com/jupyter/notebook/pull/7291) ([jtpio](https://github.com/jtpio))

Documentation improvements

- Add a section to use local dependencies [7292](https://github.com/jupyter/notebook/pull/7292) ([brichet](https://github.com/brichet))

Contributors to this release

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

[blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2024-02-26..2024-03-14&type=Issues) | [brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2024-02-26..2024-03-14&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-02-26..2024-03-14&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-02-26..2024-03-14&type=Issues)

7.1.1

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.1.0...da7b8d400e96ceff0eec834badd891bc5d5f154d))

Bugs fixed

- Grayout "Edit Notebook Metadata" for other file formats.  [7265](https://github.com/jupyter/notebook/pull/7265) ([itsmevichu](https://github.com/itsmevichu))

Maintenance and upkeep improvements

- Fix flaky mobile UI tests [7278](https://github.com/jupyter/notebook/pull/7278) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab 4.1.2 packages [7277](https://github.com/jupyter/notebook/pull/7277) ([jtpio](https://github.com/jtpio))
- Ignore stackoverflow link [7274](https://github.com/jupyter/notebook/pull/7274) ([jtpio](https://github.com/jtpio))
- Expose `version_info` [7273](https://github.com/jupyter/notebook/pull/7273) ([jtpio](https://github.com/jtpio))
- Bump ip from 2.0.0 to 2.0.1 in /ui-tests [7268](https://github.com/jupyter/notebook/pull/7268) ([dependabot](https://github.com/dependabot))
- Bump ip from 2.0.0 to 2.0.1 [7267](https://github.com/jupyter/notebook/pull/7267) ([dependabot](https://github.com/dependabot))

Contributors to this release

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

[dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2024-02-13..2024-02-26&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-02-13..2024-02-26&type=Issues) | [itsmevichu](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aitsmevichu+updated%3A2024-02-13..2024-02-26&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-02-13..2024-02-26&type=Issues)

7.1

Jupyter Notebook 7.1 is based on JupyterLab 4.1, 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-0-to-4-1) 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.1, although they are not all supported in Notebook 7.1.

For reference you may have a look at the JupyterLab 4.1 changelog to learn more: https://jupyterlab.readthedocs.io/en/latest/getting_started/changelog.html#v4-1

Diagrams in Markdown

Matching GitHub-Flavoured Markdown, JupyterLab 4.1 now supports [Mermaid](https://github.com/mermaid-js/mermaid) diagrams.
To create a mermaid diagram use the `mermaid` language specifier for a code block in a markdown cell or document, for example:

~~~
mermaid
flowchart LR

A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]

~~~

which renders as:

<img alt="Rendered Mermaid diagram going from left to right with modern look; the diagram contains blueish square node with text Hard pointing to round square node with text Round; over the arrow connecting the two nodes there is a word Text; the second node further connects to a rhombus-shaped node with text Decision which then connects to two further nodes, Result 1 and Result 2." src="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/docs/source/getting_started/changelog_assets/4.1-merimad-diagram.png" class="jp-screenshot">

Inline completer

JupyterLab now supports completion presented as ghost text in the cell and file editors,
allowing generative AI models to provide multi-line completions. This can now also be leveraged in Jupyter Notebook.

The suggestions are provided by plugins implementing the ``IInlineCompletionProvider`` API;
by default a single provider which uses kernel history is available.

<img alt="In a code cell with `def fac` content a ghost text containing a suggestion representing further code of factorial function is shown; over the code cell there is a floating widget allowing to accept the suggestion and iterate between alternative suggestions" src="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/docs/source/getting_started/changelog_assets/4.1-inline-completer.png" class="jp-screenshot">

The suggestions can be invoked as-you-type or manually using a configurable shortcut (by default <kbd>Alt</kbd> + <kbd>\\</kbd>).
The default keyboard shortcuts are displayed in the small widget shown when hovering over the ghost suggestion:
- <kbd>Alt</kbd> + <kbd>End</kbd> - accept suggestion
- <kbd>Alt</kbd> + <kbd>[</kbd> - previous suggestion
- <kbd>Alt</kbd> + <kbd>]</kbd> - next suggestion

To enable the inline suggestions based on the kernel history, go to Settings → Inline Completer → History provider → check the "enabled" checkbox.

In addition to the built-in history suggestions,
the [`jupyter-ai`](https://github.com/jupyterlab/jupyter-ai) extension will provide
suggestions from supported models.

Note that the Jupyter AI extension is not yet compatible with Jupyter Notebook 7.

Keyboard navigation improvements

Numerous improvements to keyboard navigation with focus on accessibility and usability are included in this release:
- the notebook cells now retain focus
- the focus can now be moved beyond the active notebook
- the toolbars can now be navigated using arrow keys

For more details, see [this post on Jupyter Blog](https://blog.jupyter.org/recent-keyboard-navigation-improvements-in-jupyter-4df32f97628d).

Execution history in notebook

The code from previously executed cells can be used to populate empty cells,
allowing to iterate on code from previous cells or even sessions
(depending on how a specific kernel stores history).

To cycle between history items press <kbd>Alt</kbd> + <kbd>Arrow Up</kbd> and  <kbd>Alt</kbd> + <kbd>Arrow Down</kbd>.

To enable execution history, go to Settings → Notebook → check the "Kernel history access" checkbox.

This feature was already available in the console in previous releases; it only works with kernels supporting execution history requests.
To clear the execution history consult the documentation of the kernel you are using (e.g., IPython/ipykernel).

Error indicator in the table of contents

When a cell fails during execution, an error indicator will be displayed by the corresponding heading,
increasing awareness of the notebook state and enabling users to quickly navigate to the cell which requires attention.

<img alt="Error indicator in the shape of a triangle with exclamation sign (using ⚠ UTF character) shown next to one of the headings in the table of contents panel" src="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/docs/source/getting_started/changelog_assets/4.1-toc-error-indicator.png" class="jp-screenshot">

Search improvements

- The search box will now grow automatically to accommodate longer text
- Search in selection can now be toggled using <kbd>Alt</kbd> + <kbd>L</kbd> and automatic search in selection can be configured in settings
- Tooltips with shortcuts were added to the buttons in the search box to improve discoverability of the shortcuts

Miscellaneous

- The current theme (dark/light) can now be synced with the browser/system preference (Settings menu → Theme → Synchronise with System Settings)
- A blue "read-only" status indicator is now  displayed in the toolbar of documents which cannot be saved because their model is read-only.
- Native support for viewing jsonl/ndjson files was added
- Collapsing of breadcrumbs in the File Browser can be disabled in File Browser settings

7.1.0

([Full Changelog](https://github.com/jupyter/notebook/compare/jupyter-notebook/application-extension7.0.6...b8ec7e4a8eda70a8d7dca19799acd3e96e019160))

Enhancements made

- Create a new notebook with a specific kernel from the new dropdown [7255](https://github.com/jupyter/notebook/pull/7255) ([jtpio](https://github.com/jtpio))
- Add the plugin manager [7198](https://github.com/jupyter/notebook/pull/7198) ([jtpio](https://github.com/jtpio))
- Fix toggle functionality for widgets. [7178](https://github.com/jupyter/notebook/pull/7178) ([haok1402](https://github.com/haok1402))
- Bump to JupyterLab 4.1.0a4 bis [7172](https://github.com/jupyter/notebook/pull/7172) ([brichet](https://github.com/brichet))
- Update to JupyterLab `4.1.0a3` [7161](https://github.com/jupyter/notebook/pull/7161) ([jtpio](https://github.com/jtpio))
- Added Lumino Plugin Description (7008) [7127](https://github.com/jupyter/notebook/pull/7127) ([Dilip-Jain](https://github.com/Dilip-Jain))
- Added Edit Notebook Metadata Option (6402) [7099](https://github.com/jupyter/notebook/pull/7099) ([Dilip-Jain](https://github.com/Dilip-Jain))
- Update to JupyterLab 4.1 [7096](https://github.com/jupyter/notebook/pull/7096) ([jtpio](https://github.com/jtpio))
- Add the JupyterLab resources plugin [6968](https://github.com/jupyter/notebook/pull/6968) ([jtpio](https://github.com/jtpio))

Bugs fixed

- Fix spurious kernel selection dialog on notebook creation [7258](https://github.com/jupyter/notebook/pull/7258) ([jtpio](https://github.com/jtpio))
- Workaround for the file browser tracker focus issue [7224](https://github.com/jupyter/notebook/pull/7224) ([jtpio](https://github.com/jtpio))

Maintenance and upkeep improvements

- Update

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented May 6, 2025

Closing this in favor of #709

@pyup-bot pyup-bot closed this May 6, 2025
@BarthJr BarthJr deleted the pyup-update-notebook-5.7.8-to-7.4.1 branch May 6, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant