Skip to content

Commit d847b24

Browse files
committed
Publish 7.3.0
SHA256 hashes: jupyter-notebook-application-7.3.0.tgz: 91519c27a490df49b02d950e379a2e59e794e5cf40285eb6496573a2ed2c3529 jupyter-notebook-application-extension-7.3.0.tgz: e2bce1fc2fb85c51ccfa97cb527939a0c77ca1ebfedb3aaaf06801c20783a975 jupyter-notebook-console-extension-7.3.0.tgz: ec4a7130f163ddefda0635570da843281df202b04abdfa257312495b1e481e79 jupyter-notebook-docmanager-extension-7.3.0.tgz: 91e323fc08450fc855b7faaa4e7fb8a549b9a962669a8b839b13eb535da1b2af jupyter-notebook-documentsearch-extension-7.3.0.tgz: a9b8692d59111e7d4281dc4dec817a199fd29b17e04d53761e176fb583b74885 jupyter-notebook-help-extension-7.3.0.tgz: 02a6864eca1795d1ba0bc5b6677f6f40becf146e839bee3f61ca755a864aaf84 jupyter-notebook-lab-extension-7.3.0.tgz: ae2a97bb283ce5cbc92a5889b4fe4ede65dc53c70070d5354a51e7634928f296 jupyter-notebook-notebook-extension-7.3.0.tgz: 29ecab605979b5112ed105d0e957e7be4584751ef3864c0924096d3880c808a6 jupyter-notebook-terminal-extension-7.3.0.tgz: 394a59764f50393573e707aae8ae3398e22212b2fbaf9b40b1086e43d4f0ff2e jupyter-notebook-tree-7.3.0.tgz: 103c599e38fee479e27f6738fdd7991c1145090f5862ea80d85709dde31d00e5 jupyter-notebook-tree-extension-7.3.0.tgz: bbf275efaefb1c54ea33e0f6edd652ae20ecde3a6c920ad16e70021b50721d8d jupyter-notebook-ui-components-7.3.0.tgz: 1e3b0023462b0ca2840f372cacb6f2c083a670bb74e0d8464e8123d6921440aa notebook-7.3.0-py3-none-any.whl: affa2fdbc10661aa05790ba105836871666b3919559abb5bc92dd8d9f0cbeee3 notebook-7.3.0.tar.gz: e1dc37db32620b04043ae78866a40b087c43308d85067699db99e6f9e22846bc
1 parent b16eed2 commit d847b24

File tree

18 files changed

+159
-111
lines changed

18 files changed

+159
-111
lines changed

CHANGELOG.md

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,56 @@ You can open JupyterLab by clicking on `View > Open JupyterLab`.
7575

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

78+
## 7.3.0
79+
80+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.0...b16eed26eff8e357eeccbef3f3434df77fb8ab48))
81+
82+
### Enhancements made
83+
84+
- Fix for auto scroll output option [#7511](https://github.com/jupyter/notebook/pull/7511) ([@gjmooney](https://github.com/gjmooney))
85+
- Add a setting to enable the notebook to take up the full width [#7487](https://github.com/jupyter/notebook/pull/7487) ([@jtpio](https://github.com/jtpio))
86+
- Add the file filter button to the file browser toolbar [#7479](https://github.com/jupyter/notebook/pull/7479) ([@jtpio](https://github.com/jtpio))
87+
- Redirect paths from the notebooks route to the tree route if they are directories [#7446](https://github.com/jupyter/notebook/pull/7446) ([@andyscho](https://github.com/andyscho))
88+
- Update to JupyterLab `4.3.0a1` [#7416](https://github.com/jupyter/notebook/pull/7416) ([@jtpio](https://github.com/jtpio))
89+
- Support custom page_data_hook function [#7387](https://github.com/jupyter/notebook/pull/7387) ([@bluestealth](https://github.com/bluestealth))
90+
- Add missing "Open..." file menu [#7385](https://github.com/jupyter/notebook/pull/7385) ([@martinRenou](https://github.com/martinRenou))
91+
- Duplicate notebook menu option [#7374](https://github.com/jupyter/notebook/pull/7374) ([@JasonWeill](https://github.com/JasonWeill))
92+
93+
### Bugs fixed
94+
95+
- Move handling of the file browser settings to a separate plugin, enable file browser single click navigation [#7481](https://github.com/jupyter/notebook/pull/7481) ([@jtpio](https://github.com/jtpio))
96+
- Remove pseudoelement obstructing the cell collapser [#7392](https://github.com/jupyter/notebook/pull/7392) ([@krassowski](https://github.com/krassowski))
97+
- "Close and Shut Down Notebook" shuts down without the confirmation dialog [#7384](https://github.com/jupyter/notebook/pull/7384) ([@JasonWeill](https://github.com/JasonWeill))
98+
- Adds message about building code before running 'develop' [#7382](https://github.com/jupyter/notebook/pull/7382) ([@JasonWeill](https://github.com/JasonWeill))
99+
100+
### Maintenance and upkeep improvements
101+
102+
- Bump Python version used on CI [#7528](https://github.com/jupyter/notebook/pull/7528) ([@jtpio](https://github.com/jtpio))
103+
- Update to JupyterLab 4.3.2 [#7527](https://github.com/jupyter/notebook/pull/7527) ([@jtpio](https://github.com/jtpio))
104+
- Update to JupyterLab 4.3.1 [#7521](https://github.com/jupyter/notebook/pull/7521) ([@jtpio](https://github.com/jtpio))
105+
- Add webpack prod config [#7513](https://github.com/jupyter/notebook/pull/7513) ([@gjmooney](https://github.com/gjmooney))
106+
- Update to JupyterLab 4.3 final [#7507](https://github.com/jupyter/notebook/pull/7507) ([@jtpio](https://github.com/jtpio))
107+
- Update to JupyterLab `4.3.0rc1` [#7497](https://github.com/jupyter/notebook/pull/7497) ([@jtpio](https://github.com/jtpio))
108+
- Remove the `StateDB` file browser trick [#7477](https://github.com/jupyter/notebook/pull/7477) ([@jtpio](https://github.com/jtpio))
109+
- Update to JupyterLab `4.3.0rc0` [#7423](https://github.com/jupyter/notebook/pull/7423) ([@jtpio](https://github.com/jtpio))
110+
- Update to JupyterLab 4.3.0a0 [#7378](https://github.com/jupyter/notebook/pull/7378) ([@jtpio](https://github.com/jtpio))
111+
112+
### Documentation improvements
113+
114+
- Fix link to the JupyterLab 4.3 changelog [#7529](https://github.com/jupyter/notebook/pull/7529) ([@jtpio](https://github.com/jtpio))
115+
- Rename some header links to fit better [#7508](https://github.com/jupyter/notebook/pull/7508) ([@gjmooney](https://github.com/gjmooney))
116+
- Add user facing changelog for `7.3.0` [#7494](https://github.com/jupyter/notebook/pull/7494) ([@jtpio](https://github.com/jtpio))
117+
- Fix typos [#7472](https://github.com/jupyter/notebook/pull/7472) ([@algonell](https://github.com/algonell))
118+
- Adds message about building code before running 'develop' [#7382](https://github.com/jupyter/notebook/pull/7382) ([@JasonWeill](https://github.com/JasonWeill))
119+
120+
### Contributors to this release
121+
122+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-05-16&to=2024-12-04&type=c))
123+
124+
[@algonell](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aalgonell+updated%3A2024-05-16..2024-12-04&type=Issues) | [@andyscho](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandyscho+updated%3A2024-05-16..2024-12-04&type=Issues) | [@bluestealth](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abluestealth+updated%3A2024-05-16..2024-12-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-05-16..2024-12-04&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agjmooney+updated%3A2024-05-16..2024-12-04&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2024-05-16..2024-12-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-05-16..2024-12-04&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-05-16..2024-12-04&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AmartinRenou+updated%3A2024-05-16..2024-12-04&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-05-16..2024-12-04&type=Issues)
125+
126+
<!-- <END NEW CHANGELOG ENTRY> -->
127+
78128
## 7.3.0rc0
79129

80130
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.0-beta.2...b34449747a84fe0ba7951ae0fa8f2bb011444a60))
@@ -89,8 +139,6 @@ You can open JupyterLab by clicking on `View > Open JupyterLab`.
89139

90140
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-11-06..2024-11-18&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-11-06..2024-11-18&type=Issues)
91141

92-
<!-- <END NEW CHANGELOG ENTRY> -->
93-
94142
## 7.3.0b2
95143

96144
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.0-beta.1...110e728e4a239ffc7217bd07b9a50cf4eff0dff5))

app/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.3.0-rc.0",
3+
"version": "7.3.0",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.4.1",
1414
"@codemirror/view": "~6.28.3",
15-
"@jupyter-notebook/application": "~7.3.0-rc.0",
16-
"@jupyter-notebook/application-extension": "~7.3.0-rc.0",
17-
"@jupyter-notebook/console-extension": "~7.3.0-rc.0",
18-
"@jupyter-notebook/docmanager-extension": "~7.3.0-rc.0",
19-
"@jupyter-notebook/documentsearch-extension": "~7.3.0-rc.0",
20-
"@jupyter-notebook/help-extension": "~7.3.0-rc.0",
21-
"@jupyter-notebook/notebook-extension": "~7.3.0-rc.0",
22-
"@jupyter-notebook/terminal-extension": "~7.3.0-rc.0",
23-
"@jupyter-notebook/tree": "~7.3.0-rc.0",
24-
"@jupyter-notebook/tree-extension": "~7.3.0-rc.0",
25-
"@jupyter-notebook/ui-components": "~7.3.0-rc.0",
15+
"@jupyter-notebook/application": "~7.3.0",
16+
"@jupyter-notebook/application-extension": "~7.3.0",
17+
"@jupyter-notebook/console-extension": "~7.3.0",
18+
"@jupyter-notebook/docmanager-extension": "~7.3.0",
19+
"@jupyter-notebook/documentsearch-extension": "~7.3.0",
20+
"@jupyter-notebook/help-extension": "~7.3.0",
21+
"@jupyter-notebook/notebook-extension": "~7.3.0",
22+
"@jupyter-notebook/terminal-extension": "~7.3.0",
23+
"@jupyter-notebook/tree": "~7.3.0",
24+
"@jupyter-notebook/tree-extension": "~7.3.0",
25+
"@jupyter-notebook/ui-components": "~7.3.0",
2626
"@jupyter/ydoc": "~3.0.0",
2727
"@jupyterlab/application": "~4.3.2",
2828
"@jupyterlab/application-extension": "~4.3.2",
@@ -121,17 +121,17 @@
121121
"yjs": "~13.6.8"
122122
},
123123
"dependencies": {
124-
"@jupyter-notebook/application": "^7.3.0-rc.0",
125-
"@jupyter-notebook/application-extension": "^7.3.0-rc.0",
126-
"@jupyter-notebook/console-extension": "^7.3.0-rc.0",
127-
"@jupyter-notebook/docmanager-extension": "^7.3.0-rc.0",
128-
"@jupyter-notebook/documentsearch-extension": "^7.3.0-rc.0",
129-
"@jupyter-notebook/help-extension": "^7.3.0-rc.0",
130-
"@jupyter-notebook/notebook-extension": "^7.3.0-rc.0",
131-
"@jupyter-notebook/terminal-extension": "^7.3.0-rc.0",
132-
"@jupyter-notebook/tree": "^7.3.0-rc.0",
133-
"@jupyter-notebook/tree-extension": "^7.3.0-rc.0",
134-
"@jupyter-notebook/ui-components": "^7.3.0-rc.0",
124+
"@jupyter-notebook/application": "^7.3.0",
125+
"@jupyter-notebook/application-extension": "^7.3.0",
126+
"@jupyter-notebook/console-extension": "^7.3.0",
127+
"@jupyter-notebook/docmanager-extension": "^7.3.0",
128+
"@jupyter-notebook/documentsearch-extension": "^7.3.0",
129+
"@jupyter-notebook/help-extension": "^7.3.0",
130+
"@jupyter-notebook/notebook-extension": "^7.3.0",
131+
"@jupyter-notebook/terminal-extension": "^7.3.0",
132+
"@jupyter-notebook/tree": "^7.3.0",
133+
"@jupyter-notebook/tree-extension": "^7.3.0",
134+
"@jupyter-notebook/ui-components": "^7.3.0",
135135
"@jupyterlab/application-extension": "~4.3.2",
136136
"@jupyterlab/apputils-extension": "~4.3.2",
137137
"@jupyterlab/attachments": "~4.3.2",

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.3.0-rc.0",
3+
"version": "7.3.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
@@ -5,7 +5,7 @@
55
from collections import namedtuple
66

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

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

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.3.0-rc.0",
3+
"version": "7.3.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.3.0-rc.0",
42-
"@jupyter-notebook/ui-components": "^7.3.0-rc.0",
41+
"@jupyter-notebook/application": "^7.3.0",
42+
"@jupyter-notebook/ui-components": "^7.3.0",
4343
"@jupyterlab/application": "~4.3.2",
4444
"@jupyterlab/apputils": "~4.4.2",
4545
"@jupyterlab/codeeditor": "~4.3.2",

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.3.0-rc.0",
3+
"version": "7.3.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.3.0-rc.0",
3+
"version": "7.3.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.3.0-rc.0",
41+
"@jupyter-notebook/application": "^7.3.0",
4242
"@jupyterlab/application": "~4.3.2",
4343
"@jupyterlab/console": "~4.3.2",
4444
"@jupyterlab/coreutils": "~6.3.2",

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.3.0-rc.0",
3+
"version": "7.3.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.3.0-rc.0",
41+
"@jupyter-notebook/application": "^7.3.0",
4242
"@jupyterlab/application": "~4.3.2",
4343
"@jupyterlab/coreutils": "~6.3.2",
4444
"@jupyterlab/docmanager": "~4.3.2",

packages/documentsearch-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/documentsearch-extension",
3-
"version": "7.3.0-rc.0",
3+
"version": "7.3.0",
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.3.0-rc.0",
41+
"@jupyter-notebook/application": "^7.3.0",
4242
"@jupyterlab/application": "~4.3.2",
4343
"@jupyterlab/documentsearch": "~4.3.2",
4444
"@lumino/widgets": "^2.5.0"

packages/help-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/help-extension",
3-
"version": "7.3.0-rc.0",
3+
"version": "7.3.0",
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.3.0-rc.0",
41+
"@jupyter-notebook/ui-components": "^7.3.0",
4242
"@jupyterlab/application": "~4.3.2",
4343
"@jupyterlab/apputils": "~4.4.2",
4444
"@jupyterlab/mainmenu": "~4.3.2",

packages/lab-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/lab-extension",
3-
"version": "7.3.0-rc.0",
3+
"version": "7.3.0",
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.3.0-rc.0",
46+
"@jupyter-notebook/application": "^7.3.0",
4747
"@jupyterlab/application": "~4.3.2",
4848
"@jupyterlab/apputils": "~4.4.2",
4949
"@jupyterlab/coreutils": "~6.3.2",

packages/notebook-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/notebook-extension",
3-
"version": "7.3.0-rc.0",
3+
"version": "7.3.0",
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.3.0-rc.0",
41+
"@jupyter-notebook/application": "^7.3.0",
4242
"@jupyterlab/application": "~4.3.2",
4343
"@jupyterlab/apputils": "~4.4.2",
4444
"@jupyterlab/cells": "~4.3.2",

packages/terminal-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/terminal-extension",
3-
"version": "7.3.0-rc.0",
3+
"version": "7.3.0",
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.3.0-rc.0",
41+
"@jupyter-notebook/application": "^7.3.0",
4242
"@jupyterlab/application": "~4.3.2",
4343
"@jupyterlab/coreutils": "~6.3.2",
4444
"@jupyterlab/terminal": "~4.3.2",

packages/tree-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/tree-extension",
3-
"version": "7.3.0-rc.0",
3+
"version": "7.3.0",
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.3.0-rc.0",
42-
"@jupyter-notebook/tree": "^7.3.0-rc.0",
41+
"@jupyter-notebook/application": "^7.3.0",
42+
"@jupyter-notebook/tree": "^7.3.0",
4343
"@jupyterlab/application": "~4.3.2",
4444
"@jupyterlab/apputils": "~4.4.2",
4545
"@jupyterlab/coreutils": "~6.3.2",

packages/tree/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/tree",
3-
"version": "7.3.0-rc.0",
3+
"version": "7.3.0",
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.3.0-rc.0",
41+
"@jupyter-notebook/application": "^7.3.0",
4242
"@jupyterlab/application": "~4.3.2",
4343
"@jupyterlab/apputils": "~4.4.2",
4444
"@jupyterlab/coreutils": "~6.3.2",

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

0 commit comments

Comments
 (0)