Skip to content

Commit 9678c18

Browse files
committed
Publish 7.4.0b1
SHA256 hashes: jupyter-notebook-application-7.4.0-beta.1.tgz: b9c20169ece28959493b665131be2d45287c12c2f9ebd6d0cc999f14e11bdf41 jupyter-notebook-application-extension-7.4.0-beta.1.tgz: bf5a93d37543ce580ffdfcfcc013fe3870c147cf5ed8bc338451dcf484a2a857 jupyter-notebook-console-extension-7.4.0-beta.1.tgz: 60ad43d20a5710b420542f5a38c4142f02aa3aee15965db661fb60c2843e86e1 jupyter-notebook-docmanager-extension-7.4.0-beta.1.tgz: 36e64e639e8a87e76b30203fb752996ce5bd4eaef32775c8e76a7e1dc7a28a61 jupyter-notebook-documentsearch-extension-7.4.0-beta.1.tgz: 484b0a6ee82d3072c481279549c9e6d1a1ab896824db88fb51fea0ab4c888a17 jupyter-notebook-help-extension-7.4.0-beta.1.tgz: 6331c8a74ab75a3eab3847f4cab827ce92bdb18276e95178fcbab294dc2714a5 jupyter-notebook-lab-extension-7.4.0-beta.1.tgz: c397dc8bf1c800a947b61f4c20797d41b35e84a75912c6c0ebdd4ccd2083601c jupyter-notebook-notebook-extension-7.4.0-beta.1.tgz: f1a51e46fad8d61c1e1f54fd1cc892c31e9951d93420b560d0335203c1ec400a jupyter-notebook-terminal-extension-7.4.0-beta.1.tgz: 5a93c1109c9fbbf9af95622ce05c9ee49a9cf1100816337d2e0d8e14c838f3c8 jupyter-notebook-tree-7.4.0-beta.1.tgz: 1070e2422250f792dec3525ca787a62af6d61b7ef43dc601c40aaa79c815b21a jupyter-notebook-tree-extension-7.4.0-beta.1.tgz: 78c6a6cd5283e27c939b370d21f5dfaf617f4523605be186f8ccddd8863381ba jupyter-notebook-ui-components-7.4.0-beta.1.tgz: 8da49625a218f86b2eaecf0a00a119dc8faa33d293b600cf2ba128488336c101 notebook-7.4.0b1-py3-none-any.whl: b0d499cc4bfb11591a8022bea5382616b3ec24e8f91d833952234cc8b73a22f7 notebook-7.4.0b1.tar.gz: 946a3e514d7faacebeeaba156138a22c2adbc1047aa2943dd6740d2ad8b8c6b4
1 parent 6d06d97 commit 9678c18

File tree

18 files changed

+132
-111
lines changed

18 files changed

+132
-111
lines changed

CHANGELOG.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,29 @@ You can open JupyterLab by clicking on `View > Open JupyterLab`.
7575

7676
<!-- <START NEW CHANGELOG ENTRY> -->
7777

78+
## 7.4.0b1
79+
80+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.0...6d06d97302bd1bb77e25864214ade2277f2e50d4))
81+
82+
### Enhancements made
83+
84+
- Update to JupyterLab `v4.4.0b1` [#7607](https://github.com/jupyter/notebook/pull/7607) ([@jtpio](https://github.com/jtpio))
85+
86+
### Maintenance and upkeep improvements
87+
88+
- Update `@babel` dependencies [#7605](https://github.com/jupyter/notebook/pull/7605) ([@jtpio](https://github.com/jtpio))
89+
- Add devcontainer support, backed by pixi [#7602](https://github.com/jupyter/notebook/pull/7602) ([@jtpio](https://github.com/jtpio))
90+
- Manual dependabot bumps [#7599](https://github.com/jupyter/notebook/pull/7599) ([@jtpio](https://github.com/jtpio))
91+
- Bump vega-selections from 5.4.1 to 5.5.0 in /ui-tests [#7592](https://github.com/jupyter/notebook/pull/7592) ([@dependabot](https://github.com/dependabot))
92+
93+
### Contributors to this release
94+
95+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-02-20&to=2025-03-14&type=c))
96+
97+
[@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2025-02-20..2025-03-14&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-02-20..2025-03-14&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-02-20..2025-03-14&type=Issues)
98+
99+
<!-- <END NEW CHANGELOG ENTRY> -->
100+
78101
## 7.4.0b0
79102

80103
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.3...48243197bbd004555008cd7cfa14c907147aceca))
@@ -89,8 +112,6 @@ You can open JupyterLab by clicking on `View > Open JupyterLab`.
89112

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

92-
<!-- <END NEW CHANGELOG ENTRY> -->
93-
94115
## 7.4.0a3
95116

96117
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.2...48e52c759ffec0cea47dfef59f48d8e9fa6112d3))

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.0-beta.0",
3+
"version": "7.4.0-beta.1",
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.0",
16-
"@jupyter-notebook/application-extension": "~7.4.0-beta.0",
17-
"@jupyter-notebook/console-extension": "~7.4.0-beta.0",
18-
"@jupyter-notebook/docmanager-extension": "~7.4.0-beta.0",
19-
"@jupyter-notebook/documentsearch-extension": "~7.4.0-beta.0",
20-
"@jupyter-notebook/help-extension": "~7.4.0-beta.0",
21-
"@jupyter-notebook/notebook-extension": "~7.4.0-beta.0",
22-
"@jupyter-notebook/terminal-extension": "~7.4.0-beta.0",
23-
"@jupyter-notebook/tree": "~7.4.0-beta.0",
24-
"@jupyter-notebook/tree-extension": "~7.4.0-beta.0",
25-
"@jupyter-notebook/ui-components": "~7.4.0-beta.0",
15+
"@jupyter-notebook/application": "~7.4.0-beta.1",
16+
"@jupyter-notebook/application-extension": "~7.4.0-beta.1",
17+
"@jupyter-notebook/console-extension": "~7.4.0-beta.1",
18+
"@jupyter-notebook/docmanager-extension": "~7.4.0-beta.1",
19+
"@jupyter-notebook/documentsearch-extension": "~7.4.0-beta.1",
20+
"@jupyter-notebook/help-extension": "~7.4.0-beta.1",
21+
"@jupyter-notebook/notebook-extension": "~7.4.0-beta.1",
22+
"@jupyter-notebook/terminal-extension": "~7.4.0-beta.1",
23+
"@jupyter-notebook/tree": "~7.4.0-beta.1",
24+
"@jupyter-notebook/tree-extension": "~7.4.0-beta.1",
25+
"@jupyter-notebook/ui-components": "~7.4.0-beta.1",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.0.0",
@@ -123,17 +123,17 @@
123123
"yjs": "~13.6.8"
124124
},
125125
"dependencies": {
126-
"@jupyter-notebook/application": "^7.4.0-beta.0",
127-
"@jupyter-notebook/application-extension": "^7.4.0-beta.0",
128-
"@jupyter-notebook/console-extension": "^7.4.0-beta.0",
129-
"@jupyter-notebook/docmanager-extension": "^7.4.0-beta.0",
130-
"@jupyter-notebook/documentsearch-extension": "^7.4.0-beta.0",
131-
"@jupyter-notebook/help-extension": "^7.4.0-beta.0",
132-
"@jupyter-notebook/notebook-extension": "^7.4.0-beta.0",
133-
"@jupyter-notebook/terminal-extension": "^7.4.0-beta.0",
134-
"@jupyter-notebook/tree": "^7.4.0-beta.0",
135-
"@jupyter-notebook/tree-extension": "^7.4.0-beta.0",
136-
"@jupyter-notebook/ui-components": "^7.4.0-beta.0",
126+
"@jupyter-notebook/application": "^7.4.0-beta.1",
127+
"@jupyter-notebook/application-extension": "^7.4.0-beta.1",
128+
"@jupyter-notebook/console-extension": "^7.4.0-beta.1",
129+
"@jupyter-notebook/docmanager-extension": "^7.4.0-beta.1",
130+
"@jupyter-notebook/documentsearch-extension": "^7.4.0-beta.1",
131+
"@jupyter-notebook/help-extension": "^7.4.0-beta.1",
132+
"@jupyter-notebook/notebook-extension": "^7.4.0-beta.1",
133+
"@jupyter-notebook/terminal-extension": "^7.4.0-beta.1",
134+
"@jupyter-notebook/tree": "^7.4.0-beta.1",
135+
"@jupyter-notebook/tree-extension": "^7.4.0-beta.1",
136+
"@jupyter-notebook/ui-components": "^7.4.0-beta.1",
137137
"@jupyterlab/application-extension": "~4.4.0-beta.1",
138138
"@jupyterlab/apputils-extension": "~4.4.0-beta.1",
139139
"@jupyterlab/attachments": "~4.4.0-beta.1",

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)