Skip to content

Commit 903fef5

Browse files
committed
Publish 7.4.0b3
SHA256 hashes: jupyter-notebook-application-7.4.0-beta.3.tgz: a05bfb6e838878abd78e6f1c571a02af9179ae64c17c768e1264aea26861f2e7 jupyter-notebook-application-extension-7.4.0-beta.3.tgz: 336eb7d09755c16eb496c31941f09ba3bc3395bbbd085fc532f297268b72b73d jupyter-notebook-console-extension-7.4.0-beta.3.tgz: 107fc785ae440a48ecfe4b5d5588660f71c3577b8d9e5d2829ff890655405c20 jupyter-notebook-docmanager-extension-7.4.0-beta.3.tgz: 92f53a211003c11906a0998bba2399070ca34447722ca24499d5013a877df646 jupyter-notebook-documentsearch-extension-7.4.0-beta.3.tgz: 3038185ee6002dbcaaa9b586d63ff39cd55cad6b02d2404d193636707d50ead3 jupyter-notebook-help-extension-7.4.0-beta.3.tgz: db781f01425ce1ba8e1e5ddd09c979056f40e22da62300841a28bbbbf3795fbc jupyter-notebook-lab-extension-7.4.0-beta.3.tgz: 8402bfd268d793722c39d342a447c76978824c9d654410a5a36f4bd056ca2dcc jupyter-notebook-notebook-extension-7.4.0-beta.3.tgz: 87715a175957dd3b0a59657fe44d445b6af5d74fdf33724de1c23d2de6fb787b jupyter-notebook-terminal-extension-7.4.0-beta.3.tgz: aadab50e080999207fe60f3d925c04234809573fd653aea3a67547ed93e61da4 jupyter-notebook-tree-7.4.0-beta.3.tgz: 50e88564e7886867e261f017f3f19fd4390c8ec9375926fbdabcc966fef4bb8e jupyter-notebook-tree-extension-7.4.0-beta.3.tgz: 01bc4291dce00e996d37d1aaf4d334d0de926531dcd9b837109edc5405bac6d8 jupyter-notebook-ui-components-7.4.0-beta.3.tgz: ee559b07e18c687a57d0e82540f7163f93221c8d7e560abfc7bcb1172ad83fd2 notebook-7.4.0b3-py3-none-any.whl: f63e3013a32deeea2f4e6b1c069273299a991a1843c6f49257ccba2e0177a08e notebook-7.4.0b3.tar.gz: 28694ebbe482ee5dc56540b6d6188a6919a57a8403c1a5d9748932c640b5c240
1 parent 434221c commit 903fef5

File tree

18 files changed

+127
-111
lines changed

18 files changed

+127
-111
lines changed

CHANGELOG.md

+17-2
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.0b3
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.2...434221c0fe3de3df3b4b54ed1005712e07957352))
75+
76+
### Enhancements made
77+
78+
- Update to JupyterLab v4.4.0rc0 [#7618](https://github.com/jupyter/notebook/pull/7618) ([@jtpio](https://github.com/jtpio))
79+
- Support `ServiceManagerPlugin` [#7616](https://github.com/jupyter/notebook/pull/7616) ([@jtpio](https://github.com/jtpio))
80+
81+
### Contributors to this release
82+
83+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-03-20&to=2025-03-26&type=c))
84+
85+
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-03-20..2025-03-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-03-20..2025-03-26&type=Issues)
86+
87+
<!-- <END NEW CHANGELOG ENTRY> -->
88+
7289
## 7.4.0b2
7390

7491
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.1...be2fd12f91a64796d9919ee8b8242f3093aac8a5))
@@ -88,8 +105,6 @@ or via the JSON Settings Editor in the Application Context Menu.
88105

89106
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-03-14..2025-03-20&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-03-14..2025-03-20&type=Issues)
90107

91-
<!-- <END NEW CHANGELOG ENTRY> -->
92-
93108
## 7.4.0b1
94109

95110
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.0...6d06d97302bd1bb77e25864214ade2277f2e50d4))

app/package.json

+24-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.4.0-beta.2",
3+
"version": "7.4.0-beta.3",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.0",
1414
"@codemirror/view": "~6.36.1",
15-
"@jupyter-notebook/application": "~7.4.0-beta.2",
16-
"@jupyter-notebook/application-extension": "~7.4.0-beta.2",
17-
"@jupyter-notebook/console-extension": "~7.4.0-beta.2",
18-
"@jupyter-notebook/docmanager-extension": "~7.4.0-beta.2",
19-
"@jupyter-notebook/documentsearch-extension": "~7.4.0-beta.2",
20-
"@jupyter-notebook/help-extension": "~7.4.0-beta.2",
21-
"@jupyter-notebook/notebook-extension": "~7.4.0-beta.2",
22-
"@jupyter-notebook/terminal-extension": "~7.4.0-beta.2",
23-
"@jupyter-notebook/tree": "~7.4.0-beta.2",
24-
"@jupyter-notebook/tree-extension": "~7.4.0-beta.2",
25-
"@jupyter-notebook/ui-components": "~7.4.0-beta.2",
15+
"@jupyter-notebook/application": "~7.4.0-beta.3",
16+
"@jupyter-notebook/application-extension": "~7.4.0-beta.3",
17+
"@jupyter-notebook/console-extension": "~7.4.0-beta.3",
18+
"@jupyter-notebook/docmanager-extension": "~7.4.0-beta.3",
19+
"@jupyter-notebook/documentsearch-extension": "~7.4.0-beta.3",
20+
"@jupyter-notebook/help-extension": "~7.4.0-beta.3",
21+
"@jupyter-notebook/notebook-extension": "~7.4.0-beta.3",
22+
"@jupyter-notebook/terminal-extension": "~7.4.0-beta.3",
23+
"@jupyter-notebook/tree": "~7.4.0-beta.3",
24+
"@jupyter-notebook/tree-extension": "~7.4.0-beta.3",
25+
"@jupyter-notebook/ui-components": "~7.4.0-beta.3",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.0.0",
@@ -85,6 +85,7 @@
8585
"@jupyterlab/rendermime-interfaces": "~3.12.0-rc.0",
8686
"@jupyterlab/running-extension": "~4.4.0-rc.0",
8787
"@jupyterlab/services": "~7.4.0-rc.0",
88+
"@jupyterlab/services-extension": "~4.4.0-rc.0",
8889
"@jupyterlab/settingeditor": "~4.4.0-rc.0",
8990
"@jupyterlab/settingeditor-extension": "~4.4.0-rc.0",
9091
"@jupyterlab/settingregistry": "~4.4.0-rc.0",
@@ -123,17 +124,17 @@
123124
"yjs": "~13.6.8"
124125
},
125126
"dependencies": {
126-
"@jupyter-notebook/application": "^7.4.0-beta.2",
127-
"@jupyter-notebook/application-extension": "^7.4.0-beta.2",
128-
"@jupyter-notebook/console-extension": "^7.4.0-beta.2",
129-
"@jupyter-notebook/docmanager-extension": "^7.4.0-beta.2",
130-
"@jupyter-notebook/documentsearch-extension": "^7.4.0-beta.2",
131-
"@jupyter-notebook/help-extension": "^7.4.0-beta.2",
132-
"@jupyter-notebook/notebook-extension": "^7.4.0-beta.2",
133-
"@jupyter-notebook/terminal-extension": "^7.4.0-beta.2",
134-
"@jupyter-notebook/tree": "^7.4.0-beta.2",
135-
"@jupyter-notebook/tree-extension": "^7.4.0-beta.2",
136-
"@jupyter-notebook/ui-components": "^7.4.0-beta.2",
127+
"@jupyter-notebook/application": "^7.4.0-beta.3",
128+
"@jupyter-notebook/application-extension": "^7.4.0-beta.3",
129+
"@jupyter-notebook/console-extension": "^7.4.0-beta.3",
130+
"@jupyter-notebook/docmanager-extension": "^7.4.0-beta.3",
131+
"@jupyter-notebook/documentsearch-extension": "^7.4.0-beta.3",
132+
"@jupyter-notebook/help-extension": "^7.4.0-beta.3",
133+
"@jupyter-notebook/notebook-extension": "^7.4.0-beta.3",
134+
"@jupyter-notebook/terminal-extension": "^7.4.0-beta.3",
135+
"@jupyter-notebook/tree": "^7.4.0-beta.3",
136+
"@jupyter-notebook/tree-extension": "^7.4.0-beta.3",
137+
"@jupyter-notebook/ui-components": "^7.4.0-beta.3",
137138
"@jupyterlab/application-extension": "~4.4.0-rc.0",
138139
"@jupyterlab/apputils-extension": "~4.4.0-rc.0",
139140
"@jupyterlab/attachments": "~4.4.0-rc.0",

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

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.0-beta.2",
3+
"version": "7.4.0-beta.3",
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.0-beta.2",
3+
"version": "7.4.0-beta.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.0-beta.2",
41+
"@jupyter-notebook/application": "^7.4.0-beta.3",
4242
"@jupyterlab/application": "~4.4.0-rc.0",
4343
"@jupyterlab/console": "~4.4.0-rc.0",
4444
"@jupyterlab/coreutils": "~6.4.0-rc.0",

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.0-beta.2",
3+
"version": "7.4.0-beta.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.0-beta.2",
41+
"@jupyter-notebook/application": "^7.4.0-beta.3",
4242
"@jupyterlab/application": "~4.4.0-rc.0",
4343
"@jupyterlab/coreutils": "~6.4.0-rc.0",
4444
"@jupyterlab/docmanager": "~4.4.0-rc.0",

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.0-beta.2",
3+
"version": "7.4.0-beta.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.0-beta.2",
41+
"@jupyter-notebook/application": "^7.4.0-beta.3",
4242
"@jupyterlab/application": "~4.4.0-rc.0",
4343
"@jupyterlab/documentsearch": "~4.4.0-rc.0",
4444
"@lumino/widgets": "^2.5.0"

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.0-beta.2",
3+
"version": "7.4.0-beta.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.0-beta.2",
41+
"@jupyter-notebook/ui-components": "^7.4.0-beta.3",
4242
"@jupyterlab/application": "~4.4.0-rc.0",
4343
"@jupyterlab/apputils": "~4.5.0-rc.0",
4444
"@jupyterlab/mainmenu": "~4.4.0-rc.0",

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.0-beta.2",
3+
"version": "7.4.0-beta.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.0-beta.2",
46+
"@jupyter-notebook/application": "^7.4.0-beta.3",
4747
"@jupyterlab/application": "~4.4.0-rc.0",
4848
"@jupyterlab/apputils": "~4.5.0-rc.0",
4949
"@jupyterlab/coreutils": "~6.4.0-rc.0",

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.0-beta.2",
3+
"version": "7.4.0-beta.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.0-beta.2",
41+
"@jupyter-notebook/application": "^7.4.0-beta.3",
4242
"@jupyterlab/application": "~4.4.0-rc.0",
4343
"@jupyterlab/apputils": "~4.5.0-rc.0",
4444
"@jupyterlab/cells": "~4.4.0-rc.0",

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.0-beta.2",
3+
"version": "7.4.0-beta.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.0-beta.2",
41+
"@jupyter-notebook/application": "^7.4.0-beta.3",
4242
"@jupyterlab/application": "~4.4.0-rc.0",
4343
"@jupyterlab/coreutils": "~6.4.0-rc.0",
4444
"@jupyterlab/terminal": "~4.4.0-rc.0",

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.0-beta.2",
3+
"version": "7.4.0-beta.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.0-beta.2",
42-
"@jupyter-notebook/tree": "^7.4.0-beta.2",
41+
"@jupyter-notebook/application": "^7.4.0-beta.3",
42+
"@jupyter-notebook/tree": "^7.4.0-beta.3",
4343
"@jupyterlab/application": "~4.4.0-rc.0",
4444
"@jupyterlab/apputils": "~4.5.0-rc.0",
4545
"@jupyterlab/coreutils": "~6.4.0-rc.0",

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.0-beta.2",
3+
"version": "7.4.0-beta.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.0-beta.2",
41+
"@jupyter-notebook/application": "^7.4.0-beta.3",
4242
"@jupyterlab/application": "~4.4.0-rc.0",
4343
"@jupyterlab/apputils": "~4.5.0-rc.0",
4444
"@jupyterlab/coreutils": "~6.4.0-rc.0",

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

0 commit comments

Comments
 (0)