Skip to content

Commit 22aa6c2

Browse files
committed
Publish 7.4.2
SHA256 hashes: jupyter-notebook-application-7.4.2.tgz: 7741a66eb0e38d8598f10547a0af6a50653d3477609bb80a3c5568a2b342f769 jupyter-notebook-application-extension-7.4.2.tgz: 6af867eb55b14ec00f13bf6c7ffbb8b7b63e05add13388c024dec02696d281a8 jupyter-notebook-console-extension-7.4.2.tgz: fb1b80847f7cad1c7bd1f5fdb7cd0e388b176926a748a0f8eb68a0dfd418e26f jupyter-notebook-docmanager-extension-7.4.2.tgz: f0ba6fcd57d802a8c4e5d58fa9a6aee0987519f536e65bb5d70771026c93c356 jupyter-notebook-documentsearch-extension-7.4.2.tgz: 6aa8b91c56ecd6e4b8f364bc9b47d3f73d1a4f222794ae61a5ffada9157b705a jupyter-notebook-help-extension-7.4.2.tgz: 5633fab3ca69303d58ef5b123c467cc910a4a825390079128a64903ae5b386e1 jupyter-notebook-lab-extension-7.4.2.tgz: c7bdd8066fb5920e220e8d6ef939bb563d2b06b411f099c590511511981691bd jupyter-notebook-notebook-extension-7.4.2.tgz: 931a9c250c677776cf95bde0a2f622d3841a58d4fa1fe400d6b49e49d263309b jupyter-notebook-terminal-extension-7.4.2.tgz: d18c0744d63416c5cb7cb1c92271a2cab0d4ef5cb0b5a76726cb46c892d82080 jupyter-notebook-tree-7.4.2.tgz: 6fe4ed299d37b0c53536169e23676f208f61fc9b16b677aa69b0a4ee1647e787 jupyter-notebook-tree-extension-7.4.2.tgz: c94a57d13c47b852a978fa989ef9b1fbed3905c3e3bef39714ff13ae46e862e2 jupyter-notebook-ui-components-7.4.2.tgz: 008695f6b1b52b2d5d6b47c8cc4fb66b2254ff39d478ae67051c96e9e4fedea5 notebook-7.4.2-py3-none-any.whl: 9ccef602721aaa5530852e3064710b8ae5415c4e2ce26f8896d0433222755259 notebook-7.4.2.tar.gz: e739defd28c3f615a6bfb0a2564bd75018a9cc6613aa00bbd9c15e68eed2de1b
1 parent 0d8e60f commit 22aa6c2

File tree

18 files changed

+125
-111
lines changed

18 files changed

+125
-111
lines changed

CHANGELOG.md

+16-2
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.2
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.1...0d8e60f43fd8a2219ad12ca1156c17a64c7b7d5b))
75+
76+
### Maintenance and upkeep improvements
77+
78+
- Update to JupyterLab v4.4.2 [#7649](https://github.com/jupyter/notebook/pull/7649) ([@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-04-23&to=2025-05-06&type=c))
83+
84+
[@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)
85+
86+
<!-- <END NEW CHANGELOG ENTRY> -->
87+
7288
## 7.4.1
7389

7490
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0...cca06d9dafec94b1984d0ac91698433060b9f3f1))
@@ -84,8 +100,6 @@ or via the JSON Settings Editor in the Application Context Menu.
84100

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

87-
<!-- <END NEW CHANGELOG ENTRY> -->
88-
89103
## 7.4.0
90104

91105
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.2...fbfe36574e04b16ed7ba9303c5e819330f402f87))

app/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
16-
"@jupyter-notebook/application-extension": "~7.4.1",
17-
"@jupyter-notebook/console-extension": "~7.4.1",
18-
"@jupyter-notebook/docmanager-extension": "~7.4.1",
19-
"@jupyter-notebook/documentsearch-extension": "~7.4.1",
20-
"@jupyter-notebook/help-extension": "~7.4.1",
21-
"@jupyter-notebook/notebook-extension": "~7.4.1",
22-
"@jupyter-notebook/terminal-extension": "~7.4.1",
23-
"@jupyter-notebook/tree": "~7.4.1",
24-
"@jupyter-notebook/tree-extension": "~7.4.1",
25-
"@jupyter-notebook/ui-components": "~7.4.1",
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",
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.1",
129-
"@jupyter-notebook/application-extension": "^7.4.1",
130-
"@jupyter-notebook/console-extension": "^7.4.1",
131-
"@jupyter-notebook/docmanager-extension": "^7.4.1",
132-
"@jupyter-notebook/documentsearch-extension": "^7.4.1",
133-
"@jupyter-notebook/help-extension": "^7.4.1",
134-
"@jupyter-notebook/notebook-extension": "^7.4.1",
135-
"@jupyter-notebook/terminal-extension": "^7.4.1",
136-
"@jupyter-notebook/tree": "^7.4.1",
137-
"@jupyter-notebook/tree-extension": "^7.4.1",
138-
"@jupyter-notebook/ui-components": "^7.4.1",
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",
139139
"@jupyterlab/application-extension": "~4.4.2",
140140
"@jupyterlab/apputils-extension": "~4.4.2",
141141
"@jupyterlab/attachments": "~4.4.2",

buildutils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

notebook/_version.py

+1-1
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.1"
9+
__version__ = "7.4.2"
1010

1111
# PEP440 version parser
1212
_version_regex = re.compile(

packages/_metapackage/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
24-
"@jupyter-notebook/application-extension": "^7.4.1",
25-
"@jupyter-notebook/console-extension": "^7.4.1",
26-
"@jupyter-notebook/docmanager-extension": "^7.4.1",
27-
"@jupyter-notebook/documentsearch-extension": "^7.4.1",
28-
"@jupyter-notebook/help-extension": "^7.4.1",
29-
"@jupyter-notebook/lab-extension": "^7.4.1",
30-
"@jupyter-notebook/notebook-extension": "^7.4.1",
31-
"@jupyter-notebook/terminal-extension": "^7.4.1",
32-
"@jupyter-notebook/tree": "^7.4.1",
33-
"@jupyter-notebook/tree-extension": "^7.4.1",
34-
"@jupyter-notebook/ui-components": "^7.4.1"
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"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.5.4"

packages/application-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
42-
"@jupyter-notebook/ui-components": "^7.4.1",
41+
"@jupyter-notebook/application": "^7.4.2",
42+
"@jupyter-notebook/ui-components": "^7.4.2",
4343
"@jupyterlab/application": "~4.4.2",
4444
"@jupyterlab/apputils": "~4.5.2",
4545
"@jupyterlab/codeeditor": "~4.4.2",

packages/application/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
41+
"@jupyter-notebook/application": "^7.4.2",
4242
"@jupyterlab/application": "~4.4.2",
4343
"@jupyterlab/console": "~4.4.2",
4444
"@jupyterlab/coreutils": "~6.4.2",

packages/docmanager-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
41+
"@jupyter-notebook/application": "^7.4.2",
4242
"@jupyterlab/application": "~4.4.2",
4343
"@jupyterlab/coreutils": "~6.4.2",
4444
"@jupyterlab/docmanager": "~4.4.2",

packages/documentsearch-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
41+
"@jupyter-notebook/application": "^7.4.2",
4242
"@jupyterlab/application": "~4.4.2",
4343
"@jupyterlab/documentsearch": "~4.4.2",
4444
"@lumino/widgets": "^2.7.1"

packages/help-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/help-extension",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
41+
"@jupyter-notebook/ui-components": "^7.4.2",
4242
"@jupyterlab/application": "~4.4.2",
4343
"@jupyterlab/apputils": "~4.5.2",
4444
"@jupyterlab/mainmenu": "~4.4.2",

packages/lab-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/lab-extension",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
46+
"@jupyter-notebook/application": "^7.4.2",
4747
"@jupyterlab/application": "~4.4.2",
4848
"@jupyterlab/apputils": "~4.5.2",
4949
"@jupyterlab/coreutils": "~6.4.2",

packages/notebook-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/notebook-extension",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
41+
"@jupyter-notebook/application": "^7.4.2",
4242
"@jupyterlab/application": "~4.4.2",
4343
"@jupyterlab/apputils": "~4.5.2",
4444
"@jupyterlab/cells": "~4.4.2",

packages/terminal-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/terminal-extension",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
41+
"@jupyter-notebook/application": "^7.4.2",
4242
"@jupyterlab/application": "~4.4.2",
4343
"@jupyterlab/coreutils": "~6.4.2",
4444
"@jupyterlab/terminal": "~4.4.2",

packages/tree-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree-extension",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
42-
"@jupyter-notebook/tree": "^7.4.1",
41+
"@jupyter-notebook/application": "^7.4.2",
42+
"@jupyter-notebook/tree": "^7.4.2",
4343
"@jupyterlab/application": "~4.4.2",
4444
"@jupyterlab/apputils": "~4.5.2",
4545
"@jupyterlab/coreutils": "~6.4.2",

packages/tree/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
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.1",
41+
"@jupyter-notebook/application": "^7.4.2",
4242
"@jupyterlab/application": "~4.4.2",
4343
"@jupyterlab/apputils": "~4.5.2",
4444
"@jupyterlab/coreutils": "~6.4.2",

packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/ui-components",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)