Skip to content

Commit d21c79a

Browse files
committed
Publish 7.1.0a2
SHA256 hashes: jupyter-notebook-application-7.1.0-alpha.2.tgz: 8dd019b8dbe117bb87fc7cdab2303bd0a71abbacd6de1b6fa69fc8817d251be7 jupyter-notebook-application-extension-7.1.0-alpha.2.tgz: 2512525b196e8cf444a1132311253135ef5eb0534420df485f814f2206c3554e jupyter-notebook-console-extension-7.1.0-alpha.2.tgz: 32868732c18e289a758855a9cc7899fa97c8e50d95fca7c2e040833cf75fb51d jupyter-notebook-docmanager-extension-7.1.0-alpha.2.tgz: 007b9d8e8aef2b27828838c117631568d7b4f10785e31203e3cd3561fbf17866 jupyter-notebook-documentsearch-extension-7.1.0-alpha.2.tgz: bcdc7c8de86da5960a3df3bf5756f9f95d1d26203382fc108948279f3cce862b jupyter-notebook-help-extension-7.1.0-alpha.2.tgz: d4549fcfeb08544659eaa18b9e97b59431d4d1afcf61d85d95ee040b4971ca77 jupyter-notebook-lab-extension-7.1.0-alpha.2.tgz: 82967be33b08b012d6bac52c90e395db10ba05f555bf095897ad7d0c35ac9e0b jupyter-notebook-notebook-extension-7.1.0-alpha.2.tgz: f5e7277be941a0f8352f78d9387d2981025b182aeed001ca6b9a2290ebe3c767 jupyter-notebook-terminal-extension-7.1.0-alpha.2.tgz: 9c12bd24044364d49c583e16558a2d377d239bc485487a46810141dd8c3e4924 jupyter-notebook-tree-7.1.0-alpha.2.tgz: 84049e3d05c9ecff6272975e5addecae58980205dcefa943bd9d69f9470dc05c jupyter-notebook-tree-extension-7.1.0-alpha.2.tgz: 518b3159c253f41a4403a0246c080181f438fda8c1cba9672d74a11910e122e6 jupyter-notebook-ui-components-7.1.0-alpha.2.tgz: e68d676ab71608028f36a5fcf19bcf56adb14a4d447ca54737cf37b010473b51 notebook-7.1.0a2-py3-none-any.whl: a8b9788da47a12a58c08075b5a8f5f0665f77ad49751b8f445cc175efd90ce2c notebook-7.1.0a2.tar.gz: bcbd202e9661a8a261dbc01a47bc3fd6e86d82b21ade117c4f47642ac47e9d4c
1 parent 251e0e3 commit d21c79a

File tree

18 files changed

+218
-187
lines changed

18 files changed

+218
-187
lines changed

CHANGELOG.md

+32-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,38 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
1414

1515
<!-- <START NEW CHANGELOG ENTRY> -->
1616

17+
## 7.1.0a2
18+
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.1.0a1...251e0e360603b6e63b280b3bd04a5406f7da28da))
20+
21+
### Enhancements made
22+
23+
- Add the plugin manager [#7198](https://github.com/jupyter/notebook/pull/7198) ([@jtpio](https://github.com/jtpio))
24+
- Fix toggle functionality for widgets. [#7178](https://github.com/jupyter/notebook/pull/7178) ([@haok1402](https://github.com/haok1402))
25+
26+
### Maintenance and upkeep improvements
27+
28+
- Add nbviewer.jupyter.org to the ignore list [#7197](https://github.com/jupyter/notebook/pull/7197) ([@jtpio](https://github.com/jtpio))
29+
- Update to JupyterLab 4.1.0b0 [#7196](https://github.com/jupyter/notebook/pull/7196) ([@jtpio](https://github.com/jtpio))
30+
- Update ruff config [#7190](https://github.com/jupyter/notebook/pull/7190) ([@blink1073](https://github.com/blink1073))
31+
- Bump @babel/traverse from 7.23.0 to 7.23.6 [#7187](https://github.com/jupyter/notebook/pull/7187) ([@dependabot](https://github.com/dependabot))
32+
- Bump actions/setup-python from 4 to 5 [#7180](https://github.com/jupyter/notebook/pull/7180) ([@dependabot](https://github.com/dependabot))
33+
- Update publish-release workflow for PyPI trusted publisher [#7176](https://github.com/jupyter/notebook/pull/7176) ([@jtpio](https://github.com/jtpio))
34+
- chore: update pre-commit hooks [#7174](https://github.com/jupyter/notebook/pull/7174) ([@pre-commit-ci](https://github.com/pre-commit-ci))
35+
- Remove viewport workaround in the UI tests [#6887](https://github.com/jupyter/notebook/pull/6887) ([@jtpio](https://github.com/jtpio))
36+
37+
### Documentation improvements
38+
39+
- Clarify README about supported versions (post v7 release) [#7193](https://github.com/jupyter/notebook/pull/7193) ([@akx](https://github.com/akx))
40+
41+
### Contributors to this release
42+
43+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-12-04&to=2023-12-27&type=c))
44+
45+
[@akx](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aakx+updated%3A2023-12-04..2023-12-27&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-12-04..2023-12-27&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-12-04..2023-12-27&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-12-04..2023-12-27&type=Issues) | [@haok1402](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ahaok1402+updated%3A2023-12-04..2023-12-27&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-12-04..2023-12-27&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-12-04..2023-12-27&type=Issues)
46+
47+
<!-- <END NEW CHANGELOG ENTRY> -->
48+
1749
## 7.1.0a1
1850

1951
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.0-alpha.0...a74cd91871fcc6037d384fe59af8986557e783e5))
@@ -40,8 +72,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
4072

4173
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-10-27..2023-12-04&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-10-27..2023-12-04&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-10-27..2023-12-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-27..2023-12-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-27..2023-12-04&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-10-27..2023-12-04&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-10-27..2023-12-04&type=Issues)
4274

43-
<!-- <END NEW CHANGELOG ENTRY> -->
44-
4575
## 7.1.0a0
4676

4777
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.6...0cd6104b926a398b419f2433538cef437592796f))

app/package.json

+100-99
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.1.0-alpha.1",
3+
"version": "7.1.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,94 +12,95 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.2.1",
1414
"@codemirror/view": "~6.21.3",
15-
"@jupyter-notebook/application": "~7.1.0-alpha.1",
16-
"@jupyter-notebook/application-extension": "~7.1.0-alpha.1",
17-
"@jupyter-notebook/console-extension": "~7.1.0-alpha.1",
18-
"@jupyter-notebook/docmanager-extension": "~7.1.0-alpha.1",
19-
"@jupyter-notebook/documentsearch-extension": "~7.1.0-alpha.1",
20-
"@jupyter-notebook/help-extension": "~7.1.0-alpha.1",
21-
"@jupyter-notebook/notebook-extension": "~7.1.0-alpha.1",
22-
"@jupyter-notebook/terminal-extension": "~7.1.0-alpha.1",
23-
"@jupyter-notebook/tree": "~7.1.0-alpha.1",
24-
"@jupyter-notebook/tree-extension": "~7.1.0-alpha.1",
25-
"@jupyter-notebook/ui-components": "~7.1.0-alpha.1",
15+
"@jupyter-notebook/application": "~7.1.0-alpha.2",
16+
"@jupyter-notebook/application-extension": "~7.1.0-alpha.2",
17+
"@jupyter-notebook/console-extension": "~7.1.0-alpha.2",
18+
"@jupyter-notebook/docmanager-extension": "~7.1.0-alpha.2",
19+
"@jupyter-notebook/documentsearch-extension": "~7.1.0-alpha.2",
20+
"@jupyter-notebook/help-extension": "~7.1.0-alpha.2",
21+
"@jupyter-notebook/notebook-extension": "~7.1.0-alpha.2",
22+
"@jupyter-notebook/terminal-extension": "~7.1.0-alpha.2",
23+
"@jupyter-notebook/tree": "~7.1.0-alpha.2",
24+
"@jupyter-notebook/tree-extension": "~7.1.0-alpha.2",
25+
"@jupyter-notebook/ui-components": "~7.1.0-alpha.2",
2626
"@jupyter/ydoc": "~1.1.1",
27-
"@jupyterlab/application": "~4.1.0-alpha.4",
28-
"@jupyterlab/application-extension": "~4.1.0-alpha.4",
29-
"@jupyterlab/apputils": "~4.2.0-alpha.4",
30-
"@jupyterlab/apputils-extension": "~4.1.0-alpha.4",
31-
"@jupyterlab/attachments": "~4.1.0-alpha.4",
32-
"@jupyterlab/cell-toolbar": "~4.1.0-alpha.4",
33-
"@jupyterlab/cell-toolbar-extension": "~4.1.0-alpha.4",
34-
"@jupyterlab/celltags-extension": "~4.1.0-alpha.4",
35-
"@jupyterlab/codeeditor": "~4.1.0-alpha.4",
36-
"@jupyterlab/codemirror": "~4.1.0-alpha.4",
37-
"@jupyterlab/codemirror-extension": "~4.1.0-alpha.4",
38-
"@jupyterlab/completer": "~4.1.0-alpha.4",
39-
"@jupyterlab/completer-extension": "~4.1.0-alpha.4",
40-
"@jupyterlab/console": "~4.1.0-alpha.4",
41-
"@jupyterlab/console-extension": "~4.1.0-alpha.4",
42-
"@jupyterlab/coreutils": "~6.1.0-alpha.4",
43-
"@jupyterlab/csvviewer-extension": "~4.1.0-alpha.4",
44-
"@jupyterlab/debugger": "~4.1.0-alpha.4",
45-
"@jupyterlab/debugger-extension": "~4.1.0-alpha.4",
46-
"@jupyterlab/docmanager": "~4.1.0-alpha.4",
47-
"@jupyterlab/docmanager-extension": "~4.1.0-alpha.4",
48-
"@jupyterlab/documentsearch": "~4.1.0-alpha.4",
49-
"@jupyterlab/documentsearch-extension": "~4.1.0-alpha.4",
50-
"@jupyterlab/extensionmanager": "~4.1.0-alpha.4",
51-
"@jupyterlab/extensionmanager-extension": "~4.1.0-alpha.4",
52-
"@jupyterlab/filebrowser": "~4.1.0-alpha.4",
53-
"@jupyterlab/filebrowser-extension": "~4.1.0-alpha.4",
54-
"@jupyterlab/fileeditor": "~4.1.0-alpha.4",
55-
"@jupyterlab/fileeditor-extension": "~4.1.0-alpha.4",
56-
"@jupyterlab/help-extension": "~4.1.0-alpha.4",
57-
"@jupyterlab/htmlviewer": "~4.1.0-alpha.4",
58-
"@jupyterlab/htmlviewer-extension": "~4.1.0-alpha.4",
59-
"@jupyterlab/hub-extension": "~4.1.0-alpha.4",
60-
"@jupyterlab/imageviewer": "~4.1.0-alpha.4",
61-
"@jupyterlab/imageviewer-extension": "~4.1.0-alpha.4",
62-
"@jupyterlab/javascript-extension": "~4.1.0-alpha.4",
63-
"@jupyterlab/json-extension": "~4.1.0-alpha.4",
64-
"@jupyterlab/lsp": "~4.1.0-alpha.4",
65-
"@jupyterlab/lsp-extension": "~4.1.0-alpha.4",
66-
"@jupyterlab/mainmenu": "~4.1.0-alpha.4",
67-
"@jupyterlab/mainmenu-extension": "~4.1.0-alpha.4",
68-
"@jupyterlab/markdownviewer": "~4.1.0-alpha.4",
69-
"@jupyterlab/markdownviewer-extension": "~4.1.0-alpha.4",
70-
"@jupyterlab/markedparser-extension": "~4.1.0-alpha.4",
71-
"@jupyterlab/mathjax-extension": "~4.1.0-alpha.4",
72-
"@jupyterlab/mermaid": "~4.1.0-alpha.4",
73-
"@jupyterlab/mermaid-extension": "~4.1.0-alpha.4",
74-
"@jupyterlab/metadataform": "~4.1.0-alpha.4",
75-
"@jupyterlab/metadataform-extension": "~4.1.0-alpha.4",
76-
"@jupyterlab/notebook": "~4.1.0-alpha.4",
77-
"@jupyterlab/notebook-extension": "~4.1.0-alpha.4",
78-
"@jupyterlab/observables": "~5.1.0-alpha.4",
79-
"@jupyterlab/outputarea": "~4.1.0-alpha.4",
80-
"@jupyterlab/pdf-extension": "~4.1.0-alpha.4",
81-
"@jupyterlab/rendermime": "~4.1.0-alpha.4",
82-
"@jupyterlab/rendermime-interfaces": "~3.9.0-alpha.3",
83-
"@jupyterlab/running-extension": "~4.1.0-alpha.4",
84-
"@jupyterlab/services": "~7.1.0-alpha.4",
85-
"@jupyterlab/settingeditor": "~4.1.0-alpha.4",
86-
"@jupyterlab/settingeditor-extension": "~4.1.0-alpha.4",
87-
"@jupyterlab/settingregistry": "~4.1.0-alpha.4",
88-
"@jupyterlab/shortcuts-extension": "~4.1.0-alpha.4",
89-
"@jupyterlab/statedb": "~4.1.0-alpha.4",
90-
"@jupyterlab/statusbar": "~4.1.0-alpha.4",
91-
"@jupyterlab/terminal": "~4.1.0-alpha.4",
92-
"@jupyterlab/terminal-extension": "~4.1.0-alpha.4",
93-
"@jupyterlab/theme-dark-extension": "~4.1.0-alpha.4",
94-
"@jupyterlab/theme-light-extension": "~4.1.0-alpha.4",
95-
"@jupyterlab/toc-extension": "~6.1.0-alpha.4",
96-
"@jupyterlab/tooltip": "~4.1.0-alpha.4",
97-
"@jupyterlab/tooltip-extension": "~4.1.0-alpha.4",
98-
"@jupyterlab/translation": "~4.1.0-alpha.4",
99-
"@jupyterlab/translation-extension": "~4.1.0-alpha.4",
100-
"@jupyterlab/ui-components": "~4.1.0-alpha.4",
101-
"@jupyterlab/ui-components-extension": "~4.1.0-alpha.4",
102-
"@jupyterlab/vega5-extension": "~4.1.0-alpha.4",
27+
"@jupyterlab/application": "~4.1.0-beta.0",
28+
"@jupyterlab/application-extension": "~4.1.0-beta.0",
29+
"@jupyterlab/apputils": "~4.2.0-beta.0",
30+
"@jupyterlab/apputils-extension": "~4.1.0-beta.0",
31+
"@jupyterlab/attachments": "~4.1.0-beta.0",
32+
"@jupyterlab/cell-toolbar": "~4.1.0-beta.0",
33+
"@jupyterlab/cell-toolbar-extension": "~4.1.0-beta.0",
34+
"@jupyterlab/celltags-extension": "~4.1.0-beta.0",
35+
"@jupyterlab/codeeditor": "~4.1.0-beta.0",
36+
"@jupyterlab/codemirror": "~4.1.0-beta.0",
37+
"@jupyterlab/codemirror-extension": "~4.1.0-beta.0",
38+
"@jupyterlab/completer": "~4.1.0-beta.0",
39+
"@jupyterlab/completer-extension": "~4.1.0-beta.0",
40+
"@jupyterlab/console": "~4.1.0-beta.0",
41+
"@jupyterlab/console-extension": "~4.1.0-beta.0",
42+
"@jupyterlab/coreutils": "~6.1.0-beta.0",
43+
"@jupyterlab/csvviewer-extension": "~4.1.0-beta.0",
44+
"@jupyterlab/debugger": "~4.1.0-beta.0",
45+
"@jupyterlab/debugger-extension": "~4.1.0-beta.0",
46+
"@jupyterlab/docmanager": "~4.1.0-beta.0",
47+
"@jupyterlab/docmanager-extension": "~4.1.0-beta.0",
48+
"@jupyterlab/documentsearch": "~4.1.0-beta.0",
49+
"@jupyterlab/documentsearch-extension": "~4.1.0-beta.0",
50+
"@jupyterlab/extensionmanager": "~4.1.0-beta.0",
51+
"@jupyterlab/extensionmanager-extension": "~4.1.0-beta.0",
52+
"@jupyterlab/filebrowser": "~4.1.0-beta.0",
53+
"@jupyterlab/filebrowser-extension": "~4.1.0-beta.0",
54+
"@jupyterlab/fileeditor": "~4.1.0-beta.0",
55+
"@jupyterlab/fileeditor-extension": "~4.1.0-beta.0",
56+
"@jupyterlab/help-extension": "~4.1.0-beta.0",
57+
"@jupyterlab/htmlviewer": "~4.1.0-beta.0",
58+
"@jupyterlab/htmlviewer-extension": "~4.1.0-beta.0",
59+
"@jupyterlab/hub-extension": "~4.1.0-beta.0",
60+
"@jupyterlab/imageviewer": "~4.1.0-beta.0",
61+
"@jupyterlab/imageviewer-extension": "~4.1.0-beta.0",
62+
"@jupyterlab/javascript-extension": "~4.1.0-beta.0",
63+
"@jupyterlab/json-extension": "~4.1.0-beta.0",
64+
"@jupyterlab/lsp": "~4.1.0-beta.0",
65+
"@jupyterlab/lsp-extension": "~4.1.0-beta.0",
66+
"@jupyterlab/mainmenu": "~4.1.0-beta.0",
67+
"@jupyterlab/mainmenu-extension": "~4.1.0-beta.0",
68+
"@jupyterlab/markdownviewer": "~4.1.0-beta.0",
69+
"@jupyterlab/markdownviewer-extension": "~4.1.0-beta.0",
70+
"@jupyterlab/markedparser-extension": "~4.1.0-beta.0",
71+
"@jupyterlab/mathjax-extension": "~4.1.0-beta.0",
72+
"@jupyterlab/mermaid": "~4.1.0-beta.0",
73+
"@jupyterlab/mermaid-extension": "~4.1.0-beta.0",
74+
"@jupyterlab/metadataform": "~4.1.0-beta.0",
75+
"@jupyterlab/metadataform-extension": "~4.1.0-beta.0",
76+
"@jupyterlab/notebook": "~4.1.0-beta.0",
77+
"@jupyterlab/notebook-extension": "~4.1.0-beta.0",
78+
"@jupyterlab/observables": "~5.1.0-beta.0",
79+
"@jupyterlab/outputarea": "~4.1.0-beta.0",
80+
"@jupyterlab/pdf-extension": "~4.1.0-beta.0",
81+
"@jupyterlab/pluginmanager-extension": "~4.1.0-beta.0",
82+
"@jupyterlab/rendermime": "~4.1.0-beta.0",
83+
"@jupyterlab/rendermime-interfaces": "~3.9.0-beta.0",
84+
"@jupyterlab/running-extension": "~4.1.0-beta.0",
85+
"@jupyterlab/services": "~7.1.0-beta.0",
86+
"@jupyterlab/settingeditor": "~4.1.0-beta.0",
87+
"@jupyterlab/settingeditor-extension": "~4.1.0-beta.0",
88+
"@jupyterlab/settingregistry": "~4.1.0-beta.0",
89+
"@jupyterlab/shortcuts-extension": "~4.1.0-beta.0",
90+
"@jupyterlab/statedb": "~4.1.0-beta.0",
91+
"@jupyterlab/statusbar": "~4.1.0-beta.0",
92+
"@jupyterlab/terminal": "~4.1.0-beta.0",
93+
"@jupyterlab/terminal-extension": "~4.1.0-beta.0",
94+
"@jupyterlab/theme-dark-extension": "~4.1.0-beta.0",
95+
"@jupyterlab/theme-light-extension": "~4.1.0-beta.0",
96+
"@jupyterlab/toc-extension": "~6.1.0-beta.0",
97+
"@jupyterlab/tooltip": "~4.1.0-beta.0",
98+
"@jupyterlab/tooltip-extension": "~4.1.0-beta.0",
99+
"@jupyterlab/translation": "~4.1.0-beta.0",
100+
"@jupyterlab/translation-extension": "~4.1.0-beta.0",
101+
"@jupyterlab/ui-components": "~4.1.0-beta.0",
102+
"@jupyterlab/ui-components-extension": "~4.1.0-beta.0",
103+
"@jupyterlab/vega5-extension": "~4.1.0-beta.0",
103104
"@lezer/common": "~1.1.0",
104105
"@lezer/highlight": "~1.1.6",
105106
"@lumino/algorithm": "~2.0.1",
@@ -119,17 +120,17 @@
119120
"yjs": "~13.6.8"
120121
},
121122
"dependencies": {
122-
"@jupyter-notebook/application": "^7.1.0-alpha.1",
123-
"@jupyter-notebook/application-extension": "^7.1.0-alpha.1",
124-
"@jupyter-notebook/console-extension": "^7.1.0-alpha.1",
125-
"@jupyter-notebook/docmanager-extension": "^7.1.0-alpha.1",
126-
"@jupyter-notebook/documentsearch-extension": "^7.1.0-alpha.1",
127-
"@jupyter-notebook/help-extension": "^7.1.0-alpha.1",
128-
"@jupyter-notebook/notebook-extension": "^7.1.0-alpha.1",
129-
"@jupyter-notebook/terminal-extension": "^7.1.0-alpha.1",
130-
"@jupyter-notebook/tree": "^7.1.0-alpha.1",
131-
"@jupyter-notebook/tree-extension": "^7.1.0-alpha.1",
132-
"@jupyter-notebook/ui-components": "^7.1.0-alpha.1",
123+
"@jupyter-notebook/application": "^7.1.0-alpha.2",
124+
"@jupyter-notebook/application-extension": "^7.1.0-alpha.2",
125+
"@jupyter-notebook/console-extension": "^7.1.0-alpha.2",
126+
"@jupyter-notebook/docmanager-extension": "^7.1.0-alpha.2",
127+
"@jupyter-notebook/documentsearch-extension": "^7.1.0-alpha.2",
128+
"@jupyter-notebook/help-extension": "^7.1.0-alpha.2",
129+
"@jupyter-notebook/notebook-extension": "^7.1.0-alpha.2",
130+
"@jupyter-notebook/terminal-extension": "^7.1.0-alpha.2",
131+
"@jupyter-notebook/tree": "^7.1.0-alpha.2",
132+
"@jupyter-notebook/tree-extension": "^7.1.0-alpha.2",
133+
"@jupyter-notebook/ui-components": "^7.1.0-alpha.2",
133134
"@jupyterlab/application-extension": "^4.1.0-beta.0",
134135
"@jupyterlab/apputils-extension": "^4.1.0-beta.0",
135136
"@jupyterlab/attachments": "^4.1.0-beta.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.1.0-alpha.1",
3+
"version": "7.1.0-alpha.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
@@ -5,7 +5,7 @@
55
from collections import namedtuple
66

77
# Use "hatch version xx.yy.zz" to handle version changes
8-
__version__ = "7.1.0a1"
8+
__version__ = "7.1.0a2"
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.1.0-alpha.1",
3+
"version": "7.1.0-alpha.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.1.0-alpha.1",
24-
"@jupyter-notebook/application-extension": "^7.1.0-alpha.1",
25-
"@jupyter-notebook/console-extension": "^7.1.0-alpha.1",
26-
"@jupyter-notebook/docmanager-extension": "^7.1.0-alpha.1",
27-
"@jupyter-notebook/documentsearch-extension": "^7.1.0-alpha.1",
28-
"@jupyter-notebook/help-extension": "^7.1.0-alpha.1",
29-
"@jupyter-notebook/lab-extension": "^7.1.0-alpha.1",
30-
"@jupyter-notebook/notebook-extension": "^7.1.0-alpha.1",
31-
"@jupyter-notebook/terminal-extension": "^7.1.0-alpha.1",
32-
"@jupyter-notebook/tree": "^7.1.0-alpha.1",
33-
"@jupyter-notebook/tree-extension": "^7.1.0-alpha.1",
34-
"@jupyter-notebook/ui-components": "^7.1.0-alpha.1"
23+
"@jupyter-notebook/application": "^7.1.0-alpha.2",
24+
"@jupyter-notebook/application-extension": "^7.1.0-alpha.2",
25+
"@jupyter-notebook/console-extension": "^7.1.0-alpha.2",
26+
"@jupyter-notebook/docmanager-extension": "^7.1.0-alpha.2",
27+
"@jupyter-notebook/documentsearch-extension": "^7.1.0-alpha.2",
28+
"@jupyter-notebook/help-extension": "^7.1.0-alpha.2",
29+
"@jupyter-notebook/lab-extension": "^7.1.0-alpha.2",
30+
"@jupyter-notebook/notebook-extension": "^7.1.0-alpha.2",
31+
"@jupyter-notebook/terminal-extension": "^7.1.0-alpha.2",
32+
"@jupyter-notebook/tree": "^7.1.0-alpha.2",
33+
"@jupyter-notebook/tree-extension": "^7.1.0-alpha.2",
34+
"@jupyter-notebook/ui-components": "^7.1.0-alpha.2"
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.1.0-alpha.1",
3+
"version": "7.1.0-alpha.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.1.0-alpha.1",
42-
"@jupyter-notebook/ui-components": "^7.1.0-alpha.1",
41+
"@jupyter-notebook/application": "^7.1.0-alpha.2",
42+
"@jupyter-notebook/ui-components": "^7.1.0-alpha.2",
4343
"@jupyterlab/application": "^4.1.0-beta.0",
4444
"@jupyterlab/apputils": "^4.2.0-beta.0",
4545
"@jupyterlab/codeeditor": "^4.1.0-beta.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.1.0-alpha.1",
3+
"version": "7.1.0-alpha.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.1.0-alpha.1",
3+
"version": "7.1.0-alpha.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.1.0-alpha.1",
41+
"@jupyter-notebook/application": "^7.1.0-alpha.2",
4242
"@jupyterlab/application": "^4.1.0-beta.0",
4343
"@jupyterlab/console": "^4.1.0-beta.0",
4444
"@jupyterlab/coreutils": "^6.1.0-beta.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.1.0-alpha.1",
3+
"version": "7.1.0-alpha.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.1.0-alpha.1",
41+
"@jupyter-notebook/application": "^7.1.0-alpha.2",
4242
"@jupyterlab/application": "^4.1.0-beta.0",
4343
"@jupyterlab/coreutils": "^6.1.0-beta.0",
4444
"@jupyterlab/docmanager": "^4.1.0-beta.0",

0 commit comments

Comments
 (0)