Skip to content

Commit cf6a570

Browse files
committed
Publish 7.4.7
SHA256 hashes: jupyter-notebook-application-7.4.7.tgz: ba9ab5d0bf80d227ea98d877a986a28ba3eb8f0183b4ed12e9b5f204d06ac045 jupyter-notebook-application-extension-7.4.7.tgz: 403e2f354b1a2f78326b11e730a23d2f145719f761ba127f9e3152a032be5ae8 jupyter-notebook-console-extension-7.4.7.tgz: de50babf8f4b533f66eec833b1dd74953672b1aa01b134f46582f1409a29a8ee jupyter-notebook-docmanager-extension-7.4.7.tgz: 74bda6223095f3e1d9193fbfe96ed7858caf98334454485897ba66b416f168e8 jupyter-notebook-documentsearch-extension-7.4.7.tgz: 4be4173f1ad0d1f36f65458fa017b8d321a4d56cc9bd7619e31e220d94810a69 jupyter-notebook-help-extension-7.4.7.tgz: 9e894102cd06828fed37aa595853e3957b32c32a8cae6757ac8bf9da2a8047b4 jupyter-notebook-lab-extension-7.4.7.tgz: c23f9f1a8de025529f9e87240b9b2c9787a744fece50cf90c65f43b1cc6b4078 jupyter-notebook-notebook-extension-7.4.7.tgz: 2b2f2f2c5a609cb9d6ad1828af075b936cb08003b758bc0d490f5cde757a80c4 jupyter-notebook-terminal-extension-7.4.7.tgz: f7c91cfdee0879d99f1d6b2a27b3a19d02cdb0d02a7a686382585cc28e055cef jupyter-notebook-tree-7.4.7.tgz: 78e4ef8027da0eb5bab8816fbb92844fa15b801e6a9c1caab52ebd7a056ee64d jupyter-notebook-tree-extension-7.4.7.tgz: 5a2284322f7fc119751d3b1084d981184b656e66c879d97c77f6c8ec2dd2f911 jupyter-notebook-ui-components-7.4.7.tgz: 9157eade0a8967832cf155a32560044a3fed93eda63458f11533cec04dabbd46 notebook-7.4.7-py3-none-any.whl: 362b7c95527f7dd3c4c84d410b782872fd9c734fb2524c11dd92758527b6eda6 notebook-7.4.7.tar.gz: 3f0a04027dfcee8a876de48fba13ab77ec8c12f72f848a222ed7f5081b9e342a
1 parent 3f6ccf3 commit cf6a570

File tree

18 files changed

+125
-111
lines changed

18 files changed

+125
-111
lines changed

CHANGELOG.md

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

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

72+
## 7.4.7
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.6...3f6ccf3816f0fb6fd695a978b5a369879492f339))
75+
76+
### Maintenance and upkeep improvements
77+
78+
- Update to JupyterLab v4.4.9 [#7738](https://github.com/jupyter/notebook/pull/7738) ([@jtpio](https://github.com/jtpio))
79+
80+
### Contributors to this release
81+
82+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-09-26&to=2025-09-27&type=c))
83+
84+
[@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-09-26..2025-09-27&type=Issues)
85+
86+
<!-- <END NEW CHANGELOG ENTRY> -->
87+
7288
## 7.4.6
7389

7490
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.5...0c9b0539934bbd9919f24a383e2d0ab00b75f084))
@@ -92,8 +108,6 @@ or via the JSON Settings Editor in the Application Context Menu.
92108

93109
[@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)
94110

95-
<!-- <END NEW CHANGELOG ENTRY> -->
96-
97111
## 7.4.5
98112

99113
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.4...4cc6a9c365e47a3276da14a5f235197f19351191))

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.4.6",
3+
"version": "7.4.7",
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.4.6",
16-
"@jupyter-notebook/application-extension": "~7.4.6",
17-
"@jupyter-notebook/console-extension": "~7.4.6",
18-
"@jupyter-notebook/docmanager-extension": "~7.4.6",
19-
"@jupyter-notebook/documentsearch-extension": "~7.4.6",
20-
"@jupyter-notebook/help-extension": "~7.4.6",
21-
"@jupyter-notebook/notebook-extension": "~7.4.6",
22-
"@jupyter-notebook/terminal-extension": "~7.4.6",
23-
"@jupyter-notebook/tree": "~7.4.6",
24-
"@jupyter-notebook/tree-extension": "~7.4.6",
25-
"@jupyter-notebook/ui-components": "~7.4.6",
15+
"@jupyter-notebook/application": "~7.4.7",
16+
"@jupyter-notebook/application-extension": "~7.4.7",
17+
"@jupyter-notebook/console-extension": "~7.4.7",
18+
"@jupyter-notebook/docmanager-extension": "~7.4.7",
19+
"@jupyter-notebook/documentsearch-extension": "~7.4.7",
20+
"@jupyter-notebook/help-extension": "~7.4.7",
21+
"@jupyter-notebook/notebook-extension": "~7.4.7",
22+
"@jupyter-notebook/terminal-extension": "~7.4.7",
23+
"@jupyter-notebook/tree": "~7.4.7",
24+
"@jupyter-notebook/tree-extension": "~7.4.7",
25+
"@jupyter-notebook/ui-components": "~7.4.7",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.1.0",
@@ -125,17 +125,17 @@
125125
"yjs": "~13.6.8"
126126
},
127127
"dependencies": {
128-
"@jupyter-notebook/application": "^7.4.6",
129-
"@jupyter-notebook/application-extension": "^7.4.6",
130-
"@jupyter-notebook/console-extension": "^7.4.6",
131-
"@jupyter-notebook/docmanager-extension": "^7.4.6",
132-
"@jupyter-notebook/documentsearch-extension": "^7.4.6",
133-
"@jupyter-notebook/help-extension": "^7.4.6",
134-
"@jupyter-notebook/notebook-extension": "^7.4.6",
135-
"@jupyter-notebook/terminal-extension": "^7.4.6",
136-
"@jupyter-notebook/tree": "^7.4.6",
137-
"@jupyter-notebook/tree-extension": "^7.4.6",
138-
"@jupyter-notebook/ui-components": "^7.4.6",
128+
"@jupyter-notebook/application": "^7.4.7",
129+
"@jupyter-notebook/application-extension": "^7.4.7",
130+
"@jupyter-notebook/console-extension": "^7.4.7",
131+
"@jupyter-notebook/docmanager-extension": "^7.4.7",
132+
"@jupyter-notebook/documentsearch-extension": "^7.4.7",
133+
"@jupyter-notebook/help-extension": "^7.4.7",
134+
"@jupyter-notebook/notebook-extension": "^7.4.7",
135+
"@jupyter-notebook/terminal-extension": "^7.4.7",
136+
"@jupyter-notebook/tree": "^7.4.7",
137+
"@jupyter-notebook/tree-extension": "^7.4.7",
138+
"@jupyter-notebook/ui-components": "^7.4.7",
139139
"@jupyterlab/application-extension": "~4.4.9",
140140
"@jupyterlab/apputils-extension": "~4.4.9",
141141
"@jupyterlab/attachments": "~4.4.9",

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

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.4.6",
3+
"version": "7.4.7",
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.4.6",
3+
"version": "7.4.7",
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.4.6",
41+
"@jupyter-notebook/application": "^7.4.7",
4242
"@jupyterlab/application": "~4.4.9",
4343
"@jupyterlab/console": "~4.4.9",
4444
"@jupyterlab/coreutils": "~6.4.9",

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.4.6",
3+
"version": "7.4.7",
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.4.6",
41+
"@jupyter-notebook/application": "^7.4.7",
4242
"@jupyterlab/application": "~4.4.9",
4343
"@jupyterlab/coreutils": "~6.4.9",
4444
"@jupyterlab/docmanager": "~4.4.9",

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.4.6",
3+
"version": "7.4.7",
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.4.6",
41+
"@jupyter-notebook/application": "^7.4.7",
4242
"@jupyterlab/application": "~4.4.9",
4343
"@jupyterlab/documentsearch": "~4.4.9",
4444
"@lumino/widgets": "^2.7.1"

0 commit comments

Comments
 (0)