Skip to content

Commit fd9c4b4

Browse files
committed
Publish 7.5.0b1
SHA256 hashes: jupyter-notebook-application-7.5.0-beta.1.tgz: bd721b76ca4a0ab04f9c3300c12bddac0e64a65fa8b6913c79b263c32c0ee1b3 jupyter-notebook-application-extension-7.5.0-beta.1.tgz: 9efe3916ff260c69f4aae7416c1a46d08cdd3f387afdc8069d292275f800fd94 jupyter-notebook-console-extension-7.5.0-beta.1.tgz: a6d03c09a4e3039bc20af3e26bdf11f866f51fd4d7ad7c44cdb224b383a2b77f jupyter-notebook-docmanager-extension-7.5.0-beta.1.tgz: d10d3b9fa473f123355c4ce2e521da1a967ecf3119c4dd572a24c7dd43eff7cf jupyter-notebook-documentsearch-extension-7.5.0-beta.1.tgz: 5885f913eb49cf91060286a5eacdc41457588d0c448f846e699a5b5502af5bd3 jupyter-notebook-help-extension-7.5.0-beta.1.tgz: 7c1c3c620eb57297c0a79adbdc928512fbb285c247b1fcb4ef5bf00c60f10727 jupyter-notebook-lab-extension-7.5.0-beta.1.tgz: 9a36b2688945b32c3a74476c325916f674aa86a0380220c0f1b36e09dc86f573 jupyter-notebook-notebook-extension-7.5.0-beta.1.tgz: c8047714e3afcb782d7620d4041ce91bb3fba747f46351105dbbf3ed74ce1e07 jupyter-notebook-terminal-extension-7.5.0-beta.1.tgz: 5d38eca4402947e3aaafbe5cac6fcf7c193a975d51a7cfd11723ec3e6c009028 jupyter-notebook-tree-7.5.0-beta.1.tgz: be850e25bada2165488c5f30cba0390fed6407157419b0fcd12c079778a6d8c0 jupyter-notebook-tree-extension-7.5.0-beta.1.tgz: be6cedd82129684beabdb7d087b6a632487889cd069567ca314406f74e02fb7b jupyter-notebook-ui-components-7.5.0-beta.1.tgz: 0cc9569658b00d6782efe844376d17229d7725d075233993532665c0984be235 notebook-7.5.0b1-py3-none-any.whl: e7c27e3ba477b1b231cd7a4b823a520106be2ccc392d397fed4b012108ba37e4 notebook-7.5.0b1.tar.gz: 76700955354228395a5c37819d7b98dcd72cf920cfe127f2606c6bf12fb48947
1 parent 7f84b95 commit fd9c4b4

File tree

18 files changed

+133
-111
lines changed

18 files changed

+133
-111
lines changed

CHANGELOG.md

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

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

72+
## 7.5.0b1
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-beta.0...7f84b95ed6550508f9de03d27cd8c2cb84777648))
75+
76+
### Enhancements made
77+
78+
- Update to JupyterLab v4.5.0b1 [#7746](https://github.com/jupyter/notebook/pull/7746) ([@jtpio](https://github.com/jtpio))
79+
80+
### Maintenance and upkeep improvements
81+
82+
- Use Node.js 24 / npm 11 to publish releases [#7749](https://github.com/jupyter/notebook/pull/7749) ([@jtpio](https://github.com/jtpio))
83+
84+
### Documentation improvements
85+
86+
- Update JupyterCon 2025 announcement links [#7744](https://github.com/jupyter/notebook/pull/7744) ([@krassowski](https://github.com/krassowski))
87+
88+
### Contributors to this release
89+
90+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-09-29&to=2025-10-20&type=c))
91+
92+
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-09-29..2025-10-20&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-09-29..2025-10-20&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2025-09-29..2025-10-20&type=Issues) | [@nkn2022](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ankn2022+updated%3A2025-09-29..2025-10-20&type=Issues)
93+
94+
<!-- <END NEW CHANGELOG ENTRY> -->
95+
7296
## 7.5.0b0
7397

7498
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.3...828708ec26cc4d2ff9f8b725b00024481ae42d2d))
@@ -87,8 +111,6 @@ or via the JSON Settings Editor in the Application Context Menu.
87111

88112
[@choldgraf](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Acholdgraf+updated%3A2025-09-24..2025-09-29&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-09-24..2025-09-29&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-09-24..2025-09-29&type=Issues)
89113

90-
<!-- <END NEW CHANGELOG ENTRY> -->
91-
92114
## 7.5.0a3
93115

94116
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.2...254b06ca4b232a0a96ad2dddde560e41df371e57))

app/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.5.0-beta.0",
3+
"version": "7.5.0-beta.1",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.2",
1414
"@codemirror/view": "~6.38.1",
15-
"@jupyter-notebook/application": "~7.5.0-beta.0",
16-
"@jupyter-notebook/application-extension": "~7.5.0-beta.0",
17-
"@jupyter-notebook/console-extension": "~7.5.0-beta.0",
18-
"@jupyter-notebook/docmanager-extension": "~7.5.0-beta.0",
19-
"@jupyter-notebook/documentsearch-extension": "~7.5.0-beta.0",
20-
"@jupyter-notebook/help-extension": "~7.5.0-beta.0",
21-
"@jupyter-notebook/notebook-extension": "~7.5.0-beta.0",
22-
"@jupyter-notebook/terminal-extension": "~7.5.0-beta.0",
23-
"@jupyter-notebook/tree": "~7.5.0-beta.0",
24-
"@jupyter-notebook/tree-extension": "~7.5.0-beta.0",
25-
"@jupyter-notebook/ui-components": "~7.5.0-beta.0",
15+
"@jupyter-notebook/application": "~7.5.0-beta.1",
16+
"@jupyter-notebook/application-extension": "~7.5.0-beta.1",
17+
"@jupyter-notebook/console-extension": "~7.5.0-beta.1",
18+
"@jupyter-notebook/docmanager-extension": "~7.5.0-beta.1",
19+
"@jupyter-notebook/documentsearch-extension": "~7.5.0-beta.1",
20+
"@jupyter-notebook/help-extension": "~7.5.0-beta.1",
21+
"@jupyter-notebook/notebook-extension": "~7.5.0-beta.1",
22+
"@jupyter-notebook/terminal-extension": "~7.5.0-beta.1",
23+
"@jupyter-notebook/tree": "~7.5.0-beta.1",
24+
"@jupyter-notebook/tree-extension": "~7.5.0-beta.1",
25+
"@jupyter-notebook/ui-components": "~7.5.0-beta.1",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.1.0",
@@ -127,17 +127,17 @@
127127
"yjs": "~13.6.8"
128128
},
129129
"dependencies": {
130-
"@jupyter-notebook/application": "^7.5.0-beta.0",
131-
"@jupyter-notebook/application-extension": "^7.5.0-beta.0",
132-
"@jupyter-notebook/console-extension": "^7.5.0-beta.0",
133-
"@jupyter-notebook/docmanager-extension": "^7.5.0-beta.0",
134-
"@jupyter-notebook/documentsearch-extension": "^7.5.0-beta.0",
135-
"@jupyter-notebook/help-extension": "^7.5.0-beta.0",
136-
"@jupyter-notebook/notebook-extension": "^7.5.0-beta.0",
137-
"@jupyter-notebook/terminal-extension": "^7.5.0-beta.0",
138-
"@jupyter-notebook/tree": "^7.5.0-beta.0",
139-
"@jupyter-notebook/tree-extension": "^7.5.0-beta.0",
140-
"@jupyter-notebook/ui-components": "^7.5.0-beta.0",
130+
"@jupyter-notebook/application": "^7.5.0-beta.1",
131+
"@jupyter-notebook/application-extension": "^7.5.0-beta.1",
132+
"@jupyter-notebook/console-extension": "^7.5.0-beta.1",
133+
"@jupyter-notebook/docmanager-extension": "^7.5.0-beta.1",
134+
"@jupyter-notebook/documentsearch-extension": "^7.5.0-beta.1",
135+
"@jupyter-notebook/help-extension": "^7.5.0-beta.1",
136+
"@jupyter-notebook/notebook-extension": "^7.5.0-beta.1",
137+
"@jupyter-notebook/terminal-extension": "^7.5.0-beta.1",
138+
"@jupyter-notebook/tree": "^7.5.0-beta.1",
139+
"@jupyter-notebook/tree-extension": "^7.5.0-beta.1",
140+
"@jupyter-notebook/ui-components": "^7.5.0-beta.1",
141141
"@jupyterlab/application-extension": "~4.5.0-beta.1",
142142
"@jupyterlab/apputils-extension": "~4.5.0-beta.1",
143143
"@jupyterlab/attachments": "~4.5.0-beta.1",

buildutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.5.0-beta.0",
3+
"version": "7.5.0-beta.1",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

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.0b0"
9+
__version__ = "7.5.0b1"
1010

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

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-beta.0",
3+
"version": "7.5.0-beta.1",
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-beta.0",
24-
"@jupyter-notebook/application-extension": "^7.5.0-beta.0",
25-
"@jupyter-notebook/console-extension": "^7.5.0-beta.0",
26-
"@jupyter-notebook/docmanager-extension": "^7.5.0-beta.0",
27-
"@jupyter-notebook/documentsearch-extension": "^7.5.0-beta.0",
28-
"@jupyter-notebook/help-extension": "^7.5.0-beta.0",
29-
"@jupyter-notebook/lab-extension": "^7.5.0-beta.0",
30-
"@jupyter-notebook/notebook-extension": "^7.5.0-beta.0",
31-
"@jupyter-notebook/terminal-extension": "^7.5.0-beta.0",
32-
"@jupyter-notebook/tree": "^7.5.0-beta.0",
33-
"@jupyter-notebook/tree-extension": "^7.5.0-beta.0",
34-
"@jupyter-notebook/ui-components": "^7.5.0-beta.0"
23+
"@jupyter-notebook/application": "^7.5.0-beta.1",
24+
"@jupyter-notebook/application-extension": "^7.5.0-beta.1",
25+
"@jupyter-notebook/console-extension": "^7.5.0-beta.1",
26+
"@jupyter-notebook/docmanager-extension": "^7.5.0-beta.1",
27+
"@jupyter-notebook/documentsearch-extension": "^7.5.0-beta.1",
28+
"@jupyter-notebook/help-extension": "^7.5.0-beta.1",
29+
"@jupyter-notebook/lab-extension": "^7.5.0-beta.1",
30+
"@jupyter-notebook/notebook-extension": "^7.5.0-beta.1",
31+
"@jupyter-notebook/terminal-extension": "^7.5.0-beta.1",
32+
"@jupyter-notebook/tree": "^7.5.0-beta.1",
33+
"@jupyter-notebook/tree-extension": "^7.5.0-beta.1",
34+
"@jupyter-notebook/ui-components": "^7.5.0-beta.1"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.5.4"

packages/application-extension/package.json

Lines changed: 3 additions & 3 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-beta.0",
3+
"version": "7.5.0-beta.1",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,8 +38,8 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.5.0-beta.0",
42-
"@jupyter-notebook/ui-components": "^7.5.0-beta.0",
41+
"@jupyter-notebook/application": "^7.5.0-beta.1",
42+
"@jupyter-notebook/ui-components": "^7.5.0-beta.1",
4343
"@jupyterlab/application": "~4.5.0-beta.1",
4444
"@jupyterlab/apputils": "~4.6.0-beta.1",
4545
"@jupyterlab/codeeditor": "~4.5.0-beta.1",

packages/application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.5.0-beta.0",
3+
"version": "7.5.0-beta.1",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/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/console-extension",
3-
"version": "7.5.0-beta.0",
3+
"version": "7.5.0-beta.1",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.5.0-beta.0",
41+
"@jupyter-notebook/application": "^7.5.0-beta.1",
4242
"@jupyterlab/application": "~4.5.0-beta.1",
4343
"@jupyterlab/console": "~4.5.0-beta.1",
4444
"@jupyterlab/coreutils": "~6.5.0-beta.1",

packages/docmanager-extension/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/docmanager-extension",
3-
"version": "7.5.0-beta.0",
3+
"version": "7.5.0-beta.1",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.5.0-beta.0",
41+
"@jupyter-notebook/application": "^7.5.0-beta.1",
4242
"@jupyterlab/application": "~4.5.0-beta.1",
4343
"@jupyterlab/coreutils": "~6.5.0-beta.1",
4444
"@jupyterlab/docmanager": "~4.5.0-beta.1",

packages/documentsearch-extension/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/documentsearch-extension",
3-
"version": "7.5.0-beta.0",
3+
"version": "7.5.0-beta.1",
44
"description": "Jupyter Notebook - Document Search Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.5.0-beta.0",
41+
"@jupyter-notebook/application": "^7.5.0-beta.1",
4242
"@jupyterlab/application": "~4.5.0-beta.1",
4343
"@jupyterlab/documentsearch": "~4.5.0-beta.1",
4444
"@lumino/widgets": "^2.7.1"

0 commit comments

Comments
 (0)