Skip to content

Commit e147008

Browse files
authored
Merge branch 'main' into choldgraf-patch-1
2 parents c649068 + efdef40 commit e147008

File tree

25 files changed

+1990
-1974
lines changed

25 files changed

+1990
-1974
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
files: "^notebook"
4646
stages: [manual]
4747
args: ["--install-types", "--non-interactive"]
48-
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.5.0a3,<4.6"]
48+
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.5.0a4,<4.6"]
4949

5050
- repo: https://github.com/pre-commit/pygrep-hooks
5151
rev: 'v1.10.0'

CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,35 @@ or via the JSON Settings Editor in the Application Context Menu.
6969

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

72+
## 7.5.0a3
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.2...254b06ca4b232a0a96ad2dddde560e41df371e57))
75+
76+
### Enhancements made
77+
78+
- Update to JupyterLab v4.5.0a4 [#7728](https://github.com/jupyter/notebook/pull/7728) ([@jtpio](https://github.com/jtpio))
79+
- Increase the checkpoint polling interval to 30s [#7711](https://github.com/jupyter/notebook/pull/7711) ([@jtpio](https://github.com/jtpio))
80+
- Define `O` as the keyboard shortcut to toggle cell outputs [#7709](https://github.com/jupyter/notebook/pull/7709) ([@jtpio](https://github.com/jtpio))
81+
82+
### Bugs fixed
83+
84+
- Handle file rename errors [#7710](https://github.com/jupyter/notebook/pull/7710) ([@jtpio](https://github.com/jtpio))
85+
86+
### Maintenance and upkeep improvements
87+
88+
- Revert "Pin `click<8.3`" [#7733](https://github.com/jupyter/notebook/pull/7733) ([@jtpio](https://github.com/jtpio))
89+
- Remove link to `npmjs.com` [#7730](https://github.com/jupyter/notebook/pull/7730) ([@jtpio](https://github.com/jtpio))
90+
- Pin `click<8.3` [#7729](https://github.com/jupyter/notebook/pull/7729) ([@jtpio](https://github.com/jtpio))
91+
- Bump the actions group across 1 directory with 3 updates [#7704](https://github.com/jupyter/notebook/pull/7704) ([@dependabot](https://github.com/dependabot))
92+
93+
### Contributors to this release
94+
95+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-08-18&to=2025-09-24&type=c))
96+
97+
[@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2025-08-18..2025-09-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-08-18..2025-09-24&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-08-18..2025-09-24&type=Issues) | [@nkn2022](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ankn2022+updated%3A2025-08-18..2025-09-24&type=Issues)
98+
99+
<!-- <END NEW CHANGELOG ENTRY> -->
100+
72101
## 7.5.0a2
73102

74103
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.1...3100d879bfe09c629b4add998bd2ac408ffa2af8))
@@ -87,8 +116,6 @@ or via the JSON Settings Editor in the Application Context Menu.
87116

88117
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-08-11..2025-08-18&type=Issues) | [@itsmevichu](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aitsmevichu+updated%3A2025-08-11..2025-08-18&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-08-11..2025-08-18&type=Issues)
89118

90-
<!-- <END NEW CHANGELOG ENTRY> -->
91-
92119
## 7.5.0a1
93120

94121
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.0...f56a27c17bfd85f37a27dea9512c675120571e63))

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jupyter notebook
7272

7373
### Local changes in Notebook dependencies
7474

75-
The development installation described above fetches JavaScript dependencies from [npmjs](https://www.npmjs.com/),
75+
The development installation described above fetches JavaScript dependencies from `npm`.
7676
according to the versions in the _package.json_ file.
7777
However, it is sometimes useful to be able to test changes in Notebook, with dependencies (e.g. `@jupyterlab` packages) that have not yet
7878
been published.

app/package.json

Lines changed: 159 additions & 158 deletions
Large diffs are not rendered by default.

buildutils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.5.0-alpha.2",
3+
"version": "7.5.0-alpha.3",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",
@@ -29,7 +29,7 @@
2929
"watch": "tsc -w --listEmittedFiles"
3030
},
3131
"dependencies": {
32-
"@jupyterlab/buildutils": "~4.5.0-alpha.3",
32+
"@jupyterlab/buildutils": "~4.5.0-alpha.4",
3333
"commander": "^6.2.0",
3434
"fs-extra": "^9.1.0",
3535
"semver": "^7.6.3",

notebook/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from collections import namedtuple
77

88
# Use "hatch version xx.yy.zz" to handle version changes
9-
__version__ = "7.5.0a2"
9+
__version__ = "7.5.0a3"
1010

1111
# PEP440 version parser
1212
_version_regex = re.compile(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"yjs": "^13.5.40"
5252
},
5353
"devDependencies": {
54-
"@jupyterlab/buildutils": "~4.5.0-alpha.3",
54+
"@jupyterlab/buildutils": "~4.5.0-alpha.4",
5555
"@typescript-eslint/eslint-plugin": "^5.55.0",
5656
"@typescript-eslint/parser": "^5.55.0",
5757
"eslint": "^8.36.0",

packages/_metapackage/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.5.0-alpha.2",
3+
"version": "7.5.0-alpha.3",
44
"private": true,
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",
@@ -20,18 +20,18 @@
2020
"watch": "tsc -b -w --preserveWatchOutput"
2121
},
2222
"dependencies": {
23-
"@jupyter-notebook/application": "^7.5.0-alpha.2",
24-
"@jupyter-notebook/application-extension": "^7.5.0-alpha.2",
25-
"@jupyter-notebook/console-extension": "^7.5.0-alpha.2",
26-
"@jupyter-notebook/docmanager-extension": "^7.5.0-alpha.2",
27-
"@jupyter-notebook/documentsearch-extension": "^7.5.0-alpha.2",
28-
"@jupyter-notebook/help-extension": "^7.5.0-alpha.2",
29-
"@jupyter-notebook/lab-extension": "^7.5.0-alpha.2",
30-
"@jupyter-notebook/notebook-extension": "^7.5.0-alpha.2",
31-
"@jupyter-notebook/terminal-extension": "^7.5.0-alpha.2",
32-
"@jupyter-notebook/tree": "^7.5.0-alpha.2",
33-
"@jupyter-notebook/tree-extension": "^7.5.0-alpha.2",
34-
"@jupyter-notebook/ui-components": "^7.5.0-alpha.2"
23+
"@jupyter-notebook/application": "^7.5.0-alpha.3",
24+
"@jupyter-notebook/application-extension": "^7.5.0-alpha.3",
25+
"@jupyter-notebook/console-extension": "^7.5.0-alpha.3",
26+
"@jupyter-notebook/docmanager-extension": "^7.5.0-alpha.3",
27+
"@jupyter-notebook/documentsearch-extension": "^7.5.0-alpha.3",
28+
"@jupyter-notebook/help-extension": "^7.5.0-alpha.3",
29+
"@jupyter-notebook/lab-extension": "^7.5.0-alpha.3",
30+
"@jupyter-notebook/notebook-extension": "^7.5.0-alpha.3",
31+
"@jupyter-notebook/terminal-extension": "^7.5.0-alpha.3",
32+
"@jupyter-notebook/tree": "^7.5.0-alpha.3",
33+
"@jupyter-notebook/tree-extension": "^7.5.0-alpha.3",
34+
"@jupyter-notebook/ui-components": "^7.5.0-alpha.3"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.5.4"

packages/application-extension/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.5.0-alpha.2",
3+
"version": "7.5.0-alpha.3",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,19 +38,19 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.5.0-alpha.2",
42-
"@jupyter-notebook/ui-components": "^7.5.0-alpha.2",
43-
"@jupyterlab/application": "~4.5.0-alpha.3",
44-
"@jupyterlab/apputils": "~4.6.0-alpha.3",
45-
"@jupyterlab/codeeditor": "~4.5.0-alpha.3",
46-
"@jupyterlab/console": "~4.5.0-alpha.3",
47-
"@jupyterlab/coreutils": "~6.5.0-alpha.3",
48-
"@jupyterlab/docmanager": "~4.5.0-alpha.3",
49-
"@jupyterlab/docregistry": "~4.5.0-alpha.3",
50-
"@jupyterlab/mainmenu": "~4.5.0-alpha.3",
51-
"@jupyterlab/rendermime": "~4.5.0-alpha.3",
52-
"@jupyterlab/settingregistry": "~4.5.0-alpha.3",
53-
"@jupyterlab/translation": "~4.5.0-alpha.3",
41+
"@jupyter-notebook/application": "^7.5.0-alpha.3",
42+
"@jupyter-notebook/ui-components": "^7.5.0-alpha.3",
43+
"@jupyterlab/application": "~4.5.0-alpha.4",
44+
"@jupyterlab/apputils": "~4.6.0-alpha.4",
45+
"@jupyterlab/codeeditor": "~4.5.0-alpha.4",
46+
"@jupyterlab/console": "~4.5.0-alpha.4",
47+
"@jupyterlab/coreutils": "~6.5.0-alpha.4",
48+
"@jupyterlab/docmanager": "~4.5.0-alpha.4",
49+
"@jupyterlab/docregistry": "~4.5.0-alpha.4",
50+
"@jupyterlab/mainmenu": "~4.5.0-alpha.4",
51+
"@jupyterlab/rendermime": "~4.5.0-alpha.4",
52+
"@jupyterlab/settingregistry": "~4.5.0-alpha.4",
53+
"@jupyterlab/translation": "~4.5.0-alpha.4",
5454
"@lumino/coreutils": "^2.2.1",
5555
"@lumino/disposable": "^2.1.4",
5656
"@lumino/widgets": "^2.7.1"

packages/application/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.5.0-alpha.2",
3+
"version": "7.5.0-alpha.3",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -42,11 +42,11 @@
4242
"watch": "tsc -b --watch"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "~4.5.0-alpha.3",
46-
"@jupyterlab/coreutils": "~6.5.0-alpha.3",
47-
"@jupyterlab/docregistry": "~4.5.0-alpha.3",
48-
"@jupyterlab/rendermime-interfaces": "~3.13.0-alpha.3",
49-
"@jupyterlab/ui-components": "~4.5.0-alpha.3",
45+
"@jupyterlab/application": "~4.5.0-alpha.4",
46+
"@jupyterlab/coreutils": "~6.5.0-alpha.4",
47+
"@jupyterlab/docregistry": "~4.5.0-alpha.4",
48+
"@jupyterlab/rendermime-interfaces": "~3.13.0-alpha.4",
49+
"@jupyterlab/ui-components": "~4.5.0-alpha.4",
5050
"@lumino/algorithm": "^2.0.3",
5151
"@lumino/coreutils": "^2.2.1",
5252
"@lumino/messaging": "^2.0.3",

0 commit comments

Comments
 (0)