Skip to content

Commit 9c70c13

Browse files
committed
Publish 7.3.0a0
SHA256 hashes: jupyter-notebook-application-7.3.0-alpha.0.tgz: 76bfae1133584d8bf7661754a8f03b38562db7c559cde9622044a2ef0b0c36d6 jupyter-notebook-application-extension-7.3.0-alpha.0.tgz: 78fa8e0f43c1a52e0142a147b8a6ed1fd877d1d944167b1eec648c1247d39d82 jupyter-notebook-console-extension-7.3.0-alpha.0.tgz: f445537ad3520b5edd077d3bf3177090d66fd85650c0eb83bd4d2c8ea2dfb5c0 jupyter-notebook-docmanager-extension-7.3.0-alpha.0.tgz: 6451b13f0dcbad7f0aeef5bbf1d86aad02a8393ba0d911dc93fe89b254d1ac39 jupyter-notebook-documentsearch-extension-7.3.0-alpha.0.tgz: fad0b3c2fa42f443ebb65f955642e98842db113cdfc4c1d5c02637e9c31721b4 jupyter-notebook-help-extension-7.3.0-alpha.0.tgz: f99394744eb9e2abedaa9325fa055519adcb5ad2809f7b94a903a2a7e42e2c46 jupyter-notebook-lab-extension-7.3.0-alpha.0.tgz: f78e839c6008a179a9939e1c0d0fe25d4bda04ecfd240a8be8ba601658732541 jupyter-notebook-notebook-extension-7.3.0-alpha.0.tgz: b36f49531f0e9692baadaf8850de12fc04e6baf2b3faa25922e5e798226051aa jupyter-notebook-terminal-extension-7.3.0-alpha.0.tgz: a822fb548f713ecac49f4fcf5dec978cd8504c7586924be64bfe8985dc95dfc4 jupyter-notebook-tree-7.3.0-alpha.0.tgz: d49f38c6324b74fb898dd8e20d6dae9aae4ca637fa3f8ba91b706853ef521966 jupyter-notebook-tree-extension-7.3.0-alpha.0.tgz: c2c068b75e7ac44f06e59aeb7d967099e2431c225424d656246bec4bd9e43a18 jupyter-notebook-ui-components-7.3.0-alpha.0.tgz: 5aded24d52c90869f4d1f5e887a542318963dccbd460f5e2563deb131e2a8531 notebook-7.3.0a0-py3-none-any.whl: 88aa0deb4b59521c673c13c45591fbb8df09f66ad109a688d87a70d809a9af39 notebook-7.3.0a0.tar.gz: c390daba5d0c307b05b18cb9a5d4417e73525a0d9a0e353d598c5c6aefe49218
1 parent 1a03b9d commit 9c70c13

File tree

18 files changed

+219
-190
lines changed

18 files changed

+219
-190
lines changed

CHANGELOG.md

+31-2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,37 @@ A new theme, JupyterLab Dark High Contrast, which is intended to benefit users w
4242

4343
<!-- <START NEW CHANGELOG ENTRY> -->
4444

45+
## 7.3.0a0
46+
47+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.0...1a03b9d8e502f8177684e39d7b627bed1c772bb2))
48+
49+
### Enhancements made
50+
51+
- Support custom page_data_hook function [#7387](https://github.com/jupyter/notebook/pull/7387) ([@bluestealth](https://github.com/bluestealth))
52+
- Add missing "Open..." file menu [#7385](https://github.com/jupyter/notebook/pull/7385) ([@martinRenou](https://github.com/martinRenou))
53+
- Duplicate notebook menu option [#7374](https://github.com/jupyter/notebook/pull/7374) ([@JasonWeill](https://github.com/JasonWeill))
54+
55+
### Bugs fixed
56+
57+
- "Close and Shut Down Notebook" shuts down without the confirmation dialog [#7384](https://github.com/jupyter/notebook/pull/7384) ([@JasonWeill](https://github.com/JasonWeill))
58+
- Adds message about building code before running 'develop' [#7382](https://github.com/jupyter/notebook/pull/7382) ([@JasonWeill](https://github.com/JasonWeill))
59+
60+
### Maintenance and upkeep improvements
61+
62+
- Update to JupyterLab 4.3.0a0 [#7378](https://github.com/jupyter/notebook/pull/7378) ([@jtpio](https://github.com/jtpio))
63+
64+
### Documentation improvements
65+
66+
- Adds message about building code before running 'develop' [#7382](https://github.com/jupyter/notebook/pull/7382) ([@JasonWeill](https://github.com/JasonWeill))
67+
68+
### Contributors to this release
69+
70+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-05-16&to=2024-05-31&type=c))
71+
72+
[@bluestealth](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abluestealth+updated%3A2024-05-16..2024-05-31&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-05-16..2024-05-31&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2024-05-16..2024-05-31&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-05-16..2024-05-31&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AmartinRenou+updated%3A2024-05-16..2024-05-31&type=Issues)
73+
74+
<!-- <END NEW CHANGELOG ENTRY> -->
75+
4576
## 7.2.0
4677

4778
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.2...31bf294e85175bbf39816a90dc8858dedaf73bde))
@@ -82,8 +113,6 @@ A new theme, JupyterLab Dark High Contrast, which is intended to benefit users w
82113

83114
[@afeld](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aafeld+updated%3A2024-03-14..2024-05-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-03-14..2024-05-16&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2024-03-14..2024-05-16&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-03-14..2024-05-16&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-03-14..2024-05-16&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-03-14..2024-05-16&type=Issues) | [@takluyver](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atakluyver+updated%3A2024-03-14..2024-05-16&type=Issues)
84115

85-
<!-- <END NEW CHANGELOG ENTRY> -->
86-
87116
## 7.2.0rc1
88117

89118
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.2.0rc0...f5d8aea3bdc3eea25213792f9d101738f2a1f627))

app/package.json

+102-102
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.2.0",
3+
"version": "7.3.0-alpha.0",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -11,97 +11,97 @@
1111
},
1212
"resolutions": {
1313
"@codemirror/state": "~6.4.1",
14-
"@codemirror/view": "~6.26.1",
15-
"@jupyter-notebook/application": "~7.2.0",
16-
"@jupyter-notebook/application-extension": "~7.2.0",
17-
"@jupyter-notebook/console-extension": "~7.2.0",
18-
"@jupyter-notebook/docmanager-extension": "~7.2.0",
19-
"@jupyter-notebook/documentsearch-extension": "~7.2.0",
20-
"@jupyter-notebook/help-extension": "~7.2.0",
21-
"@jupyter-notebook/notebook-extension": "~7.2.0",
22-
"@jupyter-notebook/terminal-extension": "~7.2.0",
23-
"@jupyter-notebook/tree": "~7.2.0",
24-
"@jupyter-notebook/tree-extension": "~7.2.0",
25-
"@jupyter-notebook/ui-components": "~7.2.0",
14+
"@codemirror/view": "~6.26.3",
15+
"@jupyter-notebook/application": "~7.3.0-alpha.0",
16+
"@jupyter-notebook/application-extension": "~7.3.0-alpha.0",
17+
"@jupyter-notebook/console-extension": "~7.3.0-alpha.0",
18+
"@jupyter-notebook/docmanager-extension": "~7.3.0-alpha.0",
19+
"@jupyter-notebook/documentsearch-extension": "~7.3.0-alpha.0",
20+
"@jupyter-notebook/help-extension": "~7.3.0-alpha.0",
21+
"@jupyter-notebook/notebook-extension": "~7.3.0-alpha.0",
22+
"@jupyter-notebook/terminal-extension": "~7.3.0-alpha.0",
23+
"@jupyter-notebook/tree": "~7.3.0-alpha.0",
24+
"@jupyter-notebook/tree-extension": "~7.3.0-alpha.0",
25+
"@jupyter-notebook/ui-components": "~7.3.0-alpha.0",
2626
"@jupyter/ydoc": "~2.0.1",
27-
"@jupyterlab/application": "~4.2.0",
28-
"@jupyterlab/application-extension": "~4.2.0",
29-
"@jupyterlab/apputils": "~4.3.0",
30-
"@jupyterlab/apputils-extension": "~4.2.0",
31-
"@jupyterlab/attachments": "~4.2.0",
32-
"@jupyterlab/cell-toolbar": "~4.2.0",
33-
"@jupyterlab/cell-toolbar-extension": "~4.2.0",
34-
"@jupyterlab/celltags-extension": "~4.2.0",
35-
"@jupyterlab/codeeditor": "~4.2.0",
36-
"@jupyterlab/codemirror": "~4.2.0",
37-
"@jupyterlab/codemirror-extension": "~4.2.0",
38-
"@jupyterlab/completer": "~4.2.0",
39-
"@jupyterlab/completer-extension": "~4.2.0",
40-
"@jupyterlab/console": "~4.2.0",
41-
"@jupyterlab/console-extension": "~4.2.0",
42-
"@jupyterlab/coreutils": "~6.2.0",
43-
"@jupyterlab/csvviewer-extension": "~4.2.0",
44-
"@jupyterlab/debugger": "~4.2.0",
45-
"@jupyterlab/debugger-extension": "~4.2.0",
46-
"@jupyterlab/docmanager": "~4.2.0",
47-
"@jupyterlab/docmanager-extension": "~4.2.0",
48-
"@jupyterlab/documentsearch": "~4.2.0",
49-
"@jupyterlab/documentsearch-extension": "~4.2.0",
50-
"@jupyterlab/extensionmanager": "~4.2.0",
51-
"@jupyterlab/extensionmanager-extension": "~4.2.0",
52-
"@jupyterlab/filebrowser": "~4.2.0",
53-
"@jupyterlab/filebrowser-extension": "~4.2.0",
54-
"@jupyterlab/fileeditor": "~4.2.0",
55-
"@jupyterlab/fileeditor-extension": "~4.2.0",
56-
"@jupyterlab/help-extension": "~4.2.0",
57-
"@jupyterlab/htmlviewer": "~4.2.0",
58-
"@jupyterlab/htmlviewer-extension": "~4.2.0",
59-
"@jupyterlab/hub-extension": "~4.2.0",
60-
"@jupyterlab/imageviewer": "~4.2.0",
61-
"@jupyterlab/imageviewer-extension": "~4.2.0",
62-
"@jupyterlab/javascript-extension": "~4.2.0",
63-
"@jupyterlab/json-extension": "~4.2.0",
64-
"@jupyterlab/lsp": "~4.2.0",
65-
"@jupyterlab/lsp-extension": "~4.2.0",
66-
"@jupyterlab/mainmenu": "~4.2.0",
67-
"@jupyterlab/mainmenu-extension": "~4.2.0",
68-
"@jupyterlab/markdownviewer": "~4.2.0",
69-
"@jupyterlab/markdownviewer-extension": "~4.2.0",
70-
"@jupyterlab/markedparser-extension": "~4.2.0",
71-
"@jupyterlab/mathjax-extension": "~4.2.0",
72-
"@jupyterlab/mermaid": "~4.2.0",
73-
"@jupyterlab/mermaid-extension": "~4.2.0",
74-
"@jupyterlab/metadataform": "~4.2.0",
75-
"@jupyterlab/metadataform-extension": "~4.2.0",
76-
"@jupyterlab/notebook": "~4.2.0",
77-
"@jupyterlab/notebook-extension": "~4.2.0",
78-
"@jupyterlab/observables": "~5.2.0",
79-
"@jupyterlab/outputarea": "~4.2.0",
80-
"@jupyterlab/pdf-extension": "~4.2.0",
81-
"@jupyterlab/pluginmanager-extension": "~4.2.0",
82-
"@jupyterlab/rendermime": "~4.2.0",
83-
"@jupyterlab/rendermime-interfaces": "~3.10.0",
84-
"@jupyterlab/running-extension": "~4.2.0",
85-
"@jupyterlab/services": "~7.2.0",
86-
"@jupyterlab/settingeditor": "~4.2.0",
87-
"@jupyterlab/settingeditor-extension": "~4.2.0",
88-
"@jupyterlab/settingregistry": "~4.2.0",
89-
"@jupyterlab/shortcuts-extension": "~5.0.0",
90-
"@jupyterlab/statedb": "~4.2.0",
91-
"@jupyterlab/statusbar": "~4.2.0",
92-
"@jupyterlab/terminal": "~4.2.0",
93-
"@jupyterlab/terminal-extension": "~4.2.0",
94-
"@jupyterlab/theme-dark-extension": "~4.2.0",
95-
"@jupyterlab/theme-dark-high-contrast-extension": "~4.2.0",
96-
"@jupyterlab/theme-light-extension": "~4.2.0",
97-
"@jupyterlab/toc-extension": "~6.2.0",
98-
"@jupyterlab/tooltip": "~4.2.0",
99-
"@jupyterlab/tooltip-extension": "~4.2.0",
100-
"@jupyterlab/translation": "~4.2.0",
101-
"@jupyterlab/translation-extension": "~4.2.0",
102-
"@jupyterlab/ui-components": "~4.2.0",
103-
"@jupyterlab/ui-components-extension": "~4.2.0",
104-
"@jupyterlab/vega5-extension": "~4.2.0",
27+
"@jupyterlab/application": "~4.3.0-alpha.0",
28+
"@jupyterlab/application-extension": "~4.3.0-alpha.0",
29+
"@jupyterlab/apputils": "~4.4.0-alpha.0",
30+
"@jupyterlab/apputils-extension": "~4.3.0-alpha.0",
31+
"@jupyterlab/attachments": "~4.3.0-alpha.0",
32+
"@jupyterlab/cell-toolbar": "~4.3.0-alpha.0",
33+
"@jupyterlab/cell-toolbar-extension": "~4.3.0-alpha.0",
34+
"@jupyterlab/celltags-extension": "~4.3.0-alpha.0",
35+
"@jupyterlab/codeeditor": "~4.3.0-alpha.0",
36+
"@jupyterlab/codemirror": "~4.3.0-alpha.0",
37+
"@jupyterlab/codemirror-extension": "~4.3.0-alpha.0",
38+
"@jupyterlab/completer": "~4.3.0-alpha.0",
39+
"@jupyterlab/completer-extension": "~4.3.0-alpha.0",
40+
"@jupyterlab/console": "~4.3.0-alpha.0",
41+
"@jupyterlab/console-extension": "~4.3.0-alpha.0",
42+
"@jupyterlab/coreutils": "~6.3.0-alpha.0",
43+
"@jupyterlab/csvviewer-extension": "~4.3.0-alpha.0",
44+
"@jupyterlab/debugger": "~4.3.0-alpha.0",
45+
"@jupyterlab/debugger-extension": "~4.3.0-alpha.0",
46+
"@jupyterlab/docmanager": "~4.3.0-alpha.0",
47+
"@jupyterlab/docmanager-extension": "~4.3.0-alpha.0",
48+
"@jupyterlab/documentsearch": "~4.3.0-alpha.0",
49+
"@jupyterlab/documentsearch-extension": "~4.3.0-alpha.0",
50+
"@jupyterlab/extensionmanager": "~4.3.0-alpha.0",
51+
"@jupyterlab/extensionmanager-extension": "~4.3.0-alpha.0",
52+
"@jupyterlab/filebrowser": "~4.3.0-alpha.0",
53+
"@jupyterlab/filebrowser-extension": "~4.3.0-alpha.0",
54+
"@jupyterlab/fileeditor": "~4.3.0-alpha.0",
55+
"@jupyterlab/fileeditor-extension": "~4.3.0-alpha.0",
56+
"@jupyterlab/help-extension": "~4.3.0-alpha.0",
57+
"@jupyterlab/htmlviewer": "~4.3.0-alpha.0",
58+
"@jupyterlab/htmlviewer-extension": "~4.3.0-alpha.0",
59+
"@jupyterlab/hub-extension": "~4.3.0-alpha.0",
60+
"@jupyterlab/imageviewer": "~4.3.0-alpha.0",
61+
"@jupyterlab/imageviewer-extension": "~4.3.0-alpha.0",
62+
"@jupyterlab/javascript-extension": "~4.3.0-alpha.0",
63+
"@jupyterlab/json-extension": "~4.3.0-alpha.0",
64+
"@jupyterlab/lsp": "~4.3.0-alpha.0",
65+
"@jupyterlab/lsp-extension": "~4.3.0-alpha.0",
66+
"@jupyterlab/mainmenu": "~4.3.0-alpha.0",
67+
"@jupyterlab/mainmenu-extension": "~4.3.0-alpha.0",
68+
"@jupyterlab/markdownviewer": "~4.3.0-alpha.0",
69+
"@jupyterlab/markdownviewer-extension": "~4.3.0-alpha.0",
70+
"@jupyterlab/markedparser-extension": "~4.3.0-alpha.0",
71+
"@jupyterlab/mathjax-extension": "~4.3.0-alpha.0",
72+
"@jupyterlab/mermaid": "~4.3.0-alpha.0",
73+
"@jupyterlab/mermaid-extension": "~4.3.0-alpha.0",
74+
"@jupyterlab/metadataform": "~4.3.0-alpha.0",
75+
"@jupyterlab/metadataform-extension": "~4.3.0-alpha.0",
76+
"@jupyterlab/notebook": "~4.3.0-alpha.0",
77+
"@jupyterlab/notebook-extension": "~4.3.0-alpha.0",
78+
"@jupyterlab/observables": "~5.3.0-alpha.0",
79+
"@jupyterlab/outputarea": "~4.3.0-alpha.0",
80+
"@jupyterlab/pdf-extension": "~4.3.0-alpha.0",
81+
"@jupyterlab/pluginmanager-extension": "~4.3.0-alpha.0",
82+
"@jupyterlab/rendermime": "~4.3.0-alpha.0",
83+
"@jupyterlab/rendermime-interfaces": "~3.11.0-alpha.0",
84+
"@jupyterlab/running-extension": "~4.3.0-alpha.0",
85+
"@jupyterlab/services": "~7.3.0-alpha.0",
86+
"@jupyterlab/settingeditor": "~4.3.0-alpha.0",
87+
"@jupyterlab/settingeditor-extension": "~4.3.0-alpha.0",
88+
"@jupyterlab/settingregistry": "~4.3.0-alpha.0",
89+
"@jupyterlab/shortcuts-extension": "~5.1.0-alpha.0",
90+
"@jupyterlab/statedb": "~4.3.0-alpha.0",
91+
"@jupyterlab/statusbar": "~4.3.0-alpha.0",
92+
"@jupyterlab/terminal": "~4.3.0-alpha.0",
93+
"@jupyterlab/terminal-extension": "~4.3.0-alpha.0",
94+
"@jupyterlab/theme-dark-extension": "~4.3.0-alpha.0",
95+
"@jupyterlab/theme-dark-high-contrast-extension": "~4.3.0-alpha.0",
96+
"@jupyterlab/theme-light-extension": "~4.3.0-alpha.0",
97+
"@jupyterlab/toc-extension": "~6.3.0-alpha.0",
98+
"@jupyterlab/tooltip": "~4.3.0-alpha.0",
99+
"@jupyterlab/tooltip-extension": "~4.3.0-alpha.0",
100+
"@jupyterlab/translation": "~4.3.0-alpha.0",
101+
"@jupyterlab/translation-extension": "~4.3.0-alpha.0",
102+
"@jupyterlab/ui-components": "~4.3.0-alpha.0",
103+
"@jupyterlab/ui-components-extension": "~4.3.0-alpha.0",
104+
"@jupyterlab/vega5-extension": "~4.3.0-alpha.0",
105105
"@lezer/common": "~1.2.1",
106106
"@lezer/highlight": "~1.2.0",
107107
"@lumino/algorithm": "~2.0.1",
@@ -121,17 +121,17 @@
121121
"yjs": "~13.6.8"
122122
},
123123
"dependencies": {
124-
"@jupyter-notebook/application": "^7.2.0",
125-
"@jupyter-notebook/application-extension": "^7.2.0",
126-
"@jupyter-notebook/console-extension": "^7.2.0",
127-
"@jupyter-notebook/docmanager-extension": "^7.2.0",
128-
"@jupyter-notebook/documentsearch-extension": "^7.2.0",
129-
"@jupyter-notebook/help-extension": "^7.2.0",
130-
"@jupyter-notebook/notebook-extension": "^7.2.0",
131-
"@jupyter-notebook/terminal-extension": "^7.2.0",
132-
"@jupyter-notebook/tree": "^7.2.0",
133-
"@jupyter-notebook/tree-extension": "^7.2.0",
134-
"@jupyter-notebook/ui-components": "^7.2.0",
124+
"@jupyter-notebook/application": "^7.3.0-alpha.0",
125+
"@jupyter-notebook/application-extension": "^7.3.0-alpha.0",
126+
"@jupyter-notebook/console-extension": "^7.3.0-alpha.0",
127+
"@jupyter-notebook/docmanager-extension": "^7.3.0-alpha.0",
128+
"@jupyter-notebook/documentsearch-extension": "^7.3.0-alpha.0",
129+
"@jupyter-notebook/help-extension": "^7.3.0-alpha.0",
130+
"@jupyter-notebook/notebook-extension": "^7.3.0-alpha.0",
131+
"@jupyter-notebook/terminal-extension": "^7.3.0-alpha.0",
132+
"@jupyter-notebook/tree": "^7.3.0-alpha.0",
133+
"@jupyter-notebook/tree-extension": "^7.3.0-alpha.0",
134+
"@jupyter-notebook/ui-components": "^7.3.0-alpha.0",
135135
"@jupyterlab/application-extension": "~4.3.0-alpha.0",
136136
"@jupyterlab/apputils-extension": "~4.3.0-alpha.0",
137137
"@jupyterlab/attachments": "~4.3.0-alpha.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.2.0",
3+
"version": "7.3.0-alpha.0",
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
@@ -5,7 +5,7 @@
55
from collections import namedtuple
66

77
# Use "hatch version xx.yy.zz" to handle version changes
8-
__version__ = "7.2.0"
8+
__version__ = "7.3.0a0"
99

1010
# PEP440 version parser
1111
_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.2.0",
3+
"version": "7.3.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.2.0",
24-
"@jupyter-notebook/application-extension": "^7.2.0",
25-
"@jupyter-notebook/console-extension": "^7.2.0",
26-
"@jupyter-notebook/docmanager-extension": "^7.2.0",
27-
"@jupyter-notebook/documentsearch-extension": "^7.2.0",
28-
"@jupyter-notebook/help-extension": "^7.2.0",
29-
"@jupyter-notebook/lab-extension": "^7.2.0",
30-
"@jupyter-notebook/notebook-extension": "^7.2.0",
31-
"@jupyter-notebook/terminal-extension": "^7.2.0",
32-
"@jupyter-notebook/tree": "^7.2.0",
33-
"@jupyter-notebook/tree-extension": "^7.2.0",
34-
"@jupyter-notebook/ui-components": "^7.2.0"
23+
"@jupyter-notebook/application": "^7.3.0-alpha.0",
24+
"@jupyter-notebook/application-extension": "^7.3.0-alpha.0",
25+
"@jupyter-notebook/console-extension": "^7.3.0-alpha.0",
26+
"@jupyter-notebook/docmanager-extension": "^7.3.0-alpha.0",
27+
"@jupyter-notebook/documentsearch-extension": "^7.3.0-alpha.0",
28+
"@jupyter-notebook/help-extension": "^7.3.0-alpha.0",
29+
"@jupyter-notebook/lab-extension": "^7.3.0-alpha.0",
30+
"@jupyter-notebook/notebook-extension": "^7.3.0-alpha.0",
31+
"@jupyter-notebook/terminal-extension": "^7.3.0-alpha.0",
32+
"@jupyter-notebook/tree": "^7.3.0-alpha.0",
33+
"@jupyter-notebook/tree-extension": "^7.3.0-alpha.0",
34+
"@jupyter-notebook/ui-components": "^7.3.0-alpha.0"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.0.2"

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.2.0",
3+
"version": "7.3.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.2.0",
42-
"@jupyter-notebook/ui-components": "^7.2.0",
41+
"@jupyter-notebook/application": "^7.3.0-alpha.0",
42+
"@jupyter-notebook/ui-components": "^7.3.0-alpha.0",
4343
"@jupyterlab/application": "~4.3.0-alpha.0",
4444
"@jupyterlab/apputils": "~4.4.0-alpha.0",
4545
"@jupyterlab/codeeditor": "~4.3.0-alpha.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.2.0",
3+
"version": "7.3.0-alpha.0",
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.2.0",
3+
"version": "7.3.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.2.0",
41+
"@jupyter-notebook/application": "^7.3.0-alpha.0",
4242
"@jupyterlab/application": "~4.3.0-alpha.0",
4343
"@jupyterlab/console": "~4.3.0-alpha.0",
4444
"@jupyterlab/coreutils": "~6.3.0-alpha.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.2.0",
3+
"version": "7.3.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.2.0",
41+
"@jupyter-notebook/application": "^7.3.0-alpha.0",
4242
"@jupyterlab/application": "~4.3.0-alpha.0",
4343
"@jupyterlab/coreutils": "~6.3.0-alpha.0",
4444
"@jupyterlab/docmanager": "~4.3.0-alpha.0",

0 commit comments

Comments
 (0)