Skip to content

Commit 9a3f3aa

Browse files
committed
Publish 7.5.3
SHA256 hashes: jupyter-notebook-application-7.5.3.tgz: 12d466a49d888b1caf1a03b7273e4152d17af87112431211cfe15472390b4326 jupyter-notebook-application-extension-7.5.3.tgz: 81062ac22b786238944afda9f2f3136448d7bca2fe5c69837b3a98021cf0c25f jupyter-notebook-console-extension-7.5.3.tgz: 77235168d7b11a3640e11409c04343edf444d730954a6a655eb204bb46dc6f98 jupyter-notebook-docmanager-extension-7.5.3.tgz: 5c5462fc7846cf787d82b93037c73cded70e95e21d284afaa352ed3de40e9d5c jupyter-notebook-documentsearch-extension-7.5.3.tgz: 9b698533fea7f6ff5d6d426755f5dbf008633b64980ce5913fce0ecc5b16c989 jupyter-notebook-help-extension-7.5.3.tgz: e9ea8c4e8f400c81786b208070fbfe7c6acfde0d171ad007fbab9edf07bc999d jupyter-notebook-lab-extension-7.5.3.tgz: 55ca8e3cf8d8d79f22bcfc8730ab4f6c08f79ce7e0d91d3129808685ac6390f3 jupyter-notebook-notebook-extension-7.5.3.tgz: 7b07b509a7c070bb651a7c19281ac0d59cf471e225e43aab891f23cc2d56c520 jupyter-notebook-terminal-extension-7.5.3.tgz: 21b9253cb2cf443c3aafe6f37efda09320f1e383e87e3067bdd0f8b2d8a4faee jupyter-notebook-tree-7.5.3.tgz: 2d14cef0be1b789ef045aa68c5509c2367886c55ff68366245fbdad8ccfea8fb jupyter-notebook-tree-extension-7.5.3.tgz: b9e307c34c6e4659ced23778b0ff151c7b04bea98f9f8501b44ca12636a6480b jupyter-notebook-ui-components-7.5.3.tgz: 2384535defa892f43c5ad63070c8d3611dc867f653b1171bfd5847337332a0b1 notebook-7.5.3-py3-none-any.whl: c997bfa1a2a9eb58c9bbb7e77d50428befb1033dd6f02c482922e96851d67354 notebook-7.5.3.tar.gz: 393ceb269cf9fdb02a3be607a57d7bd5c2c14604f1818a17dbeb38e04f98cbfa
1 parent 3f868f5 commit 9a3f3aa

File tree

18 files changed

+130
-111
lines changed

18 files changed

+130
-111
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,27 @@ Python 3.8 support has been dropped in this release.
7777

7878
<!-- <START NEW CHANGELOG ENTRY> -->
7979

80+
## 7.5.3
81+
82+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.2...3f868f58c89f7f3367397fb52036cd2d04c3a670))
83+
84+
### Maintenance and upkeep improvements
85+
86+
- Update to JupyterLab v4.5.3 [#7816](https://github.com/jupyter/notebook/pull/7816) ([@jtpio](https://github.com/jtpio))
87+
- Rename the token env variable [#7802](https://github.com/jupyter/notebook/pull/7802) ([@brichet](https://github.com/brichet))
88+
- Clean up node 24 install [#7803](https://github.com/jupyter/notebook/pull/7803) ([@jtpio](https://github.com/jtpio))
89+
90+
### Contributors to this release
91+
92+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
93+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
94+
95+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2026-01-12&to=2026-01-26&type=c))
96+
97+
@brichet ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2026-01-12..2026-01-26&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2026-01-12..2026-01-26&type=Issues))
98+
99+
<!-- <END NEW CHANGELOG ENTRY> -->
100+
80101
## 7.5.2
81102

82103
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.1...5823d7a925d3b6f006d018545f83eba885be6032))
@@ -94,8 +115,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
94115

95116
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-12-16..2026-01-12&type=Issues))
96117

97-
<!-- <END NEW CHANGELOG ENTRY> -->
98-
99118
## 7.5.1
100119

101120
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0...fccf56801be0a27a3de76c00d2710a941f255b10))

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.2",
3+
"version": "7.5.3",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.4",
1414
"@codemirror/view": "~6.39.11",
15-
"@jupyter-notebook/application": "~7.5.2",
16-
"@jupyter-notebook/application-extension": "~7.5.2",
17-
"@jupyter-notebook/console-extension": "~7.5.2",
18-
"@jupyter-notebook/docmanager-extension": "~7.5.2",
19-
"@jupyter-notebook/documentsearch-extension": "~7.5.2",
20-
"@jupyter-notebook/help-extension": "~7.5.2",
21-
"@jupyter-notebook/notebook-extension": "~7.5.2",
22-
"@jupyter-notebook/terminal-extension": "~7.5.2",
23-
"@jupyter-notebook/tree": "~7.5.2",
24-
"@jupyter-notebook/tree-extension": "~7.5.2",
25-
"@jupyter-notebook/ui-components": "~7.5.2",
15+
"@jupyter-notebook/application": "~7.5.3",
16+
"@jupyter-notebook/application-extension": "~7.5.3",
17+
"@jupyter-notebook/console-extension": "~7.5.3",
18+
"@jupyter-notebook/docmanager-extension": "~7.5.3",
19+
"@jupyter-notebook/documentsearch-extension": "~7.5.3",
20+
"@jupyter-notebook/help-extension": "~7.5.3",
21+
"@jupyter-notebook/notebook-extension": "~7.5.3",
22+
"@jupyter-notebook/terminal-extension": "~7.5.3",
23+
"@jupyter-notebook/tree": "~7.5.3",
24+
"@jupyter-notebook/tree-extension": "~7.5.3",
25+
"@jupyter-notebook/ui-components": "~7.5.3",
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.2",
131-
"@jupyter-notebook/application-extension": "^7.5.2",
132-
"@jupyter-notebook/console-extension": "^7.5.2",
133-
"@jupyter-notebook/docmanager-extension": "^7.5.2",
134-
"@jupyter-notebook/documentsearch-extension": "^7.5.2",
135-
"@jupyter-notebook/help-extension": "^7.5.2",
136-
"@jupyter-notebook/notebook-extension": "^7.5.2",
137-
"@jupyter-notebook/terminal-extension": "^7.5.2",
138-
"@jupyter-notebook/tree": "^7.5.2",
139-
"@jupyter-notebook/tree-extension": "^7.5.2",
140-
"@jupyter-notebook/ui-components": "^7.5.2",
130+
"@jupyter-notebook/application": "^7.5.3",
131+
"@jupyter-notebook/application-extension": "^7.5.3",
132+
"@jupyter-notebook/console-extension": "^7.5.3",
133+
"@jupyter-notebook/docmanager-extension": "^7.5.3",
134+
"@jupyter-notebook/documentsearch-extension": "^7.5.3",
135+
"@jupyter-notebook/help-extension": "^7.5.3",
136+
"@jupyter-notebook/notebook-extension": "^7.5.3",
137+
"@jupyter-notebook/terminal-extension": "^7.5.3",
138+
"@jupyter-notebook/tree": "^7.5.3",
139+
"@jupyter-notebook/tree-extension": "^7.5.3",
140+
"@jupyter-notebook/ui-components": "^7.5.3",
141141
"@jupyterlab/application-extension": "~4.5.3",
142142
"@jupyterlab/apputils-extension": "~4.5.3",
143143
"@jupyterlab/attachments": "~4.5.3",

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.2",
3+
"version": "7.5.3",
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.2"
9+
__version__ = "7.5.3"
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.2",
3+
"version": "7.5.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.2",
24-
"@jupyter-notebook/application-extension": "^7.5.2",
25-
"@jupyter-notebook/console-extension": "^7.5.2",
26-
"@jupyter-notebook/docmanager-extension": "^7.5.2",
27-
"@jupyter-notebook/documentsearch-extension": "^7.5.2",
28-
"@jupyter-notebook/help-extension": "^7.5.2",
29-
"@jupyter-notebook/lab-extension": "^7.5.2",
30-
"@jupyter-notebook/notebook-extension": "^7.5.2",
31-
"@jupyter-notebook/terminal-extension": "^7.5.2",
32-
"@jupyter-notebook/tree": "^7.5.2",
33-
"@jupyter-notebook/tree-extension": "^7.5.2",
34-
"@jupyter-notebook/ui-components": "^7.5.2"
23+
"@jupyter-notebook/application": "^7.5.3",
24+
"@jupyter-notebook/application-extension": "^7.5.3",
25+
"@jupyter-notebook/console-extension": "^7.5.3",
26+
"@jupyter-notebook/docmanager-extension": "^7.5.3",
27+
"@jupyter-notebook/documentsearch-extension": "^7.5.3",
28+
"@jupyter-notebook/help-extension": "^7.5.3",
29+
"@jupyter-notebook/lab-extension": "^7.5.3",
30+
"@jupyter-notebook/notebook-extension": "^7.5.3",
31+
"@jupyter-notebook/terminal-extension": "^7.5.3",
32+
"@jupyter-notebook/tree": "^7.5.3",
33+
"@jupyter-notebook/tree-extension": "^7.5.3",
34+
"@jupyter-notebook/ui-components": "^7.5.3"
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.2",
3+
"version": "7.5.3",
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.2",
42-
"@jupyter-notebook/ui-components": "^7.5.2",
41+
"@jupyter-notebook/application": "^7.5.3",
42+
"@jupyter-notebook/ui-components": "^7.5.3",
4343
"@jupyterlab/application": "~4.5.3",
4444
"@jupyterlab/apputils": "~4.6.3",
4545
"@jupyterlab/codeeditor": "~4.5.3",

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.2",
3+
"version": "7.5.3",
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.2",
3+
"version": "7.5.3",
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.2",
41+
"@jupyter-notebook/application": "^7.5.3",
4242
"@jupyterlab/application": "~4.5.3",
4343
"@jupyterlab/console": "~4.5.3",
4444
"@jupyterlab/coreutils": "~6.5.3",

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.2",
3+
"version": "7.5.3",
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.2",
41+
"@jupyter-notebook/application": "^7.5.3",
4242
"@jupyterlab/application": "~4.5.3",
4343
"@jupyterlab/coreutils": "~6.5.3",
4444
"@jupyterlab/docmanager": "~4.5.3",

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.2",
3+
"version": "7.5.3",
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.2",
41+
"@jupyter-notebook/application": "^7.5.3",
4242
"@jupyterlab/application": "~4.5.3",
4343
"@jupyterlab/documentsearch": "~4.5.3",
4444
"@lumino/widgets": "^2.7.3"

0 commit comments

Comments
 (0)