Skip to content

Commit 9836de4

Browse files
committed
Publish 7.6.0a0
SHA256 hashes: jupyter-notebook-application-7.6.0-alpha.0.tgz: cbac43a7b501aee4a58c5cf2df6f2b91a7dff4ed528255d0b4d25df0aa6813fe jupyter-notebook-application-extension-7.6.0-alpha.0.tgz: 575ebff25c5be8e25218d14765103a715b1ef2f1e37a2686da6353fb5e23c880 jupyter-notebook-console-extension-7.6.0-alpha.0.tgz: 90122adb4ddd7fa357d79bcd97b175ed046072efbc3e47dfa1042105424acdaa jupyter-notebook-docmanager-extension-7.6.0-alpha.0.tgz: 43c87ce87d745744504df4f6f9751ca6c65768448d1ec111776bef8eae2361b4 jupyter-notebook-documentsearch-extension-7.6.0-alpha.0.tgz: 6d1ed659255f1a82901696ed897db32f6e63c86635c222dcbecdc8fdff1d7074 jupyter-notebook-help-extension-7.6.0-alpha.0.tgz: 5251d5f8a49053a828be970273077ecdb292632cd3d51b1763a923df934b0ba4 jupyter-notebook-lab-extension-7.6.0-alpha.0.tgz: 3be94ebe9a3c7f2a943cffee485ca605f6eb676c5af5a8a87e4daa6790f94b92 jupyter-notebook-notebook-extension-7.6.0-alpha.0.tgz: 34d996bdbff616828fe47c32ffd0a3e8107f9e1f9a7e1af155969665d1d37450 jupyter-notebook-terminal-extension-7.6.0-alpha.0.tgz: e2d3b6e96054dfb1abaf8b2d7a703b6da429f1b1ac88a4557d762df345041a7d jupyter-notebook-tree-7.6.0-alpha.0.tgz: 62ac4cb42dc93793502c4a1fe874f75b720678f28da20b9a139e22e7b972084d jupyter-notebook-tree-extension-7.6.0-alpha.0.tgz: d5d0ba9d1a2fc9e3d0a6deb30a4fc9baf7baa7f3ad30f176c1eb764a4f91e1d9 jupyter-notebook-ui-components-7.6.0-alpha.0.tgz: badea106597d5bd72cc18265913e9c1b27400ec2c2ad514804eec60f95f47f4d notebook-7.6.0a0-py3-none-any.whl: ba75de7a8851b392efc91501bb85036cc7858783ecedc4eeb729e3212bc75903 notebook-7.6.0a0.tar.gz: 464928a3b28a392d7446876a54eaaa02621f43a0871c05b2c0a89ca0a3691462
1 parent e7f5e5d commit 9836de4

File tree

18 files changed

+211
-193
lines changed

18 files changed

+211
-193
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,26 @@ Python 3.8 support has been dropped in this release.
7777

7878
<!-- <START NEW CHANGELOG ENTRY> -->
7979

80+
## 7.6.0a0
81+
82+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.1...e7f5e5d50ea18b0b17fe8a9df674025fcc6ab5d1))
83+
84+
### Maintenance and upkeep improvements
85+
86+
- Bump systeminformation from 5.23.14 to 5.27.14 in /ui-tests [#7788](https://github.com/jupyter/notebook/pull/7788) ([@jtpio](https://github.com/jtpio))
87+
- Update to JupyterLab `4.6.0a0` [#7787](https://github.com/jupyter/notebook/pull/7787) ([@jtpio](https://github.com/jtpio))
88+
89+
### Contributors to this release
90+
91+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
92+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
93+
94+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-12-16&to=2025-12-17&type=c))
95+
96+
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-12-16..2025-12-17&type=Issues))
97+
98+
<!-- <END NEW CHANGELOG ENTRY> -->
99+
80100
## 7.5.1
81101

82102
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.0...fccf56801be0a27a3de76c00d2710a941f255b10))
@@ -102,8 +122,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
102122

103123
@arjxn-py ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aarjxn-py+updated%3A2025-11-19..2025-12-16&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-11-19..2025-12-16&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2025-11-19..2025-12-16&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AmartinRenou+updated%3A2025-11-19..2025-12-16&type=Issues))
104124

105-
<!-- <END NEW CHANGELOG ENTRY> -->
106-
107125
## 7.5.0
108126

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

app/package.json

Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.5.1",
3+
"version": "7.6.0-alpha.0",
44
"private": true,
55
"scripts": {
66
"build": "rspack",
@@ -12,102 +12,102 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.2",
1414
"@codemirror/view": "~6.38.1",
15-
"@jupyter-notebook/application": "~7.5.1",
16-
"@jupyter-notebook/application-extension": "~7.5.1",
17-
"@jupyter-notebook/console-extension": "~7.5.1",
18-
"@jupyter-notebook/docmanager-extension": "~7.5.1",
19-
"@jupyter-notebook/documentsearch-extension": "~7.5.1",
20-
"@jupyter-notebook/help-extension": "~7.5.1",
21-
"@jupyter-notebook/notebook-extension": "~7.5.1",
22-
"@jupyter-notebook/terminal-extension": "~7.5.1",
23-
"@jupyter-notebook/tree": "~7.5.1",
24-
"@jupyter-notebook/tree-extension": "~7.5.1",
25-
"@jupyter-notebook/ui-components": "~7.5.1",
15+
"@jupyter-notebook/application": "~7.6.0-alpha.0",
16+
"@jupyter-notebook/application-extension": "~7.6.0-alpha.0",
17+
"@jupyter-notebook/console-extension": "~7.6.0-alpha.0",
18+
"@jupyter-notebook/docmanager-extension": "~7.6.0-alpha.0",
19+
"@jupyter-notebook/documentsearch-extension": "~7.6.0-alpha.0",
20+
"@jupyter-notebook/help-extension": "~7.6.0-alpha.0",
21+
"@jupyter-notebook/notebook-extension": "~7.6.0-alpha.0",
22+
"@jupyter-notebook/terminal-extension": "~7.6.0-alpha.0",
23+
"@jupyter-notebook/tree": "~7.6.0-alpha.0",
24+
"@jupyter-notebook/tree-extension": "~7.6.0-alpha.0",
25+
"@jupyter-notebook/ui-components": "~7.6.0-alpha.0",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.1.0",
29-
"@jupyterlab/application": "~4.5.1",
30-
"@jupyterlab/application-extension": "~4.5.1",
31-
"@jupyterlab/apputils": "~4.6.1",
32-
"@jupyterlab/apputils-extension": "~4.5.1",
33-
"@jupyterlab/attachments": "~4.5.1",
34-
"@jupyterlab/audio-extension": "~4.5.1",
35-
"@jupyterlab/cell-toolbar": "~4.5.1",
36-
"@jupyterlab/cell-toolbar-extension": "~4.5.1",
37-
"@jupyterlab/celltags-extension": "~4.5.1",
38-
"@jupyterlab/codeeditor": "~4.5.1",
39-
"@jupyterlab/codemirror": "~4.5.1",
40-
"@jupyterlab/codemirror-extension": "~4.5.1",
41-
"@jupyterlab/completer": "~4.5.1",
42-
"@jupyterlab/completer-extension": "~4.5.1",
43-
"@jupyterlab/console": "~4.5.1",
44-
"@jupyterlab/console-extension": "~4.5.1",
45-
"@jupyterlab/coreutils": "~6.5.1",
46-
"@jupyterlab/csvviewer-extension": "~4.5.1",
47-
"@jupyterlab/debugger": "~4.5.1",
48-
"@jupyterlab/debugger-extension": "~4.5.1",
49-
"@jupyterlab/docmanager": "~4.5.1",
50-
"@jupyterlab/docmanager-extension": "~4.5.1",
51-
"@jupyterlab/documentsearch": "~4.5.1",
52-
"@jupyterlab/documentsearch-extension": "~4.5.1",
53-
"@jupyterlab/extensionmanager": "~4.5.1",
54-
"@jupyterlab/extensionmanager-extension": "~4.5.1",
55-
"@jupyterlab/filebrowser": "~4.5.1",
56-
"@jupyterlab/filebrowser-extension": "~4.5.1",
57-
"@jupyterlab/fileeditor": "~4.5.1",
58-
"@jupyterlab/fileeditor-extension": "~4.5.1",
59-
"@jupyterlab/help-extension": "~4.5.1",
60-
"@jupyterlab/htmlviewer": "~4.5.1",
61-
"@jupyterlab/htmlviewer-extension": "~4.5.1",
62-
"@jupyterlab/hub-extension": "~4.5.1",
63-
"@jupyterlab/imageviewer": "~4.5.1",
64-
"@jupyterlab/imageviewer-extension": "~4.5.1",
65-
"@jupyterlab/javascript-extension": "~4.5.1",
66-
"@jupyterlab/json-extension": "~4.5.1",
67-
"@jupyterlab/logconsole-extension": "~4.5.1",
68-
"@jupyterlab/lsp": "~4.5.1",
69-
"@jupyterlab/lsp-extension": "~4.5.1",
70-
"@jupyterlab/mainmenu": "~4.5.1",
71-
"@jupyterlab/mainmenu-extension": "~4.5.1",
72-
"@jupyterlab/markdownviewer": "~4.5.1",
73-
"@jupyterlab/markdownviewer-extension": "~4.5.1",
74-
"@jupyterlab/markedparser-extension": "~4.5.1",
75-
"@jupyterlab/mathjax-extension": "~4.5.1",
76-
"@jupyterlab/mermaid": "~4.5.1",
77-
"@jupyterlab/mermaid-extension": "~4.5.1",
78-
"@jupyterlab/metadataform": "~4.5.1",
79-
"@jupyterlab/metadataform-extension": "~4.5.1",
80-
"@jupyterlab/notebook": "~4.5.1",
81-
"@jupyterlab/notebook-extension": "~4.5.1",
82-
"@jupyterlab/observables": "~5.5.1",
83-
"@jupyterlab/outputarea": "~4.5.1",
84-
"@jupyterlab/pdf-extension": "~4.5.1",
85-
"@jupyterlab/pluginmanager-extension": "~4.5.1",
86-
"@jupyterlab/rendermime": "~4.5.1",
87-
"@jupyterlab/rendermime-interfaces": "~3.13.1",
88-
"@jupyterlab/running-extension": "~4.5.1",
89-
"@jupyterlab/services": "~7.5.1",
90-
"@jupyterlab/services-extension": "~4.5.1",
91-
"@jupyterlab/settingeditor": "~4.5.1",
92-
"@jupyterlab/settingeditor-extension": "~4.5.1",
93-
"@jupyterlab/settingregistry": "~4.5.1",
94-
"@jupyterlab/shortcuts-extension": "~5.3.1",
95-
"@jupyterlab/statedb": "~4.5.1",
96-
"@jupyterlab/statusbar": "~4.5.1",
97-
"@jupyterlab/terminal": "~4.5.1",
98-
"@jupyterlab/terminal-extension": "~4.5.1",
99-
"@jupyterlab/theme-dark-extension": "~4.5.1",
100-
"@jupyterlab/theme-dark-high-contrast-extension": "~4.5.1",
101-
"@jupyterlab/theme-light-extension": "~4.5.1",
102-
"@jupyterlab/toc-extension": "~6.5.1",
103-
"@jupyterlab/tooltip": "~4.5.1",
104-
"@jupyterlab/tooltip-extension": "~4.5.1",
105-
"@jupyterlab/translation": "~4.5.1",
106-
"@jupyterlab/translation-extension": "~4.5.1",
107-
"@jupyterlab/ui-components": "~4.5.1",
108-
"@jupyterlab/ui-components-extension": "~4.5.1",
109-
"@jupyterlab/vega5-extension": "~4.5.1",
110-
"@jupyterlab/video-extension": "~4.5.1",
29+
"@jupyterlab/application": "~4.6.0-alpha.0",
30+
"@jupyterlab/application-extension": "~4.6.0-alpha.0",
31+
"@jupyterlab/apputils": "~4.7.0-alpha.0",
32+
"@jupyterlab/apputils-extension": "~4.6.0-alpha.0",
33+
"@jupyterlab/attachments": "~4.6.0-alpha.0",
34+
"@jupyterlab/audio-extension": "~4.6.0-alpha.0",
35+
"@jupyterlab/cell-toolbar": "~4.6.0-alpha.0",
36+
"@jupyterlab/cell-toolbar-extension": "~4.6.0-alpha.0",
37+
"@jupyterlab/celltags-extension": "~4.6.0-alpha.0",
38+
"@jupyterlab/codeeditor": "~4.6.0-alpha.0",
39+
"@jupyterlab/codemirror": "~4.6.0-alpha.0",
40+
"@jupyterlab/codemirror-extension": "~4.6.0-alpha.0",
41+
"@jupyterlab/completer": "~4.6.0-alpha.0",
42+
"@jupyterlab/completer-extension": "~4.6.0-alpha.0",
43+
"@jupyterlab/console": "~4.6.0-alpha.0",
44+
"@jupyterlab/console-extension": "~4.6.0-alpha.0",
45+
"@jupyterlab/coreutils": "~6.6.0-alpha.0",
46+
"@jupyterlab/csvviewer-extension": "~4.6.0-alpha.0",
47+
"@jupyterlab/debugger": "~4.6.0-alpha.0",
48+
"@jupyterlab/debugger-extension": "~4.6.0-alpha.0",
49+
"@jupyterlab/docmanager": "~4.6.0-alpha.0",
50+
"@jupyterlab/docmanager-extension": "~4.6.0-alpha.0",
51+
"@jupyterlab/documentsearch": "~4.6.0-alpha.0",
52+
"@jupyterlab/documentsearch-extension": "~4.6.0-alpha.0",
53+
"@jupyterlab/extensionmanager": "~4.6.0-alpha.0",
54+
"@jupyterlab/extensionmanager-extension": "~4.6.0-alpha.0",
55+
"@jupyterlab/filebrowser": "~4.6.0-alpha.0",
56+
"@jupyterlab/filebrowser-extension": "~4.6.0-alpha.0",
57+
"@jupyterlab/fileeditor": "~4.6.0-alpha.0",
58+
"@jupyterlab/fileeditor-extension": "~4.6.0-alpha.0",
59+
"@jupyterlab/help-extension": "~4.6.0-alpha.0",
60+
"@jupyterlab/htmlviewer": "~4.6.0-alpha.0",
61+
"@jupyterlab/htmlviewer-extension": "~4.6.0-alpha.0",
62+
"@jupyterlab/hub-extension": "~4.6.0-alpha.0",
63+
"@jupyterlab/imageviewer": "~4.6.0-alpha.0",
64+
"@jupyterlab/imageviewer-extension": "~4.6.0-alpha.0",
65+
"@jupyterlab/javascript-extension": "~4.6.0-alpha.0",
66+
"@jupyterlab/json-extension": "~4.6.0-alpha.0",
67+
"@jupyterlab/logconsole-extension": "~4.6.0-alpha.0",
68+
"@jupyterlab/lsp": "~4.6.0-alpha.0",
69+
"@jupyterlab/lsp-extension": "~4.6.0-alpha.0",
70+
"@jupyterlab/mainmenu": "~4.6.0-alpha.0",
71+
"@jupyterlab/mainmenu-extension": "~4.6.0-alpha.0",
72+
"@jupyterlab/markdownviewer": "~4.6.0-alpha.0",
73+
"@jupyterlab/markdownviewer-extension": "~4.6.0-alpha.0",
74+
"@jupyterlab/markedparser-extension": "~4.6.0-alpha.0",
75+
"@jupyterlab/mathjax-extension": "~4.6.0-alpha.0",
76+
"@jupyterlab/mermaid": "~4.6.0-alpha.0",
77+
"@jupyterlab/mermaid-extension": "~4.6.0-alpha.0",
78+
"@jupyterlab/metadataform": "~4.6.0-alpha.0",
79+
"@jupyterlab/metadataform-extension": "~4.6.0-alpha.0",
80+
"@jupyterlab/notebook": "~4.6.0-alpha.0",
81+
"@jupyterlab/notebook-extension": "~4.6.0-alpha.0",
82+
"@jupyterlab/observables": "~5.6.0-alpha.0",
83+
"@jupyterlab/outputarea": "~4.6.0-alpha.0",
84+
"@jupyterlab/pdf-extension": "~4.6.0-alpha.0",
85+
"@jupyterlab/pluginmanager-extension": "~4.6.0-alpha.0",
86+
"@jupyterlab/rendermime": "~4.6.0-alpha.0",
87+
"@jupyterlab/rendermime-interfaces": "~3.14.0-alpha.0",
88+
"@jupyterlab/running-extension": "~4.6.0-alpha.0",
89+
"@jupyterlab/services": "~7.6.0-alpha.0",
90+
"@jupyterlab/services-extension": "~4.6.0-alpha.0",
91+
"@jupyterlab/settingeditor": "~4.6.0-alpha.0",
92+
"@jupyterlab/settingeditor-extension": "~4.6.0-alpha.0",
93+
"@jupyterlab/settingregistry": "~4.6.0-alpha.0",
94+
"@jupyterlab/shortcuts-extension": "~5.4.0-alpha.0",
95+
"@jupyterlab/statedb": "~4.6.0-alpha.0",
96+
"@jupyterlab/statusbar": "~4.6.0-alpha.0",
97+
"@jupyterlab/terminal": "~4.6.0-alpha.0",
98+
"@jupyterlab/terminal-extension": "~4.6.0-alpha.0",
99+
"@jupyterlab/theme-dark-extension": "~4.6.0-alpha.0",
100+
"@jupyterlab/theme-dark-high-contrast-extension": "~4.6.0-alpha.0",
101+
"@jupyterlab/theme-light-extension": "~4.6.0-alpha.0",
102+
"@jupyterlab/toc-extension": "~6.6.0-alpha.0",
103+
"@jupyterlab/tooltip": "~4.6.0-alpha.0",
104+
"@jupyterlab/tooltip-extension": "~4.6.0-alpha.0",
105+
"@jupyterlab/translation": "~4.6.0-alpha.0",
106+
"@jupyterlab/translation-extension": "~4.6.0-alpha.0",
107+
"@jupyterlab/ui-components": "~4.6.0-alpha.0",
108+
"@jupyterlab/ui-components-extension": "~4.6.0-alpha.0",
109+
"@jupyterlab/vega5-extension": "~4.6.0-alpha.0",
110+
"@jupyterlab/video-extension": "~4.6.0-alpha.0",
111111
"@lezer/common": "~1.2.1",
112112
"@lezer/highlight": "~1.2.0",
113113
"@lumino/algorithm": "~2.0.4",
@@ -127,17 +127,17 @@
127127
"yjs": "~13.6.8"
128128
},
129129
"dependencies": {
130-
"@jupyter-notebook/application": "^7.5.1",
131-
"@jupyter-notebook/application-extension": "^7.5.1",
132-
"@jupyter-notebook/console-extension": "^7.5.1",
133-
"@jupyter-notebook/docmanager-extension": "^7.5.1",
134-
"@jupyter-notebook/documentsearch-extension": "^7.5.1",
135-
"@jupyter-notebook/help-extension": "^7.5.1",
136-
"@jupyter-notebook/notebook-extension": "^7.5.1",
137-
"@jupyter-notebook/terminal-extension": "^7.5.1",
138-
"@jupyter-notebook/tree": "^7.5.1",
139-
"@jupyter-notebook/tree-extension": "^7.5.1",
140-
"@jupyter-notebook/ui-components": "^7.5.1",
130+
"@jupyter-notebook/application": "^7.6.0-alpha.0",
131+
"@jupyter-notebook/application-extension": "^7.6.0-alpha.0",
132+
"@jupyter-notebook/console-extension": "^7.6.0-alpha.0",
133+
"@jupyter-notebook/docmanager-extension": "^7.6.0-alpha.0",
134+
"@jupyter-notebook/documentsearch-extension": "^7.6.0-alpha.0",
135+
"@jupyter-notebook/help-extension": "^7.6.0-alpha.0",
136+
"@jupyter-notebook/notebook-extension": "^7.6.0-alpha.0",
137+
"@jupyter-notebook/terminal-extension": "^7.6.0-alpha.0",
138+
"@jupyter-notebook/tree": "^7.6.0-alpha.0",
139+
"@jupyter-notebook/tree-extension": "^7.6.0-alpha.0",
140+
"@jupyter-notebook/ui-components": "^7.6.0-alpha.0",
141141
"@jupyterlab/application-extension": "~4.6.0-alpha.0",
142142
"@jupyterlab/apputils-extension": "~4.6.0-alpha.0",
143143
"@jupyterlab/attachments": "~4.6.0-alpha.0",

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

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.5.1",
3+
"version": "7.6.0-alpha.0",
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.5.1",
3+
"version": "7.6.0-alpha.0",
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.5.1",
41+
"@jupyter-notebook/application": "^7.6.0-alpha.0",
4242
"@jupyterlab/application": "~4.6.0-alpha.0",
4343
"@jupyterlab/console": "~4.6.0-alpha.0",
4444
"@jupyterlab/coreutils": "~6.6.0-alpha.0",

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.5.1",
3+
"version": "7.6.0-alpha.0",
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.5.1",
41+
"@jupyter-notebook/application": "^7.6.0-alpha.0",
4242
"@jupyterlab/application": "~4.6.0-alpha.0",
4343
"@jupyterlab/coreutils": "~6.6.0-alpha.0",
4444
"@jupyterlab/docmanager": "~4.6.0-alpha.0",

0 commit comments

Comments
 (0)