Skip to content

Commit ab63d5c

Browse files
committed
Publish 7.4.0b2
SHA256 hashes: jupyter-notebook-application-7.4.0-beta.2.tgz: 107063c02d5e8b3f9e4e8353452b93a82440a09848bf52e9e31f26247d362644 jupyter-notebook-application-extension-7.4.0-beta.2.tgz: 13fd7779c9d59da37656c536b3d7299239ff3eff1ebe3557e52a178c2ff6ee17 jupyter-notebook-console-extension-7.4.0-beta.2.tgz: 02a7b499bc697c44dcdb03497fcef181313c82988c17bd8eb78fd47847e86e85 jupyter-notebook-docmanager-extension-7.4.0-beta.2.tgz: 43daf73aa91ac64916ae47c81ccaacafbc8bde6bf29346d08954f10aa6433453 jupyter-notebook-documentsearch-extension-7.4.0-beta.2.tgz: 584136e9ab4e4a1dd2427842a553d06e64c60228c8b5666d33797069e4b4ce90 jupyter-notebook-help-extension-7.4.0-beta.2.tgz: 91dc9b5c9897dca49c1825d118602cd709dd6fbcc64d66ff80688057c864e7ef jupyter-notebook-lab-extension-7.4.0-beta.2.tgz: 2ad443f029658050c2ed86bc8f529b9f22f1242259586f5e695c21d73f395cd2 jupyter-notebook-notebook-extension-7.4.0-beta.2.tgz: 50225a7db8f14f09b3a43917eb2a83e998af56b8adfc7cad7649353c45809704 jupyter-notebook-terminal-extension-7.4.0-beta.2.tgz: 1e4b024e682abd9b4a393c1d1efed491bb691acb9a66f7d5b5f33d9d4091f2b4 jupyter-notebook-tree-7.4.0-beta.2.tgz: c12af45581b146f8f483f47077dc1b6b737f04f8fa8c8a63e0c5f2681910ce35 jupyter-notebook-tree-extension-7.4.0-beta.2.tgz: a7808bce6e6d2063de5b85e289f447b95480cf6a7858167e66612a494ab15323 jupyter-notebook-ui-components-7.4.0-beta.2.tgz: 10eeec81bca5103463e044cd1ddf8ee6f6decd60c2d3c079b04496ff822cca7a notebook-7.4.0b2-py3-none-any.whl: 5941d9c591f81385eed62220a9a9a7dab1469ed2fd361076b274e575bebf0f62 notebook-7.4.0b2.tar.gz: 7e10818a131403133c8c6fe374e540bcb6b7400f3a617683b92f73df9db0d616
1 parent be2fd12 commit ab63d5c

File tree

18 files changed

+130
-111
lines changed

18 files changed

+130
-111
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,27 @@ or via the JSON Settings Editor in the Application Context Menu.
6969

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

72+
## 7.4.0b2
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.1...be2fd12f91a64796d9919ee8b8242f3093aac8a5))
75+
76+
### Maintenance and upkeep improvements
77+
78+
- Update to JupyterLab v4.4.0b2 [#7614](https://github.com/jupyter/notebook/pull/7614) ([@jtpio](https://github.com/jtpio))
79+
- Add pixi step to the update workflow [#7608](https://github.com/jupyter/notebook/pull/7608) ([@jtpio](https://github.com/jtpio))
80+
81+
### Documentation improvements
82+
83+
- User facing changelog for 7.4 [#7612](https://github.com/jupyter/notebook/pull/7612) ([@jtpio](https://github.com/jtpio))
84+
85+
### Contributors to this release
86+
87+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-03-14&to=2025-03-20&type=c))
88+
89+
[@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)
90+
91+
<!-- <END NEW CHANGELOG ENTRY> -->
92+
7293
## 7.4.0b1
7394

7495
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-beta.0...6d06d97302bd1bb77e25864214ade2277f2e50d4))
@@ -90,8 +111,6 @@ or via the JSON Settings Editor in the Application Context Menu.
90111

91112
[@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)
92113

93-
<!-- <END NEW CHANGELOG ENTRY> -->
94-
95114
## 7.4.0b0
96115

97116
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.3...48243197bbd004555008cd7cfa14c907147aceca))

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.1",
3+
"version": "7.4.0-beta.2",
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.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",
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",
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.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",
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",
137137
"@jupyterlab/application-extension": "~4.4.0-beta.2",
138138
"@jupyterlab/apputils-extension": "~4.4.0-beta.2",
139139
"@jupyterlab/attachments": "~4.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.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.0b1"
9+
__version__ = "7.4.0b2"
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.1",
3+
"version": "7.4.0-beta.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.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"
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"
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.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
42-
"@jupyter-notebook/ui-components": "^7.4.0-beta.1",
41+
"@jupyter-notebook/application": "^7.4.0-beta.2",
42+
"@jupyter-notebook/ui-components": "^7.4.0-beta.2",
4343
"@jupyterlab/application": "~4.4.0-beta.2",
4444
"@jupyterlab/apputils": "~4.5.0-beta.2",
4545
"@jupyterlab/codeeditor": "~4.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
41+
"@jupyter-notebook/application": "^7.4.0-beta.2",
4242
"@jupyterlab/application": "~4.4.0-beta.2",
4343
"@jupyterlab/console": "~4.4.0-beta.2",
4444
"@jupyterlab/coreutils": "~6.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
41+
"@jupyter-notebook/application": "^7.4.0-beta.2",
4242
"@jupyterlab/application": "~4.4.0-beta.2",
4343
"@jupyterlab/coreutils": "~6.4.0-beta.2",
4444
"@jupyterlab/docmanager": "~4.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
41+
"@jupyter-notebook/application": "^7.4.0-beta.2",
4242
"@jupyterlab/application": "~4.4.0-beta.2",
4343
"@jupyterlab/documentsearch": "~4.4.0-beta.2",
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.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
41+
"@jupyter-notebook/ui-components": "^7.4.0-beta.2",
4242
"@jupyterlab/application": "~4.4.0-beta.2",
4343
"@jupyterlab/apputils": "~4.5.0-beta.2",
4444
"@jupyterlab/mainmenu": "~4.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
46+
"@jupyter-notebook/application": "^7.4.0-beta.2",
4747
"@jupyterlab/application": "~4.4.0-beta.2",
4848
"@jupyterlab/apputils": "~4.5.0-beta.2",
4949
"@jupyterlab/coreutils": "~6.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
41+
"@jupyter-notebook/application": "^7.4.0-beta.2",
4242
"@jupyterlab/application": "~4.4.0-beta.2",
4343
"@jupyterlab/apputils": "~4.5.0-beta.2",
4444
"@jupyterlab/cells": "~4.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
41+
"@jupyter-notebook/application": "^7.4.0-beta.2",
4242
"@jupyterlab/application": "~4.4.0-beta.2",
4343
"@jupyterlab/coreutils": "~6.4.0-beta.2",
4444
"@jupyterlab/terminal": "~4.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
42-
"@jupyter-notebook/tree": "^7.4.0-beta.1",
41+
"@jupyter-notebook/application": "^7.4.0-beta.2",
42+
"@jupyter-notebook/tree": "^7.4.0-beta.2",
4343
"@jupyterlab/application": "~4.4.0-beta.2",
4444
"@jupyterlab/apputils": "~4.5.0-beta.2",
4545
"@jupyterlab/coreutils": "~6.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.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.0-beta.1",
41+
"@jupyter-notebook/application": "^7.4.0-beta.2",
4242
"@jupyterlab/application": "~4.4.0-beta.2",
4343
"@jupyterlab/apputils": "~4.5.0-beta.2",
4444
"@jupyterlab/coreutils": "~6.4.0-beta.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.0-beta.1",
3+
"version": "7.4.0-beta.2",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)