Skip to content

Commit 7f3240b

Browse files
committed
Publish 7.4.4
SHA256 hashes: jupyter-notebook-application-7.4.4.tgz: 4bc6e36bc4eae24495012fd52c6354c8a13dc3be2f748e2c73b5d637c65d5cf8 jupyter-notebook-application-extension-7.4.4.tgz: 9233f58ed31124238f2f98254dc34a010a858b81085e2259ebdbf39322e86918 jupyter-notebook-console-extension-7.4.4.tgz: fbca9b89d9d1f1d7554f9c3936bf36c95e0fc6f422bc01c2cbc2899bf140656a jupyter-notebook-docmanager-extension-7.4.4.tgz: 79b88bc582aaec13a74ec02b85f3b3cc7fb0934ef3adaa13283880e15dfa2c5f jupyter-notebook-documentsearch-extension-7.4.4.tgz: 52bd9974ab422bb6cdae1a8424a3166a504cbf9a436dfbbf025bc9ca8070469e jupyter-notebook-help-extension-7.4.4.tgz: 18ac384accc075b6f75785ef81db627a231cf90b6239152259c04a95f92baa85 jupyter-notebook-lab-extension-7.4.4.tgz: 011bdf3c63b12aae01c619c6c38969221e4ad0d81e6eedc07816f7bd2512fbb8 jupyter-notebook-notebook-extension-7.4.4.tgz: 15649b7256834caff022c54cabf95fe309e04b96196a6bb1cbd68ce69523aab8 jupyter-notebook-terminal-extension-7.4.4.tgz: fc0b4485a9625091824f2e9c60a3839e57ffccd1a3728dba97289b48a8ff738b jupyter-notebook-tree-7.4.4.tgz: 0bbe90c63f63c976f413664b5789c836ed722b8aaeb48fc215172d555278b434 jupyter-notebook-tree-extension-7.4.4.tgz: 429d3a35e6eed27dc9d194e65a2051c4c878f5525f5a3d800d667e5a3c419165 jupyter-notebook-ui-components-7.4.4.tgz: bcfcc95ea1059d781e29659c39b11a33bf67e6d862634260ada52585194533c5 notebook-7.4.4-py3-none-any.whl: 32840f7f777b6bff79bb101159336e9b332bdbfba1495b8739e34d1d65cbc1c0 notebook-7.4.4.tar.gz: 392fd501e266f2fb3466c6fcd3331163a2184968cb5c5accf90292e01dfe528c
1 parent 62295ff commit 7f3240b

File tree

18 files changed

+126
-111
lines changed

18 files changed

+126
-111
lines changed

CHANGELOG.md

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

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

72+
## 7.4.4
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.3...62295ff009dda35e14117f05ca400b019713f1e3))
75+
76+
### Maintenance and upkeep improvements
77+
78+
- Update to JupyterLab v4.4.4 [#7671](https://github.com/jupyter/notebook/pull/7671) ([@jtpio](https://github.com/jtpio))
79+
- Revert "CI: pin to `jupyter-core<5.8.0` on Windows" [#7657](https://github.com/jupyter/notebook/pull/7657) ([@minrk](https://github.com/minrk))
80+
81+
### Contributors to this release
82+
83+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-05-26&to=2025-06-30&type=c))
84+
85+
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-05-26..2025-06-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-05-26..2025-06-30&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2025-05-26..2025-06-30&type=Issues)
86+
87+
<!-- <END NEW CHANGELOG ENTRY> -->
88+
7289
## 7.4.3
7390

7491
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.2...071d48a2452bfeebcb275e6b8f0f2b067708445d))
@@ -83,8 +100,6 @@ or via the JSON Settings Editor in the Application Context Menu.
83100

84101
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-05-06..2025-05-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-05-06..2025-05-26&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2025-05-06..2025-05-26&type=Issues)
85102

86-
<!-- <END NEW CHANGELOG ENTRY> -->
87-
88103
## 7.4.2
89104

90105
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.1...0d8e60f43fd8a2219ad12ca1156c17a64c7b7d5b))

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.3",
3+
"version": "7.4.4",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.2",
1414
"@codemirror/view": "~6.36.7",
15-
"@jupyter-notebook/application": "~7.4.3",
16-
"@jupyter-notebook/application-extension": "~7.4.3",
17-
"@jupyter-notebook/console-extension": "~7.4.3",
18-
"@jupyter-notebook/docmanager-extension": "~7.4.3",
19-
"@jupyter-notebook/documentsearch-extension": "~7.4.3",
20-
"@jupyter-notebook/help-extension": "~7.4.3",
21-
"@jupyter-notebook/notebook-extension": "~7.4.3",
22-
"@jupyter-notebook/terminal-extension": "~7.4.3",
23-
"@jupyter-notebook/tree": "~7.4.3",
24-
"@jupyter-notebook/tree-extension": "~7.4.3",
25-
"@jupyter-notebook/ui-components": "~7.4.3",
15+
"@jupyter-notebook/application": "~7.4.4",
16+
"@jupyter-notebook/application-extension": "~7.4.4",
17+
"@jupyter-notebook/console-extension": "~7.4.4",
18+
"@jupyter-notebook/docmanager-extension": "~7.4.4",
19+
"@jupyter-notebook/documentsearch-extension": "~7.4.4",
20+
"@jupyter-notebook/help-extension": "~7.4.4",
21+
"@jupyter-notebook/notebook-extension": "~7.4.4",
22+
"@jupyter-notebook/terminal-extension": "~7.4.4",
23+
"@jupyter-notebook/tree": "~7.4.4",
24+
"@jupyter-notebook/tree-extension": "~7.4.4",
25+
"@jupyter-notebook/ui-components": "~7.4.4",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.0.4",
@@ -125,17 +125,17 @@
125125
"yjs": "~13.6.8"
126126
},
127127
"dependencies": {
128-
"@jupyter-notebook/application": "^7.4.3",
129-
"@jupyter-notebook/application-extension": "^7.4.3",
130-
"@jupyter-notebook/console-extension": "^7.4.3",
131-
"@jupyter-notebook/docmanager-extension": "^7.4.3",
132-
"@jupyter-notebook/documentsearch-extension": "^7.4.3",
133-
"@jupyter-notebook/help-extension": "^7.4.3",
134-
"@jupyter-notebook/notebook-extension": "^7.4.3",
135-
"@jupyter-notebook/terminal-extension": "^7.4.3",
136-
"@jupyter-notebook/tree": "^7.4.3",
137-
"@jupyter-notebook/tree-extension": "^7.4.3",
138-
"@jupyter-notebook/ui-components": "^7.4.3",
128+
"@jupyter-notebook/application": "^7.4.4",
129+
"@jupyter-notebook/application-extension": "^7.4.4",
130+
"@jupyter-notebook/console-extension": "^7.4.4",
131+
"@jupyter-notebook/docmanager-extension": "^7.4.4",
132+
"@jupyter-notebook/documentsearch-extension": "^7.4.4",
133+
"@jupyter-notebook/help-extension": "^7.4.4",
134+
"@jupyter-notebook/notebook-extension": "^7.4.4",
135+
"@jupyter-notebook/terminal-extension": "^7.4.4",
136+
"@jupyter-notebook/tree": "^7.4.4",
137+
"@jupyter-notebook/tree-extension": "^7.4.4",
138+
"@jupyter-notebook/ui-components": "^7.4.4",
139139
"@jupyterlab/application-extension": "~4.4.4",
140140
"@jupyterlab/apputils-extension": "~4.4.4",
141141
"@jupyterlab/attachments": "~4.4.4",

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

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

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

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

packages/help-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/help-extension",
3-
"version": "7.4.3",
3+
"version": "7.4.4",
44
"description": "Jupyter Notebook - Help 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/ui-components": "^7.4.3",
41+
"@jupyter-notebook/ui-components": "^7.4.4",
4242
"@jupyterlab/application": "~4.4.4",
4343
"@jupyterlab/apputils": "~4.5.4",
4444
"@jupyterlab/mainmenu": "~4.4.4",

packages/lab-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/lab-extension",
3-
"version": "7.4.3",
3+
"version": "7.4.4",
44
"description": "Jupyter Notebook - Lab Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -43,7 +43,7 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyter-notebook/application": "^7.4.3",
46+
"@jupyter-notebook/application": "^7.4.4",
4747
"@jupyterlab/application": "~4.4.4",
4848
"@jupyterlab/apputils": "~4.5.4",
4949
"@jupyterlab/coreutils": "~6.4.4",

packages/notebook-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/notebook-extension",
3-
"version": "7.4.3",
3+
"version": "7.4.4",
44
"description": "Jupyter Notebook - Notebook 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.3",
41+
"@jupyter-notebook/application": "^7.4.4",
4242
"@jupyterlab/application": "~4.4.4",
4343
"@jupyterlab/apputils": "~4.5.4",
4444
"@jupyterlab/cells": "~4.4.4",

packages/terminal-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/terminal-extension",
3-
"version": "7.4.3",
3+
"version": "7.4.4",
44
"description": "Jupyter Notebook - Terminal 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.3",
41+
"@jupyter-notebook/application": "^7.4.4",
4242
"@jupyterlab/application": "~4.4.4",
4343
"@jupyterlab/coreutils": "~6.4.4",
4444
"@jupyterlab/terminal": "~4.4.4",

packages/tree-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/tree-extension",
3-
"version": "7.4.3",
3+
"version": "7.4.4",
44
"description": "Jupyter Notebook - Tree 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.3",
42-
"@jupyter-notebook/tree": "^7.4.3",
41+
"@jupyter-notebook/application": "^7.4.4",
42+
"@jupyter-notebook/tree": "^7.4.4",
4343
"@jupyterlab/application": "~4.4.4",
4444
"@jupyterlab/apputils": "~4.5.4",
4545
"@jupyterlab/coreutils": "~6.4.4",

packages/tree/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/tree",
3-
"version": "7.4.3",
3+
"version": "7.4.4",
44
"description": "Jupyter Notebook - Tree",
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.3",
41+
"@jupyter-notebook/application": "^7.4.4",
4242
"@jupyterlab/application": "~4.4.4",
4343
"@jupyterlab/apputils": "~4.5.4",
4444
"@jupyterlab/coreutils": "~6.4.4",

packages/ui-components/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/ui-components",
3-
"version": "7.4.3",
3+
"version": "7.4.4",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)