Skip to content

Commit f128f60

Browse files
committed
Publish 7.4.3
SHA256 hashes: jupyter-notebook-application-7.4.3.tgz: f181befd3df32f2c8cb84d74c58dcff997e2e0cac9d3e8a7735c6e493361193b jupyter-notebook-application-extension-7.4.3.tgz: 1b05433d018995627c00a46348429ba4ec38492ceef6aab3df91a3dcbb10e4eb jupyter-notebook-console-extension-7.4.3.tgz: 4cd3eaa79df8e6f34cf3007d87f0ca211291118165048ea0c227bb6d3bc675f1 jupyter-notebook-docmanager-extension-7.4.3.tgz: f1ea88d63c56758e2e618bf3ef3821ec0420cd3f0a656b836fcbf5a0000f182a jupyter-notebook-documentsearch-extension-7.4.3.tgz: ac18fdedf967a81317843f826619e7907c02943029c633705e803ae8c8892837 jupyter-notebook-help-extension-7.4.3.tgz: 3bb4890a804486eab1a1f3fb5dd71ed1c09c91bf67bd0bb5cba466abb7a18639 jupyter-notebook-lab-extension-7.4.3.tgz: a70228d87465023fc7a9a68e9752df78b179433c18b219ed0d285bddb58584db jupyter-notebook-notebook-extension-7.4.3.tgz: 06ed79bc1d326e0b59cd8d9fb51c93d10fe044b08039281eb10cc0870bce21b6 jupyter-notebook-terminal-extension-7.4.3.tgz: 28f6862d6c35cdd756965c3d745350f60013ea80500dca5a8d99c23658770d74 jupyter-notebook-tree-7.4.3.tgz: b798425043488ce4ecd043af89e7b329d45961e52524b40552cd313bc1ef9d70 jupyter-notebook-tree-extension-7.4.3.tgz: 5f43fb5cf5026c3a1cf8bf81558ec9113085ad5ca7c6ad5dfe6dd2a0c95e8f3b jupyter-notebook-ui-components-7.4.3.tgz: 45ba3b1f7950046c1b32df6d21fa4a7dfaa6b1c57503e09a5dec68168e58e2b5 notebook-7.4.3-py3-none-any.whl: 9cdeee954e04101cadb195d90e2ab62b7c9286c1d4f858bf3bb54e40df16c0c3 notebook-7.4.3.tar.gz: a1567481cd3853f2610ee0ecf5dfa12bb508e878ee8f92152c134ef7f0568a76
1 parent 071d48a commit f128f60

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.3
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.2...071d48a2452bfeebcb275e6b8f0f2b067708445d))
75+
76+
### Maintenance and upkeep improvements
77+
78+
- Update to JupyterLab v4.4.3 [#7653](https://github.com/jupyter/notebook/pull/7653) ([@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-05-06&to=2025-05-26&type=c))
83+
84+
[@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)
85+
86+
<!-- <END NEW CHANGELOG ENTRY> -->
87+
7288
## 7.4.2
7389

7490
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.1...0d8e60f43fd8a2219ad12ca1156c17a64c7b7d5b))
@@ -83,8 +99,6 @@ or via the JSON Settings Editor in the Application Context Menu.
8399

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

86-
<!-- <END NEW CHANGELOG ENTRY> -->
87-
88102
## 7.4.1
89103

90104
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0...cca06d9dafec94b1984d0ac91698433060b9f3f1))

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.2",
3+
"version": "7.4.3",
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.2",
16-
"@jupyter-notebook/application-extension": "~7.4.2",
17-
"@jupyter-notebook/console-extension": "~7.4.2",
18-
"@jupyter-notebook/docmanager-extension": "~7.4.2",
19-
"@jupyter-notebook/documentsearch-extension": "~7.4.2",
20-
"@jupyter-notebook/help-extension": "~7.4.2",
21-
"@jupyter-notebook/notebook-extension": "~7.4.2",
22-
"@jupyter-notebook/terminal-extension": "~7.4.2",
23-
"@jupyter-notebook/tree": "~7.4.2",
24-
"@jupyter-notebook/tree-extension": "~7.4.2",
25-
"@jupyter-notebook/ui-components": "~7.4.2",
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",
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.2",
129-
"@jupyter-notebook/application-extension": "^7.4.2",
130-
"@jupyter-notebook/console-extension": "^7.4.2",
131-
"@jupyter-notebook/docmanager-extension": "^7.4.2",
132-
"@jupyter-notebook/documentsearch-extension": "^7.4.2",
133-
"@jupyter-notebook/help-extension": "^7.4.2",
134-
"@jupyter-notebook/notebook-extension": "^7.4.2",
135-
"@jupyter-notebook/terminal-extension": "^7.4.2",
136-
"@jupyter-notebook/tree": "^7.4.2",
137-
"@jupyter-notebook/tree-extension": "^7.4.2",
138-
"@jupyter-notebook/ui-components": "^7.4.2",
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",
139139
"@jupyterlab/application-extension": "~4.4.3",
140140
"@jupyterlab/apputils-extension": "~4.4.3",
141141
"@jupyterlab/attachments": "~4.4.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.4.2",
3+
"version": "7.4.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.4.2"
9+
__version__ = "7.4.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.4.2",
3+
"version": "7.4.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.4.2",
24-
"@jupyter-notebook/application-extension": "^7.4.2",
25-
"@jupyter-notebook/console-extension": "^7.4.2",
26-
"@jupyter-notebook/docmanager-extension": "^7.4.2",
27-
"@jupyter-notebook/documentsearch-extension": "^7.4.2",
28-
"@jupyter-notebook/help-extension": "^7.4.2",
29-
"@jupyter-notebook/lab-extension": "^7.4.2",
30-
"@jupyter-notebook/notebook-extension": "^7.4.2",
31-
"@jupyter-notebook/terminal-extension": "^7.4.2",
32-
"@jupyter-notebook/tree": "^7.4.2",
33-
"@jupyter-notebook/tree-extension": "^7.4.2",
34-
"@jupyter-notebook/ui-components": "^7.4.2"
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"
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.2",
3+
"version": "7.4.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.4.2",
42-
"@jupyter-notebook/ui-components": "^7.4.2",
41+
"@jupyter-notebook/application": "^7.4.3",
42+
"@jupyter-notebook/ui-components": "^7.4.3",
4343
"@jupyterlab/application": "~4.4.3",
4444
"@jupyterlab/apputils": "~4.5.3",
4545
"@jupyterlab/codeeditor": "~4.4.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.4.2",
3+
"version": "7.4.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.4.2",
3+
"version": "7.4.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.4.2",
41+
"@jupyter-notebook/application": "^7.4.3",
4242
"@jupyterlab/application": "~4.4.3",
4343
"@jupyterlab/console": "~4.4.3",
4444
"@jupyterlab/coreutils": "~6.4.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.4.2",
3+
"version": "7.4.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.4.2",
41+
"@jupyter-notebook/application": "^7.4.3",
4242
"@jupyterlab/application": "~4.4.3",
4343
"@jupyterlab/coreutils": "~6.4.3",
4444
"@jupyterlab/docmanager": "~4.4.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.4.2",
3+
"version": "7.4.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.4.2",
41+
"@jupyter-notebook/application": "^7.4.3",
4242
"@jupyterlab/application": "~4.4.3",
4343
"@jupyterlab/documentsearch": "~4.4.3",
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.2",
3+
"version": "7.4.3",
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.2",
41+
"@jupyter-notebook/ui-components": "^7.4.3",
4242
"@jupyterlab/application": "~4.4.3",
4343
"@jupyterlab/apputils": "~4.5.3",
4444
"@jupyterlab/mainmenu": "~4.4.3",

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.2",
3+
"version": "7.4.3",
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.2",
46+
"@jupyter-notebook/application": "^7.4.3",
4747
"@jupyterlab/application": "~4.4.3",
4848
"@jupyterlab/apputils": "~4.5.3",
4949
"@jupyterlab/coreutils": "~6.4.3",

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.2",
3+
"version": "7.4.3",
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.2",
41+
"@jupyter-notebook/application": "^7.4.3",
4242
"@jupyterlab/application": "~4.4.3",
4343
"@jupyterlab/apputils": "~4.5.3",
4444
"@jupyterlab/cells": "~4.4.3",

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.2",
3+
"version": "7.4.3",
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.2",
41+
"@jupyter-notebook/application": "^7.4.3",
4242
"@jupyterlab/application": "~4.4.3",
4343
"@jupyterlab/coreutils": "~6.4.3",
4444
"@jupyterlab/terminal": "~4.4.3",

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.2",
3+
"version": "7.4.3",
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.2",
42-
"@jupyter-notebook/tree": "^7.4.2",
41+
"@jupyter-notebook/application": "^7.4.3",
42+
"@jupyter-notebook/tree": "^7.4.3",
4343
"@jupyterlab/application": "~4.4.3",
4444
"@jupyterlab/apputils": "~4.5.3",
4545
"@jupyterlab/coreutils": "~6.4.3",

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

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

0 commit comments

Comments
 (0)