Compare commits

...

22 Commits
main ... 7.4.x

Author SHA1 Message Date
Lumberbot (aka Jack) fba1770bfb
Backport PR #7758: Fix link to Code of Conduct in CONTRIBUTING.md (#7759)
2 months ago
Lumberbot (aka Jack) 23af08ae15
Backport PR #7749: Use Node.js 24 / npm 11 to publish releases (#7750)
3 months ago
jtpio cf6a57040c Publish 7.4.7
4 months ago
Jeremy Tuloup 3f6ccf3816
Update to JupyterLab v4.4.9 (#7738)
4 months ago
jtpio 4866bdeff5 Publish 7.4.6
4 months ago
Jeremy Tuloup 0c9b053993
Update to JupyterLab v4.4.8 (#7735)
4 months ago
Lumberbot (aka Jack) 2c809007fa
Backport PR #7730: Remove link to `npmjs.com` (#7731)
4 months ago
Lumberbot (aka Jack) d2f4e0c7da
Backport PR #7710: Handle file rename errors (#7712)
5 months ago
Lumberbot (aka Jack) f290a1d917
Backport PR #7698: Fix open file with “#” in the filename (#7699)
5 months ago
jtpio f34aad5093 Publish 7.4.5
6 months ago
Jeremy Tuloup 4cc6a9c365
Update to JupyterLab v4.4.5 (#7689)
6 months ago
Jeremy Tuloup 9e51705617
[7.4.x] Pin `httpx` (#7692)
6 months ago
jtpio 7f3240bfcf Publish 7.4.4
7 months ago
Jeremy Tuloup 62295ff009
Update to JupyterLab v4.4.4 (#7671)
7 months ago
Lumberbot (aka Jack) 0408c9729b
Backport PR #7657: Revert "CI: pin to `jupyter-core<5.8.0` on Windows" (#7658)
8 months ago
jtpio f128f60edc Publish 7.4.3
8 months ago
Jeremy Tuloup 071d48a245
Update to JupyterLab v4.4.3 (#7653)
8 months ago
jtpio 22aa6c2e54 Publish 7.4.2
9 months ago
Jeremy Tuloup 0d8e60f43f
Update to JupyterLab v4.4.2 (#7649)
9 months ago
jtpio 4d67dc6b36 Publish 7.4.1
9 months ago
Lumberbot (aka Jack) cca06d9daf
Backport PR #7638: Update to JupyterLab v4.4.1 (#7641)
9 months ago
Lumberbot (aka Jack) b3fa21e90b
Backport PR #7639: Run UI tests on `ubuntu-latest` (#7640)
9 months ago

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.3.2,<4.4" hatch
python -m pip install -U "jupyterlab>=4.4.0,<4.5" hatch
jlpm
jlpm run build
@ -79,6 +79,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.3.2,<4.4" pip
python -m pip install -U "jupyterlab>=4.4.0,<4.5" pip
jlpm
jlpm run build

@ -20,6 +20,8 @@ jobs:
id-token: write
steps:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
node_version: '24'
- uses: actions/create-github-app-token@v2
id: app-token

@ -26,7 +26,7 @@ jobs:
ui-tests:
needs: [build]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false

@ -45,7 +45,7 @@ repos:
files: "^notebook"
stages: [manual]
args: ["--install-types", "--non-interactive"]
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.4.0rc0,<4.5"]
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.4.9,<4.5"]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: 'v1.10.0'

@ -69,6 +69,118 @@ or via the JSON Settings Editor in the Application Context Menu.
<!-- <START NEW CHANGELOG ENTRY> -->
## 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=c))
[@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-09-26..2025-09-27&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 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](https://github.com/jupyter/notebook/pull/7698) ([@itsmevichu](https://github.com/itsmevichu))
### Maintenance and upkeep improvements
- Remove link to `npmjs.com` [#7730](https://github.com/jupyter/notebook/pull/7730) ([@jtpio](https://github.com/jtpio))
### Contributors to this release
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-08-05&to=2025-09-26&type=c))
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-08-05..2025-09-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-08-05..2025-09-26&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2025-08-05..2025-09-26&type=Issues) | [@nkn2022](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ankn2022+updated%3A2025-08-05..2025-09-26&type=Issues)
## 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 page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-06-30&to=2025-08-05&type=c))
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-06-30..2025-08-05&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-06-30..2025-08-05&type=Issues)
## 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 release
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-05-26&to=2025-06-30&type=c))
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-05-26..2025-06-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-05-26..2025-06-30&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2025-05-26..2025-06-30&type=Issues)
## 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=c))
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-05-06..2025-05-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-05-06..2025-05-26&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2025-05-06..2025-05-26&type=Issues)
## 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=c))
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-04-23..2025-05-06&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-04-23..2025-05-06&type=Issues)
## 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 contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-04-09&to=2025-04-23&type=c))
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-04-09..2025-04-23&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-04-09..2025-04-23&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2025-04-09..2025-04-23&type=Issues)
## 7.4.0
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.2...fbfe36574e04b16ed7ba9303c5e819330f402f87))
@ -123,8 +235,6 @@ To learn more about the highlights of the 7.4.0 release: https://jupyter-noteboo
[@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-extension@7.4.0-beta.3...7fa19999c9e01d713a684e0f25d8017dbc999528))

@ -2,7 +2,7 @@
Thanks for contributing to Jupyter Notebook!
Make sure to follow [Project Jupyter's Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md)
Make sure to follow [Project Jupyter's Code of Conduct](https://jupyter.org/governance/conduct/code-of-conduct)
for a friendly and welcoming collaborative environment.
## Setting up a development environment
@ -72,7 +72,7 @@ jupyter notebook
### Local changes in Notebook dependencies
The development installation described above fetches JavaScript dependencies from [npmjs](https://www.npmjs.com/),
The development installation described above fetches JavaScript dependencies from `npm`.
according to the versions in the _package.json_ file.
However, it is sometimes useful to be able to test changes in Notebook, with dependencies (e.g. `@jupyterlab` packages) that have not yet
been published.

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.4.0",
"version": "7.4.7",
"private": true,
"scripts": {
"build": "webpack",
@ -10,106 +10,106 @@
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@codemirror/state": "~6.5.0",
"@codemirror/view": "~6.36.1",
"@jupyter-notebook/application": "~7.4.0",
"@jupyter-notebook/application-extension": "~7.4.0",
"@jupyter-notebook/console-extension": "~7.4.0",
"@jupyter-notebook/docmanager-extension": "~7.4.0",
"@jupyter-notebook/documentsearch-extension": "~7.4.0",
"@jupyter-notebook/help-extension": "~7.4.0",
"@jupyter-notebook/notebook-extension": "~7.4.0",
"@jupyter-notebook/terminal-extension": "~7.4.0",
"@jupyter-notebook/tree": "~7.4.0",
"@jupyter-notebook/tree-extension": "~7.4.0",
"@jupyter-notebook/ui-components": "~7.4.0",
"@codemirror/state": "~6.5.2",
"@codemirror/view": "~6.38.1",
"@jupyter-notebook/application": "~7.4.7",
"@jupyter-notebook/application-extension": "~7.4.7",
"@jupyter-notebook/console-extension": "~7.4.7",
"@jupyter-notebook/docmanager-extension": "~7.4.7",
"@jupyter-notebook/documentsearch-extension": "~7.4.7",
"@jupyter-notebook/help-extension": "~7.4.7",
"@jupyter-notebook/notebook-extension": "~7.4.7",
"@jupyter-notebook/terminal-extension": "~7.4.7",
"@jupyter-notebook/tree": "~7.4.7",
"@jupyter-notebook/tree-extension": "~7.4.7",
"@jupyter-notebook/ui-components": "~7.4.7",
"@jupyter/react-components": "~0.16.7",
"@jupyter/web-components": "~0.16.7",
"@jupyter/ydoc": "~3.0.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/application-extension": "~4.4.0",
"@jupyterlab/apputils": "~4.5.0",
"@jupyterlab/apputils-extension": "~4.4.0",
"@jupyterlab/attachments": "~4.4.0",
"@jupyterlab/cell-toolbar": "~4.4.0",
"@jupyterlab/cell-toolbar-extension": "~4.4.0",
"@jupyterlab/celltags-extension": "~4.4.0",
"@jupyterlab/codeeditor": "~4.4.0",
"@jupyterlab/codemirror": "~4.4.0",
"@jupyterlab/codemirror-extension": "~4.4.0",
"@jupyterlab/completer": "~4.4.0",
"@jupyterlab/completer-extension": "~4.4.0",
"@jupyterlab/console": "~4.4.0",
"@jupyterlab/console-extension": "~4.4.0",
"@jupyterlab/coreutils": "~6.4.0",
"@jupyterlab/csvviewer-extension": "~4.4.0",
"@jupyterlab/debugger": "~4.4.0",
"@jupyterlab/debugger-extension": "~4.4.0",
"@jupyterlab/docmanager": "~4.4.0",
"@jupyterlab/docmanager-extension": "~4.4.0",
"@jupyterlab/documentsearch": "~4.4.0",
"@jupyterlab/documentsearch-extension": "~4.4.0",
"@jupyterlab/extensionmanager": "~4.4.0",
"@jupyterlab/extensionmanager-extension": "~4.4.0",
"@jupyterlab/filebrowser": "~4.4.0",
"@jupyterlab/filebrowser-extension": "~4.4.0",
"@jupyterlab/fileeditor": "~4.4.0",
"@jupyterlab/fileeditor-extension": "~4.4.0",
"@jupyterlab/help-extension": "~4.4.0",
"@jupyterlab/htmlviewer": "~4.4.0",
"@jupyterlab/htmlviewer-extension": "~4.4.0",
"@jupyterlab/hub-extension": "~4.4.0",
"@jupyterlab/imageviewer": "~4.4.0",
"@jupyterlab/imageviewer-extension": "~4.4.0",
"@jupyterlab/javascript-extension": "~4.4.0",
"@jupyterlab/json-extension": "~4.4.0",
"@jupyterlab/logconsole-extension": "~4.4.0",
"@jupyterlab/lsp": "~4.4.0",
"@jupyterlab/lsp-extension": "~4.4.0",
"@jupyterlab/mainmenu": "~4.4.0",
"@jupyterlab/mainmenu-extension": "~4.4.0",
"@jupyterlab/markdownviewer": "~4.4.0",
"@jupyterlab/markdownviewer-extension": "~4.4.0",
"@jupyterlab/markedparser-extension": "~4.4.0",
"@jupyterlab/mathjax-extension": "~4.4.0",
"@jupyterlab/mermaid": "~4.4.0",
"@jupyterlab/mermaid-extension": "~4.4.0",
"@jupyterlab/metadataform": "~4.4.0",
"@jupyterlab/metadataform-extension": "~4.4.0",
"@jupyterlab/notebook": "~4.4.0",
"@jupyterlab/notebook-extension": "~4.4.0",
"@jupyterlab/observables": "~5.4.0",
"@jupyterlab/outputarea": "~4.4.0",
"@jupyterlab/pdf-extension": "~4.4.0",
"@jupyterlab/pluginmanager-extension": "~4.4.0",
"@jupyterlab/rendermime": "~4.4.0",
"@jupyterlab/rendermime-interfaces": "~3.12.0",
"@jupyterlab/running-extension": "~4.4.0",
"@jupyterlab/services": "~7.4.0",
"@jupyterlab/services-extension": "~4.4.0",
"@jupyterlab/settingeditor": "~4.4.0",
"@jupyterlab/settingeditor-extension": "~4.4.0",
"@jupyterlab/settingregistry": "~4.4.0",
"@jupyterlab/shortcuts-extension": "~5.2.0",
"@jupyterlab/statedb": "~4.4.0",
"@jupyterlab/statusbar": "~4.4.0",
"@jupyterlab/terminal": "~4.4.0",
"@jupyterlab/terminal-extension": "~4.4.0",
"@jupyterlab/theme-dark-extension": "~4.4.0",
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.0",
"@jupyterlab/theme-light-extension": "~4.4.0",
"@jupyterlab/toc-extension": "~6.4.0",
"@jupyterlab/tooltip": "~4.4.0",
"@jupyterlab/tooltip-extension": "~4.4.0",
"@jupyterlab/translation": "~4.4.0",
"@jupyterlab/translation-extension": "~4.4.0",
"@jupyterlab/ui-components": "~4.4.0",
"@jupyterlab/ui-components-extension": "~4.4.0",
"@jupyterlab/vega5-extension": "~4.4.0",
"@jupyter/ydoc": "~3.1.0",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/application-extension": "~4.4.9",
"@jupyterlab/apputils": "~4.5.9",
"@jupyterlab/apputils-extension": "~4.4.9",
"@jupyterlab/attachments": "~4.4.9",
"@jupyterlab/cell-toolbar": "~4.4.9",
"@jupyterlab/cell-toolbar-extension": "~4.4.9",
"@jupyterlab/celltags-extension": "~4.4.9",
"@jupyterlab/codeeditor": "~4.4.9",
"@jupyterlab/codemirror": "~4.4.9",
"@jupyterlab/codemirror-extension": "~4.4.9",
"@jupyterlab/completer": "~4.4.9",
"@jupyterlab/completer-extension": "~4.4.9",
"@jupyterlab/console": "~4.4.9",
"@jupyterlab/console-extension": "~4.4.9",
"@jupyterlab/coreutils": "~6.4.9",
"@jupyterlab/csvviewer-extension": "~4.4.9",
"@jupyterlab/debugger": "~4.4.9",
"@jupyterlab/debugger-extension": "~4.4.9",
"@jupyterlab/docmanager": "~4.4.9",
"@jupyterlab/docmanager-extension": "~4.4.9",
"@jupyterlab/documentsearch": "~4.4.9",
"@jupyterlab/documentsearch-extension": "~4.4.9",
"@jupyterlab/extensionmanager": "~4.4.9",
"@jupyterlab/extensionmanager-extension": "~4.4.9",
"@jupyterlab/filebrowser": "~4.4.9",
"@jupyterlab/filebrowser-extension": "~4.4.9",
"@jupyterlab/fileeditor": "~4.4.9",
"@jupyterlab/fileeditor-extension": "~4.4.9",
"@jupyterlab/help-extension": "~4.4.9",
"@jupyterlab/htmlviewer": "~4.4.9",
"@jupyterlab/htmlviewer-extension": "~4.4.9",
"@jupyterlab/hub-extension": "~4.4.9",
"@jupyterlab/imageviewer": "~4.4.9",
"@jupyterlab/imageviewer-extension": "~4.4.9",
"@jupyterlab/javascript-extension": "~4.4.9",
"@jupyterlab/json-extension": "~4.4.9",
"@jupyterlab/logconsole-extension": "~4.4.9",
"@jupyterlab/lsp": "~4.4.9",
"@jupyterlab/lsp-extension": "~4.4.9",
"@jupyterlab/mainmenu": "~4.4.9",
"@jupyterlab/mainmenu-extension": "~4.4.9",
"@jupyterlab/markdownviewer": "~4.4.9",
"@jupyterlab/markdownviewer-extension": "~4.4.9",
"@jupyterlab/markedparser-extension": "~4.4.9",
"@jupyterlab/mathjax-extension": "~4.4.9",
"@jupyterlab/mermaid": "~4.4.9",
"@jupyterlab/mermaid-extension": "~4.4.9",
"@jupyterlab/metadataform": "~4.4.9",
"@jupyterlab/metadataform-extension": "~4.4.9",
"@jupyterlab/notebook": "~4.4.9",
"@jupyterlab/notebook-extension": "~4.4.9",
"@jupyterlab/observables": "~5.4.9",
"@jupyterlab/outputarea": "~4.4.9",
"@jupyterlab/pdf-extension": "~4.4.9",
"@jupyterlab/pluginmanager-extension": "~4.4.9",
"@jupyterlab/rendermime": "~4.4.9",
"@jupyterlab/rendermime-interfaces": "~3.12.9",
"@jupyterlab/running-extension": "~4.4.9",
"@jupyterlab/services": "~7.4.9",
"@jupyterlab/services-extension": "~4.4.9",
"@jupyterlab/settingeditor": "~4.4.9",
"@jupyterlab/settingeditor-extension": "~4.4.9",
"@jupyterlab/settingregistry": "~4.4.9",
"@jupyterlab/shortcuts-extension": "~5.2.9",
"@jupyterlab/statedb": "~4.4.9",
"@jupyterlab/statusbar": "~4.4.9",
"@jupyterlab/terminal": "~4.4.9",
"@jupyterlab/terminal-extension": "~4.4.9",
"@jupyterlab/theme-dark-extension": "~4.4.9",
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.9",
"@jupyterlab/theme-light-extension": "~4.4.9",
"@jupyterlab/toc-extension": "~6.4.9",
"@jupyterlab/tooltip": "~4.4.9",
"@jupyterlab/tooltip-extension": "~4.4.9",
"@jupyterlab/translation": "~4.4.9",
"@jupyterlab/translation-extension": "~4.4.9",
"@jupyterlab/ui-components": "~4.4.9",
"@jupyterlab/ui-components-extension": "~4.4.9",
"@jupyterlab/vega5-extension": "~4.4.9",
"@lezer/common": "~1.2.1",
"@lezer/highlight": "~1.2.0",
"@lumino/algorithm": "~2.0.3",
"@lumino/application": "~2.4.3",
"@lumino/application": "~2.4.4",
"@lumino/commands": "~2.3.2",
"@lumino/coreutils": "~2.2.1",
"@lumino/disposable": "~2.1.4",
@ -119,80 +119,80 @@
"@lumino/properties": "~2.0.3",
"@lumino/signaling": "~2.1.4",
"@lumino/virtualdom": "~2.0.3",
"@lumino/widgets": "~2.7.0",
"@lumino/widgets": "~2.7.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"yjs": "~13.6.8"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyter-notebook/application-extension": "^7.4.0",
"@jupyter-notebook/console-extension": "^7.4.0",
"@jupyter-notebook/docmanager-extension": "^7.4.0",
"@jupyter-notebook/documentsearch-extension": "^7.4.0",
"@jupyter-notebook/help-extension": "^7.4.0",
"@jupyter-notebook/notebook-extension": "^7.4.0",
"@jupyter-notebook/terminal-extension": "^7.4.0",
"@jupyter-notebook/tree": "^7.4.0",
"@jupyter-notebook/tree-extension": "^7.4.0",
"@jupyter-notebook/ui-components": "^7.4.0",
"@jupyterlab/application-extension": "~4.4.0",
"@jupyterlab/apputils-extension": "~4.4.0",
"@jupyterlab/attachments": "~4.4.0",
"@jupyterlab/cell-toolbar-extension": "~4.4.0",
"@jupyterlab/celltags-extension": "~4.4.0",
"@jupyterlab/codemirror": "~4.4.0",
"@jupyterlab/codemirror-extension": "~4.4.0",
"@jupyterlab/completer-extension": "~4.4.0",
"@jupyterlab/console-extension": "~4.4.0",
"@jupyterlab/coreutils": "~6.4.0",
"@jupyterlab/csvviewer-extension": "~4.4.0",
"@jupyterlab/debugger-extension": "~4.4.0",
"@jupyterlab/docmanager-extension": "~4.4.0",
"@jupyterlab/documentsearch-extension": "~4.4.0",
"@jupyterlab/extensionmanager-extension": "~4.4.0",
"@jupyterlab/filebrowser-extension": "~4.4.0",
"@jupyterlab/fileeditor-extension": "~4.4.0",
"@jupyterlab/help-extension": "~4.4.0",
"@jupyterlab/htmlviewer-extension": "~4.4.0",
"@jupyterlab/hub-extension": "~4.4.0",
"@jupyterlab/imageviewer-extension": "~4.4.0",
"@jupyterlab/javascript-extension": "~4.4.0",
"@jupyterlab/json-extension": "~4.4.0",
"@jupyterlab/logconsole-extension": "~4.4.0",
"@jupyterlab/lsp": "~4.4.0",
"@jupyterlab/lsp-extension": "~4.4.0",
"@jupyterlab/mainmenu-extension": "~4.4.0",
"@jupyterlab/markdownviewer-extension": "~4.4.0",
"@jupyterlab/markedparser-extension": "~4.4.0",
"@jupyterlab/mathjax-extension": "~4.4.0",
"@jupyterlab/mermaid-extension": "~4.4.0",
"@jupyterlab/metadataform-extension": "~4.4.0",
"@jupyterlab/notebook-extension": "~4.4.0",
"@jupyterlab/pdf-extension": "~4.4.0",
"@jupyterlab/pluginmanager-extension": "~4.4.0",
"@jupyterlab/running-extension": "~4.4.0",
"@jupyterlab/services-extension": "~4.4.0",
"@jupyterlab/settingeditor": "~4.4.0",
"@jupyterlab/settingeditor-extension": "~4.4.0",
"@jupyterlab/shortcuts-extension": "~5.2.0",
"@jupyterlab/terminal-extension": "~4.4.0",
"@jupyterlab/theme-dark-extension": "~4.4.0",
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.0",
"@jupyterlab/theme-light-extension": "~4.4.0",
"@jupyterlab/toc-extension": "~6.4.0",
"@jupyterlab/tooltip-extension": "~4.4.0",
"@jupyterlab/translation-extension": "~4.4.0",
"@jupyterlab/ui-components-extension": "~4.4.0",
"@jupyterlab/vega5-extension": "~4.4.0",
"@lumino/coreutils": "~2.2.0",
"@jupyter-notebook/application": "^7.4.7",
"@jupyter-notebook/application-extension": "^7.4.7",
"@jupyter-notebook/console-extension": "^7.4.7",
"@jupyter-notebook/docmanager-extension": "^7.4.7",
"@jupyter-notebook/documentsearch-extension": "^7.4.7",
"@jupyter-notebook/help-extension": "^7.4.7",
"@jupyter-notebook/notebook-extension": "^7.4.7",
"@jupyter-notebook/terminal-extension": "^7.4.7",
"@jupyter-notebook/tree": "^7.4.7",
"@jupyter-notebook/tree-extension": "^7.4.7",
"@jupyter-notebook/ui-components": "^7.4.7",
"@jupyterlab/application-extension": "~4.4.9",
"@jupyterlab/apputils-extension": "~4.4.9",
"@jupyterlab/attachments": "~4.4.9",
"@jupyterlab/cell-toolbar-extension": "~4.4.9",
"@jupyterlab/celltags-extension": "~4.4.9",
"@jupyterlab/codemirror": "~4.4.9",
"@jupyterlab/codemirror-extension": "~4.4.9",
"@jupyterlab/completer-extension": "~4.4.9",
"@jupyterlab/console-extension": "~4.4.9",
"@jupyterlab/coreutils": "~6.4.9",
"@jupyterlab/csvviewer-extension": "~4.4.9",
"@jupyterlab/debugger-extension": "~4.4.9",
"@jupyterlab/docmanager-extension": "~4.4.9",
"@jupyterlab/documentsearch-extension": "~4.4.9",
"@jupyterlab/extensionmanager-extension": "~4.4.9",
"@jupyterlab/filebrowser-extension": "~4.4.9",
"@jupyterlab/fileeditor-extension": "~4.4.9",
"@jupyterlab/help-extension": "~4.4.9",
"@jupyterlab/htmlviewer-extension": "~4.4.9",
"@jupyterlab/hub-extension": "~4.4.9",
"@jupyterlab/imageviewer-extension": "~4.4.9",
"@jupyterlab/javascript-extension": "~4.4.9",
"@jupyterlab/json-extension": "~4.4.9",
"@jupyterlab/logconsole-extension": "~4.4.9",
"@jupyterlab/lsp": "~4.4.9",
"@jupyterlab/lsp-extension": "~4.4.9",
"@jupyterlab/mainmenu-extension": "~4.4.9",
"@jupyterlab/markdownviewer-extension": "~4.4.9",
"@jupyterlab/markedparser-extension": "~4.4.9",
"@jupyterlab/mathjax-extension": "~4.4.9",
"@jupyterlab/mermaid-extension": "~4.4.9",
"@jupyterlab/metadataform-extension": "~4.4.9",
"@jupyterlab/notebook-extension": "~4.4.9",
"@jupyterlab/pdf-extension": "~4.4.9",
"@jupyterlab/pluginmanager-extension": "~4.4.9",
"@jupyterlab/running-extension": "~4.4.9",
"@jupyterlab/services-extension": "~4.4.9",
"@jupyterlab/settingeditor": "~4.4.9",
"@jupyterlab/settingeditor-extension": "~4.4.9",
"@jupyterlab/shortcuts-extension": "~5.2.9",
"@jupyterlab/terminal-extension": "~4.4.9",
"@jupyterlab/theme-dark-extension": "~4.4.9",
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.9",
"@jupyterlab/theme-light-extension": "~4.4.9",
"@jupyterlab/toc-extension": "~6.4.9",
"@jupyterlab/tooltip-extension": "~4.4.9",
"@jupyterlab/translation-extension": "~4.4.9",
"@jupyterlab/ui-components-extension": "~4.4.9",
"@jupyterlab/vega5-extension": "~4.4.9",
"@lumino/coreutils": "~2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"yjs": "^13.5.40"
},
"devDependencies": {
"@jupyterlab/builder": "~4.4.0",
"@jupyterlab/buildutils": "~4.4.0",
"@jupyterlab/builder": "~4.4.9",
"@jupyterlab/buildutils": "~4.4.9",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"extra-watch-webpack-plugin": "^1.0.3",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/buildutils",
"version": "7.4.0",
"version": "7.4.7",
"private": true,
"description": "Jupyter Notebook - Build Utilities",
"homepage": "https://github.com/jupyter/notebook",
@ -29,7 +29,7 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/buildutils": "~4.4.0",
"@jupyterlab/buildutils": "~4.4.9",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"semver": "^7.6.3",

@ -6,7 +6,7 @@ import re
from collections import namedtuple
# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "7.4.0"
__version__ = "7.4.7"
# PEP440 version parser
_version_regex = re.compile(

@ -51,7 +51,7 @@
"yjs": "^13.5.40"
},
"devDependencies": {
"@jupyterlab/buildutils": "~4.4.0",
"@jupyterlab/buildutils": "~4.4.9",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/metapackage",
"version": "7.4.0",
"version": "7.4.7",
"private": true,
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",
@ -20,18 +20,18 @@
"watch": "tsc -b -w --preserveWatchOutput"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyter-notebook/application-extension": "^7.4.0",
"@jupyter-notebook/console-extension": "^7.4.0",
"@jupyter-notebook/docmanager-extension": "^7.4.0",
"@jupyter-notebook/documentsearch-extension": "^7.4.0",
"@jupyter-notebook/help-extension": "^7.4.0",
"@jupyter-notebook/lab-extension": "^7.4.0",
"@jupyter-notebook/notebook-extension": "^7.4.0",
"@jupyter-notebook/terminal-extension": "^7.4.0",
"@jupyter-notebook/tree": "^7.4.0",
"@jupyter-notebook/tree-extension": "^7.4.0",
"@jupyter-notebook/ui-components": "^7.4.0"
"@jupyter-notebook/application": "^7.4.7",
"@jupyter-notebook/application-extension": "^7.4.7",
"@jupyter-notebook/console-extension": "^7.4.7",
"@jupyter-notebook/docmanager-extension": "^7.4.7",
"@jupyter-notebook/documentsearch-extension": "^7.4.7",
"@jupyter-notebook/help-extension": "^7.4.7",
"@jupyter-notebook/lab-extension": "^7.4.7",
"@jupyter-notebook/notebook-extension": "^7.4.7",
"@jupyter-notebook/terminal-extension": "^7.4.7",
"@jupyter-notebook/tree": "^7.4.7",
"@jupyter-notebook/tree-extension": "^7.4.7",
"@jupyter-notebook/ui-components": "^7.4.7"
},
"devDependencies": {
"typescript": "~5.5.4"

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application-extension",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Application Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,22 +38,22 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyter-notebook/ui-components": "^7.4.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/apputils": "~4.5.0",
"@jupyterlab/codeeditor": "~4.4.0",
"@jupyterlab/console": "~4.4.0",
"@jupyterlab/coreutils": "~6.4.0",
"@jupyterlab/docmanager": "~4.4.0",
"@jupyterlab/docregistry": "~4.4.0",
"@jupyterlab/mainmenu": "~4.4.0",
"@jupyterlab/rendermime": "~4.4.0",
"@jupyterlab/settingregistry": "~4.4.0",
"@jupyterlab/translation": "~4.4.0",
"@lumino/coreutils": "^2.2.0",
"@lumino/disposable": "^2.1.3",
"@lumino/widgets": "^2.5.0"
"@jupyter-notebook/application": "^7.4.7",
"@jupyter-notebook/ui-components": "^7.4.7",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/apputils": "~4.5.9",
"@jupyterlab/codeeditor": "~4.4.9",
"@jupyterlab/console": "~4.4.9",
"@jupyterlab/coreutils": "~6.4.9",
"@jupyterlab/docmanager": "~4.4.9",
"@jupyterlab/docregistry": "~4.4.9",
"@jupyterlab/mainmenu": "~4.4.9",
"@jupyterlab/rendermime": "~4.4.9",
"@jupyterlab/settingregistry": "~4.4.9",
"@jupyterlab/translation": "~4.4.9",
"@lumino/coreutils": "^2.2.1",
"@lumino/disposable": "^2.1.4",
"@lumino/widgets": "^2.7.1"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -16,6 +16,7 @@ import {
ISanitizer,
ISplashScreen,
IToolbarWidgetRegistry,
showErrorMessage,
} from '@jupyterlab/apputils';
import { ConsolePanel } from '@jupyterlab/console';
@ -658,14 +659,23 @@ const title: JupyterFrontEndPlugin<void> = {
return;
}
const result = await renameDialog(docManager, current.context);
try {
const result = await renameDialog(docManager, current.context);
// activate the current widget to bring the focus
if (current) {
current.activate();
}
// activate the current widget to bring the focus
if (current) {
current.activate();
}
if (result === null) {
if (result === null) {
return;
}
} catch (error) {
showErrorMessage(
trans.__('Rename Error'),
(error as Error).message ||
trans.__('An error occurred while renaming the file.')
);
return;
}

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Application",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -42,17 +42,17 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/coreutils": "~6.4.0",
"@jupyterlab/docregistry": "~4.4.0",
"@jupyterlab/rendermime-interfaces": "~3.12.0",
"@jupyterlab/ui-components": "~4.4.0",
"@lumino/algorithm": "^2.0.2",
"@lumino/coreutils": "^2.2.0",
"@lumino/messaging": "^2.0.2",
"@lumino/polling": "^2.1.3",
"@lumino/signaling": "^2.1.3",
"@lumino/widgets": "^2.5.0"
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/coreutils": "~6.4.9",
"@jupyterlab/docregistry": "~4.4.9",
"@jupyterlab/rendermime-interfaces": "~3.12.9",
"@jupyterlab/ui-components": "~4.4.9",
"@lumino/algorithm": "^2.0.3",
"@lumino/coreutils": "^2.2.1",
"@lumino/messaging": "^2.0.3",
"@lumino/polling": "^2.1.4",
"@lumino/signaling": "^2.1.4",
"@lumino/widgets": "^2.7.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",

@ -15,7 +15,7 @@ class DefaultNotebookPathOpener implements INotebookPathOpener {
open(options: INotebookPathOpener.IOpenOptions): WindowProxy | null {
const { prefix, path, searchParams, target, features } = options;
const url = new URL(
URLExt.join(prefix, path ?? ''),
URLExt.join(prefix, URLExt.encodeParts(path ?? '')),
window.location.origin
);
if (searchParams) {

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/console-extension",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Console Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,11 +38,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/console": "~4.4.0",
"@jupyterlab/coreutils": "~6.4.0",
"@lumino/algorithm": "^2.0.2"
"@jupyter-notebook/application": "^7.4.7",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/console": "~4.4.9",
"@jupyterlab/coreutils": "~6.4.9",
"@lumino/algorithm": "^2.0.3"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/docmanager-extension",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Document Manager Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,14 +38,14 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/coreutils": "~6.4.0",
"@jupyterlab/docmanager": "~4.4.0",
"@jupyterlab/docregistry": "~4.4.0",
"@jupyterlab/services": "~7.4.0",
"@lumino/algorithm": "^2.0.2",
"@lumino/signaling": "^2.1.3"
"@jupyter-notebook/application": "^7.4.7",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/coreutils": "~6.4.9",
"@jupyterlab/docmanager": "~4.4.9",
"@jupyterlab/docregistry": "~4.4.9",
"@jupyterlab/services": "~7.4.9",
"@lumino/algorithm": "^2.0.3",
"@lumino/signaling": "^2.1.4"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/documentsearch-extension",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Document Search Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,10 +38,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/documentsearch": "~4.4.0",
"@lumino/widgets": "^2.5.0"
"@jupyter-notebook/application": "^7.4.7",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/documentsearch": "~4.4.9",
"@lumino/widgets": "^2.7.1"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/help-extension",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Help Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,11 +38,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.4.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/apputils": "~4.5.0",
"@jupyterlab/mainmenu": "~4.4.0",
"@jupyterlab/translation": "~4.4.0",
"@jupyter-notebook/ui-components": "^7.4.7",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/apputils": "~4.5.9",
"@jupyterlab/mainmenu": "~4.4.9",
"@jupyterlab/translation": "~4.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/lab-extension",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Lab Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -43,19 +43,19 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/apputils": "~4.5.0",
"@jupyterlab/coreutils": "~6.4.0",
"@jupyterlab/docregistry": "~4.4.0",
"@jupyterlab/notebook": "~4.4.0",
"@jupyterlab/translation": "~4.4.0",
"@jupyterlab/ui-components": "~4.4.0",
"@lumino/commands": "^2.3.1",
"@lumino/disposable": "^2.1.3"
"@jupyter-notebook/application": "^7.4.7",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/apputils": "~4.5.9",
"@jupyterlab/coreutils": "~6.4.9",
"@jupyterlab/docregistry": "~4.4.9",
"@jupyterlab/notebook": "~4.4.9",
"@jupyterlab/translation": "~4.4.9",
"@jupyterlab/ui-components": "~4.4.9",
"@lumino/commands": "^2.3.2",
"@lumino/disposable": "^2.1.4"
},
"devDependencies": {
"@jupyterlab/builder": "~4.4.0",
"@jupyterlab/builder": "~4.4.9",
"rimraf": "^3.0.2",
"typescript": "~5.5.4"
},

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/notebook-extension",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Notebook Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,16 +38,16 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/apputils": "~4.5.0",
"@jupyterlab/cells": "~4.4.0",
"@jupyterlab/docmanager": "~4.4.0",
"@jupyterlab/notebook": "~4.4.0",
"@jupyterlab/settingregistry": "~4.4.0",
"@jupyterlab/translation": "~4.4.0",
"@lumino/polling": "^2.1.3",
"@lumino/widgets": "^2.5.0",
"@jupyter-notebook/application": "^7.4.7",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/apputils": "~4.5.9",
"@jupyterlab/cells": "~4.4.9",
"@jupyterlab/docmanager": "~4.4.9",
"@jupyterlab/notebook": "~4.4.9",
"@jupyterlab/settingregistry": "~4.4.9",
"@jupyterlab/translation": "~4.4.9",
"@lumino/polling": "^2.1.4",
"@lumino/widgets": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/terminal-extension",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Terminal Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,11 +38,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/coreutils": "~6.4.0",
"@jupyterlab/terminal": "~4.4.0",
"@lumino/algorithm": "^2.0.2"
"@jupyter-notebook/application": "^7.4.7",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/coreutils": "~6.4.9",
"@jupyterlab/terminal": "~4.4.9",
"@lumino/algorithm": "^2.0.3"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree-extension",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Tree Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,23 +38,23 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyter-notebook/tree": "^7.4.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/apputils": "~4.5.0",
"@jupyterlab/coreutils": "~6.4.0",
"@jupyterlab/docmanager": "~4.4.0",
"@jupyterlab/filebrowser": "~4.4.0",
"@jupyterlab/mainmenu": "~4.4.0",
"@jupyterlab/services": "~7.4.0",
"@jupyterlab/settingeditor": "~4.4.0",
"@jupyterlab/settingregistry": "~4.4.0",
"@jupyterlab/statedb": "~4.4.0",
"@jupyterlab/translation": "~4.4.0",
"@jupyterlab/ui-components": "~4.4.0",
"@lumino/algorithm": "^2.0.2",
"@lumino/commands": "^2.3.1",
"@lumino/widgets": "^2.5.0"
"@jupyter-notebook/application": "^7.4.7",
"@jupyter-notebook/tree": "^7.4.7",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/apputils": "~4.5.9",
"@jupyterlab/coreutils": "~6.4.9",
"@jupyterlab/docmanager": "~4.4.9",
"@jupyterlab/filebrowser": "~4.4.9",
"@jupyterlab/mainmenu": "~4.4.9",
"@jupyterlab/services": "~7.4.9",
"@jupyterlab/settingeditor": "~4.4.9",
"@jupyterlab/settingregistry": "~4.4.9",
"@jupyterlab/statedb": "~4.4.9",
"@jupyterlab/translation": "~4.4.9",
"@jupyterlab/ui-components": "~4.4.9",
"@lumino/algorithm": "^2.0.3",
"@lumino/commands": "^2.3.2",
"@lumino/widgets": "^2.7.1"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - Tree",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,22 +38,22 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.0",
"@jupyterlab/apputils": "~4.5.0",
"@jupyterlab/coreutils": "~6.4.0",
"@jupyterlab/docmanager": "~4.4.0",
"@jupyterlab/filebrowser": "~4.4.0",
"@jupyterlab/mainmenu": "~4.4.0",
"@jupyterlab/services": "~7.4.0",
"@jupyterlab/settingregistry": "~4.4.0",
"@jupyterlab/statedb": "~4.4.0",
"@jupyterlab/translation": "~4.4.0",
"@jupyterlab/ui-components": "~4.4.0",
"@lumino/algorithm": "^2.0.2",
"@lumino/commands": "^2.3.1",
"@lumino/coreutils": "^2.2.0",
"@lumino/widgets": "^2.5.0"
"@jupyter-notebook/application": "^7.4.7",
"@jupyterlab/application": "~4.4.9",
"@jupyterlab/apputils": "~4.5.9",
"@jupyterlab/coreutils": "~6.4.9",
"@jupyterlab/docmanager": "~4.4.9",
"@jupyterlab/filebrowser": "~4.4.9",
"@jupyterlab/mainmenu": "~4.4.9",
"@jupyterlab/services": "~7.4.9",
"@jupyterlab/settingregistry": "~4.4.9",
"@jupyterlab/statedb": "~4.4.9",
"@jupyterlab/translation": "~4.4.9",
"@jupyterlab/ui-components": "~4.4.9",
"@lumino/algorithm": "^2.0.3",
"@lumino/commands": "^2.3.2",
"@lumino/coreutils": "^2.2.1",
"@lumino/widgets": "^2.7.1"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/ui-components",
"version": "7.4.0",
"version": "7.4.7",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -42,7 +42,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/ui-components": "~4.4.0",
"@jupyterlab/ui-components": "~4.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

27
pixi.lock generated

@ -93,7 +93,7 @@ environments:
- pypi: https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e2/a2/89eeaf0bb954a123a909859fa507fa86f96eb61b62dc30667b60dbd5fdaf/jupyter_server-2.15.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/39/66/3f0c8f052a68d9293454eb0159d3736e41dd668ef2a81f7f2f5df15d8238/jupyterlab-4.4.0rc0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/1f/fd/ac0979ebd1b1975c266c99b96930b0a66609c3f6e5d76979ca6eb3073896/jupyterlab-4.4.9-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d3/32/da7f44bcb1105d3e88a0b74ebdca50c59121d2ddf71c9e34ba47df7f3a56/keyring-25.6.0-py3-none-any.whl
@ -271,7 +271,7 @@ environments:
- pypi: https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e2/a2/89eeaf0bb954a123a909859fa507fa86f96eb61b62dc30667b60dbd5fdaf/jupyter_server-2.15.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/39/66/3f0c8f052a68d9293454eb0159d3736e41dd668ef2a81f7f2f5df15d8238/jupyterlab-4.4.0rc0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/1f/fd/ac0979ebd1b1975c266c99b96930b0a66609c3f6e5d76979ca6eb3073896/jupyterlab-4.4.9-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d3/32/da7f44bcb1105d3e88a0b74ebdca50c59121d2ddf71c9e34ba47df7f3a56/keyring-25.6.0-py3-none-any.whl
@ -449,7 +449,7 @@ environments:
- pypi: https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e2/a2/89eeaf0bb954a123a909859fa507fa86f96eb61b62dc30667b60dbd5fdaf/jupyter_server-2.15.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/39/66/3f0c8f052a68d9293454eb0159d3736e41dd668ef2a81f7f2f5df15d8238/jupyterlab-4.4.0rc0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/1f/fd/ac0979ebd1b1975c266c99b96930b0a66609c3f6e5d76979ca6eb3073896/jupyterlab-4.4.9-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d3/32/da7f44bcb1105d3e88a0b74ebdca50c59121d2ddf71c9e34ba47df7f3a56/keyring-25.6.0-py3-none-any.whl
@ -635,7 +635,7 @@ environments:
- pypi: https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e2/a2/89eeaf0bb954a123a909859fa507fa86f96eb61b62dc30667b60dbd5fdaf/jupyter_server-2.15.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/39/66/3f0c8f052a68d9293454eb0159d3736e41dd668ef2a81f7f2f5df15d8238/jupyterlab-4.4.0rc0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/1f/fd/ac0979ebd1b1975c266c99b96930b0a66609c3f6e5d76979ca6eb3073896/jupyterlab-4.4.9-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d3/32/da7f44bcb1105d3e88a0b74ebdca50c59121d2ddf71c9e34ba47df7f3a56/keyring-25.6.0-py3-none-any.whl
@ -1724,16 +1724,15 @@ packages:
- pytest-timeout ; extra == 'test'
- pytest>=7.0 ; extra == 'test'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/39/66/3f0c8f052a68d9293454eb0159d3736e41dd668ef2a81f7f2f5df15d8238/jupyterlab-4.4.0rc0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/1f/fd/ac0979ebd1b1975c266c99b96930b0a66609c3f6e5d76979ca6eb3073896/jupyterlab-4.4.9-py3-none-any.whl
name: jupyterlab
version: 4.4.0rc0
sha256: d713888709e7d21b6e4c39fdcda6e83a6ddbb14028aeb6171818946b3572c716
version: 4.4.9
sha256: 394c902827350c017430a8370b9f40c03c098773084bc53930145c146d3d2cb2
requires_dist:
- async-lru>=1.0.0
- httpx>=0.25.0
- httpx>=0.25.0,<1
- importlib-metadata>=4.8.3 ; python_full_version < '3.10'
- importlib-resources>=1.4 ; python_full_version < '3.9'
- ipykernel>=6.5.0
- ipykernel>=6.5.0,!=6.30.0
- jinja2>=3.0.3
- jupyter-core
- jupyter-lsp>=2.0.0
@ -1751,7 +1750,7 @@ packages:
- hatch ; extra == 'dev'
- pre-commit ; extra == 'dev'
- pytest-cov ; extra == 'dev'
- ruff==0.9.9 ; extra == 'dev'
- ruff==0.11.4 ; extra == 'dev'
- jsx-lexer ; extra == 'docs'
- myst-parser ; extra == 'docs'
- pydata-sphinx-theme>=0.13.0 ; extra == 'docs'
@ -2302,12 +2301,12 @@ packages:
timestamp: 1734113054756
- pypi: .
name: notebook
version: 7.4.0b2
sha256: 6647f575ad9bdab15fb2d5b62951f73464341fcb79de4da0d611d4efe6c2c78b
version: 7.4.6
sha256: afd602e54499f86977c899694193df7df900bc05dec66318ad1eb4b228127ac5
requires_dist:
- jupyter-server>=2.4.0,<3
- jupyterlab-server>=2.27.1,<3
- jupyterlab>=4.4.0rc0,<4.5
- jupyterlab>=4.4.9,<4.5
- notebook-shim>=0.2,<0.3
- tornado>=6.2.0
- hatch ; extra == 'dev'

@ -1,5 +1,11 @@
[build-system]
requires = ["hatchling>=1.11", "jupyterlab>=4.4.0rc0,<4.5"]
requires = [
"hatchling>=1.11",
"jupyterlab>=4.4.9,<4.5",
# See https://github.com/jupyter/notebook/issues/7690
# TODO: remove when https://github.com/jupyterlab/jupyterlab/pull/17746 is released
"httpx>=0.25.0,<1.0.dev1",
]
build-backend = "hatchling.build"
[project]
@ -32,7 +38,7 @@ classifiers = [
]
dependencies = [
"jupyter_server>=2.4.0,<3",
"jupyterlab>=4.4.0rc0,<4.5",
"jupyterlab>=4.4.9,<4.5",
"jupyterlab_server>=2.27.1,<3",
"notebook_shim>=0.2,<0.3",
"tornado>=6.2.0",
@ -174,7 +180,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit"
[tool.jupyter-releaser.hooks]
before-bump-version = [
"python -m pip install -U \"jupyterlab>=4.4.0rc0,<4.5\"",
"python -m pip install -U \"jupyterlab>=4.4.9,<4.5\"",
"jlpm",
"jlpm run build:utils",
"python -m pip install hatch"

@ -15,7 +15,7 @@
"test:update": "playwright test --update-snapshots"
},
"dependencies": {
"@jupyterlab/galata": "~5.4.0",
"@jupyterlab/galata": "~5.4.9",
"@playwright/test": "~1.51.0",
"rimraf": "^3.0.2"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save