Skip to content

Commit 79ad725

Browse files
committed
Publish 7.5.0b0
SHA256 hashes: jupyter-notebook-application-7.5.0-beta.0.tgz: 1a5a3725143b561d6fa651d38a8ce2799728991fef66ec48ea07a6c4b2553731 jupyter-notebook-application-extension-7.5.0-beta.0.tgz: a0dcd0946b0fb2783d686c6ba7983e238614b789f6472440aabc9191c7920a8d jupyter-notebook-console-extension-7.5.0-beta.0.tgz: 4b5c546c6e30f75f7a1d57927c1a334e905a628885774451d1fb8d2dd9a79fce jupyter-notebook-docmanager-extension-7.5.0-beta.0.tgz: 06b4570bb7725a5aca4aeaae973955f8cf26180bd512ad24caa79690f90e0493 jupyter-notebook-documentsearch-extension-7.5.0-beta.0.tgz: 2f8fe90e350d5fce5f37dbc270d90807fe895bb38b70a25e1b46a5a9d3949143 jupyter-notebook-help-extension-7.5.0-beta.0.tgz: 3626595952ba5f4e3841b723e30e7b21b0d874bd527cbd3024c8d31867fc2cb6 jupyter-notebook-lab-extension-7.5.0-beta.0.tgz: 55c149bef82764d7199e014a3be5858f61f866c9baac0c342f7654a3aae315e7 jupyter-notebook-notebook-extension-7.5.0-beta.0.tgz: ebd4f3dadf658c0308f2bef59ffc79dc82da4deb523386a76d05f1135fb42e1d jupyter-notebook-terminal-extension-7.5.0-beta.0.tgz: 9c38b6603d161d535686a12f53062b3e06fafd593fed69749411c6359bd3f8d5 jupyter-notebook-tree-7.5.0-beta.0.tgz: 6761b686f23a54c2500cb8fa35587235ca2233c0ef597283ef156dd8cdbe0c1b jupyter-notebook-tree-extension-7.5.0-beta.0.tgz: e44ea7edb6b57b2bd3ed653c1819893023909ba53ff9ac2ae1abf0c8781f4106 jupyter-notebook-ui-components-7.5.0-beta.0.tgz: 685561993655e456009276193903ad5f9516e42d5babd82f18c2cdad50107483 notebook-7.5.0b0-py3-none-any.whl: 2c8905360bfe1892bb1c6cd5992f3f7dbc31e81e0d962a27cce8039586204de6 notebook-7.5.0b0.tar.gz: 171e92a584e8e0d08ffd52562ce17b820f09c95c16359ab2af505ce160c67f36
1 parent 828708e commit 79ad725

File tree

18 files changed

+129
-111
lines changed

18 files changed

+129
-111
lines changed

CHANGELOG.md

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

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

72+
## 7.5.0b0
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.3...828708ec26cc4d2ff9f8b725b00024481ae42d2d))
75+
76+
### Enhancements made
77+
78+
- Update to JupyterLab v4.5.0b0 [#7739](https://github.com/jupyter/notebook/pull/7739) ([@jtpio](https://github.com/jtpio))
79+
80+
### Documentation improvements
81+
82+
- Add JupyterCon banner and add Jupyter colors [#7727](https://github.com/jupyter/notebook/pull/7727) ([@choldgraf](https://github.com/choldgraf))
83+
84+
### Contributors to this release
85+
86+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-09-24&to=2025-09-29&type=c))
87+
88+
[@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)
89+
90+
<!-- <END NEW CHANGELOG ENTRY> -->
91+
7292
## 7.5.0a3
7393

7494
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.2...254b06ca4b232a0a96ad2dddde560e41df371e57))
@@ -96,8 +116,6 @@ or via the JSON Settings Editor in the Application Context Menu.
96116

97117
[@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)
98118

99-
<!-- <END NEW CHANGELOG ENTRY> -->
100-
101119
## 7.5.0a2
102120

103121
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0-alpha.1...3100d879bfe09c629b4add998bd2ac408ffa2af8))

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-alpha.3",
3+
"version": "7.5.0-beta.0",
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-alpha.3",
16-
"@jupyter-notebook/application-extension": "~7.5.0-alpha.3",
17-
"@jupyter-notebook/console-extension": "~7.5.0-alpha.3",
18-
"@jupyter-notebook/docmanager-extension": "~7.5.0-alpha.3",
19-
"@jupyter-notebook/documentsearch-extension": "~7.5.0-alpha.3",
20-
"@jupyter-notebook/help-extension": "~7.5.0-alpha.3",
21-
"@jupyter-notebook/notebook-extension": "~7.5.0-alpha.3",
22-
"@jupyter-notebook/terminal-extension": "~7.5.0-alpha.3",
23-
"@jupyter-notebook/tree": "~7.5.0-alpha.3",
24-
"@jupyter-notebook/tree-extension": "~7.5.0-alpha.3",
25-
"@jupyter-notebook/ui-components": "~7.5.0-alpha.3",
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",
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-alpha.3",
131-
"@jupyter-notebook/application-extension": "^7.5.0-alpha.3",
132-
"@jupyter-notebook/console-extension": "^7.5.0-alpha.3",
133-
"@jupyter-notebook/docmanager-extension": "^7.5.0-alpha.3",
134-
"@jupyter-notebook/documentsearch-extension": "^7.5.0-alpha.3",
135-
"@jupyter-notebook/help-extension": "^7.5.0-alpha.3",
136-
"@jupyter-notebook/notebook-extension": "^7.5.0-alpha.3",
137-
"@jupyter-notebook/terminal-extension": "^7.5.0-alpha.3",
138-
"@jupyter-notebook/tree": "^7.5.0-alpha.3",
139-
"@jupyter-notebook/tree-extension": "^7.5.0-alpha.3",
140-
"@jupyter-notebook/ui-components": "^7.5.0-alpha.3",
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",
141141
"@jupyterlab/application-extension": "~4.5.0-beta.0",
142142
"@jupyterlab/apputils-extension": "~4.5.0-beta.0",
143143
"@jupyterlab/attachments": "~4.5.0-beta.0",

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-alpha.3",
3+
"version": "7.5.0-beta.0",
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.0a3"
9+
__version__ = "7.5.0b0"
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-alpha.3",
3+
"version": "7.5.0-beta.0",
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.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"
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"
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-alpha.3",
3+
"version": "7.5.0-beta.0",
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-alpha.3",
42-
"@jupyter-notebook/ui-components": "^7.5.0-alpha.3",
41+
"@jupyter-notebook/application": "^7.5.0-beta.0",
42+
"@jupyter-notebook/ui-components": "^7.5.0-beta.0",
4343
"@jupyterlab/application": "~4.5.0-beta.0",
4444
"@jupyterlab/apputils": "~4.6.0-beta.0",
4545
"@jupyterlab/codeeditor": "~4.5.0-beta.0",

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-alpha.3",
3+
"version": "7.5.0-beta.0",
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-alpha.3",
3+
"version": "7.5.0-beta.0",
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-alpha.3",
41+
"@jupyter-notebook/application": "^7.5.0-beta.0",
4242
"@jupyterlab/application": "~4.5.0-beta.0",
4343
"@jupyterlab/console": "~4.5.0-beta.0",
4444
"@jupyterlab/coreutils": "~6.5.0-beta.0",

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-alpha.3",
3+
"version": "7.5.0-beta.0",
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-alpha.3",
41+
"@jupyter-notebook/application": "^7.5.0-beta.0",
4242
"@jupyterlab/application": "~4.5.0-beta.0",
4343
"@jupyterlab/coreutils": "~6.5.0-beta.0",
4444
"@jupyterlab/docmanager": "~4.5.0-beta.0",

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-alpha.3",
3+
"version": "7.5.0-beta.0",
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-alpha.3",
41+
"@jupyter-notebook/application": "^7.5.0-beta.0",
4242
"@jupyterlab/application": "~4.5.0-beta.0",
4343
"@jupyterlab/documentsearch": "~4.5.0-beta.0",
4444
"@lumino/widgets": "^2.7.1"

0 commit comments

Comments
 (0)