Skip to content

Commit 2f9aa01

Browse files
committed
Publish 7.0.0b0
SHA256 hashes: jupyter-notebook-application-7.0.0-beta.0.tgz: 102ecf782a63fb11393c05e0feb5d9d4370a245b2e47ff5ed5e6746c724d1038 jupyter-notebook-application-extension-7.0.0-beta.0.tgz: 8c7a5b2ed5f9cb5cc4736fd9fb2ddf31bb73cbbb814fabf4b7114f828855cb77 jupyter-notebook-console-extension-7.0.0-beta.0.tgz: d9873d05874c3f4b9609b78010b1d2b045df4887c9d0d46f5f4486345352ff7d jupyter-notebook-docmanager-extension-7.0.0-beta.0.tgz: 894b218e4ceda62e3ad20d1225fa79bce14641a6625520211dff67af27185e79 jupyter-notebook-documentsearch-extension-7.0.0-beta.0.tgz: a524b9d152558af346eff42130e352b55170b2db302bf1bca8489bb63f540b10 jupyter-notebook-help-extension-7.0.0-beta.0.tgz: 82b619a5c75c3b08ff18e4dc11c9befea812d37828fc59e66f3a16754be0c61b jupyter-notebook-lab-extension-7.0.0-beta.0.tgz: 7c51bc5d12acaf968a92ef11ec4eab55b2b75ea837d2eec28d81045f9d4a4a77 jupyter-notebook-notebook-extension-7.0.0-beta.0.tgz: 35f9b7eefda53e9de9d9c897c13a61df5273ac1c6f23c088aec15a17b009d007 jupyter-notebook-terminal-extension-7.0.0-beta.0.tgz: fcdd9e1fd1b11c7301a132bd19a6dbc1d58e9006f5c13dd67eaff457b70f287c jupyter-notebook-tree-7.0.0-beta.0.tgz: 14839ad3928a43bd444166eb0b1a2f9c6d581f667d0c9358d5272ac940a3121d jupyter-notebook-tree-extension-7.0.0-beta.0.tgz: 881a5fc4d8b22976101055046e3b306b57a89a4404b959c6453a0c22083ec62e jupyter-notebook-ui-components-7.0.0-beta.0.tgz: 1edea9a326f83d8f3213ab69c655a89e0d0079e3f75d441a47166d2467c209b8 notebook-7.0.0b0-py3-none-any.whl: a73f295ad0e728d01af316ed04cadb39913da1e77647faf57a3c4f6b3844a303 notebook-7.0.0b0.tar.gz: efb6e3fd91ad20636c615430ddebf4fc3bd56904419bc88f439732945641b2e8
1 parent b99718f commit 2f9aa01

File tree

18 files changed

+133
-105
lines changed

18 files changed

+133
-105
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,36 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
1414

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

17+
## 7.0.0b0
18+
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a18...b99718f57a8beac7b4019901a57c94984781dd49))
20+
21+
### Enhancements made
22+
23+
- Update to JupyterLab `4.0.0b0` [#6803](https://github.com/jupyter/notebook/pull/6803) ([@jtpio](https://github.com/jtpio))
24+
25+
### Bugs fixed
26+
27+
- added white space to bottom of edit files [#6804](https://github.com/jupyter/notebook/pull/6804) ([@j-publius](https://github.com/j-publius))
28+
- Hides 'micro' toolbars in notebook [#6791](https://github.com/jupyter/notebook/pull/6791) ([@JasonWeill](https://github.com/JasonWeill))
29+
30+
### Maintenance and upkeep improvements
31+
32+
- Add missing singleton packages for RTC [#6816](https://github.com/jupyter/notebook/pull/6816) ([@jtpio](https://github.com/jtpio))
33+
34+
### Documentation improvements
35+
36+
- Improve the documentation for Notebook 7 [#6813](https://github.com/jupyter/notebook/pull/6813) ([@jtpio](https://github.com/jtpio))
37+
- fix typo in the migration guide [#6812](https://github.com/jupyter/notebook/pull/6812) ([@Tiksagol](https://github.com/Tiksagol))
38+
39+
### Contributors to this release
40+
41+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-03-24&to=2023-04-04&type=c))
42+
43+
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-24..2023-04-04&type=Issues) | [@j-publius](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aj-publius+updated%3A2023-03-24..2023-04-04&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2023-03-24..2023-04-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-24..2023-04-04&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-03-24..2023-04-04&type=Issues) | [@Tiksagol](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ATiksagol+updated%3A2023-03-24..2023-04-04&type=Issues)
44+
45+
<!-- <END NEW CHANGELOG ENTRY> -->
46+
1747
## 7.0.0a18
1848

1949
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a17...253efe279f8c8005f016f3dfe28c22233ee1d2dd))
@@ -29,8 +59,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
2959

3060
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-20..2023-03-24&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-20..2023-03-24&type=Issues) | [@yumyumqing](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayumyumqing+updated%3A2023-03-20..2023-03-24&type=Issues)
3161

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3462
## 7.0.0a17
3563

3664
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a16...7903de83e83a6ce342d71895dc1e8c2ec8128174))

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.0.0-alpha.18",
3+
"version": "7.0.0-beta.0",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.2.0",
1414
"@codemirror/view": "~6.9.3",
15-
"@jupyter-notebook/application": "~7.0.0-alpha.18",
16-
"@jupyter-notebook/application-extension": "~7.0.0-alpha.18",
17-
"@jupyter-notebook/console-extension": "~7.0.0-alpha.18",
18-
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.18",
19-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.18",
20-
"@jupyter-notebook/help-extension": "~7.0.0-alpha.18",
21-
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.18",
22-
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.18",
23-
"@jupyter-notebook/tree": "~7.0.0-alpha.18",
24-
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.18",
25-
"@jupyter-notebook/ui-components": "~7.0.0-alpha.18",
15+
"@jupyter-notebook/application": "~7.0.0-beta.0",
16+
"@jupyter-notebook/application-extension": "~7.0.0-beta.0",
17+
"@jupyter-notebook/console-extension": "~7.0.0-beta.0",
18+
"@jupyter-notebook/docmanager-extension": "~7.0.0-beta.0",
19+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.0",
20+
"@jupyter-notebook/help-extension": "~7.0.0-beta.0",
21+
"@jupyter-notebook/notebook-extension": "~7.0.0-beta.0",
22+
"@jupyter-notebook/terminal-extension": "~7.0.0-beta.0",
23+
"@jupyter-notebook/tree": "~7.0.0-beta.0",
24+
"@jupyter-notebook/tree-extension": "~7.0.0-beta.0",
25+
"@jupyter-notebook/ui-components": "~7.0.0-beta.0",
2626
"@jupyter/ydoc": "~0.3.4",
2727
"@jupyterlab/application": "~4.0.0-beta.0",
2828
"@jupyterlab/application-extension": "~4.0.0-beta.0",
@@ -111,17 +111,17 @@
111111
"yjs": "~13.5.51"
112112
},
113113
"dependencies": {
114-
"@jupyter-notebook/application": "^7.0.0-alpha.18",
115-
"@jupyter-notebook/application-extension": "^7.0.0-alpha.18",
116-
"@jupyter-notebook/console-extension": "^7.0.0-alpha.18",
117-
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.18",
118-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.18",
119-
"@jupyter-notebook/help-extension": "^7.0.0-alpha.18",
120-
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.18",
121-
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.18",
122-
"@jupyter-notebook/tree": "^7.0.0-alpha.18",
123-
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.18",
124-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.18",
114+
"@jupyter-notebook/application": "^7.0.0-beta.0",
115+
"@jupyter-notebook/application-extension": "^7.0.0-beta.0",
116+
"@jupyter-notebook/console-extension": "^7.0.0-beta.0",
117+
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.0",
118+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.0",
119+
"@jupyter-notebook/help-extension": "^7.0.0-beta.0",
120+
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.0",
121+
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.0",
122+
"@jupyter-notebook/tree": "^7.0.0-beta.0",
123+
"@jupyter-notebook/tree-extension": "^7.0.0-beta.0",
124+
"@jupyter-notebook/ui-components": "^7.0.0-beta.0",
125125
"@jupyterlab/application-extension": "^4.0.0-beta.0",
126126
"@jupyterlab/apputils-extension": "^4.0.0-beta.0",
127127
"@jupyterlab/cell-toolbar-extension": "^4.0.0-beta.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.0.0-alpha.18",
3+
"version": "7.0.0-beta.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.0.0a18"
8+
__version__ = "7.0.0b0"
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.0.0-alpha.18",
3+
"version": "7.0.0-beta.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.0.0-alpha.18",
24-
"@jupyter-notebook/application-extension": "^7.0.0-alpha.18",
25-
"@jupyter-notebook/console-extension": "^7.0.0-alpha.18",
26-
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.18",
27-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.18",
28-
"@jupyter-notebook/help-extension": "^7.0.0-alpha.18",
29-
"@jupyter-notebook/lab-extension": "^7.0.0-alpha.18",
30-
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.18",
31-
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.18",
32-
"@jupyter-notebook/tree": "^7.0.0-alpha.18",
33-
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.18",
34-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.18"
23+
"@jupyter-notebook/application": "^7.0.0-beta.0",
24+
"@jupyter-notebook/application-extension": "^7.0.0-beta.0",
25+
"@jupyter-notebook/console-extension": "^7.0.0-beta.0",
26+
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.0",
27+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.0",
28+
"@jupyter-notebook/help-extension": "^7.0.0-beta.0",
29+
"@jupyter-notebook/lab-extension": "^7.0.0-beta.0",
30+
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.0",
31+
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.0",
32+
"@jupyter-notebook/tree": "^7.0.0-beta.0",
33+
"@jupyter-notebook/tree-extension": "^7.0.0-beta.0",
34+
"@jupyter-notebook/ui-components": "^7.0.0-beta.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.0.0-alpha.18",
3+
"version": "7.0.0-beta.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.0.0-alpha.18",
42-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.18",
41+
"@jupyter-notebook/application": "^7.0.0-beta.0",
42+
"@jupyter-notebook/ui-components": "^7.0.0-beta.0",
4343
"@jupyterlab/application": "^4.0.0-beta.0",
4444
"@jupyterlab/apputils": "^4.0.0-beta.0",
4545
"@jupyterlab/celltags": "^4.0.0-alpha.20",

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.0.0-alpha.18",
3+
"version": "7.0.0-beta.0",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/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/console-extension",
3-
"version": "7.0.0-alpha.18",
3+
"version": "7.0.0-beta.0",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/docmanager-extension/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/docmanager-extension",
3-
"version": "7.0.0-alpha.18",
3+
"version": "7.0.0-beta.0",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

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.0.0-alpha.18",
3+
"version": "7.0.0-beta.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.0.0-alpha.18",
41+
"@jupyter-notebook/application": "^7.0.0-beta.0",
4242
"@jupyterlab/application": "^4.0.0-beta.0",
4343
"@jupyterlab/documentsearch": "^4.0.0-beta.0",
4444
"@lumino/widgets": "^2.0.1"

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.0.0-alpha.18",
3+
"version": "7.0.0-beta.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.0.0-alpha.18",
41+
"@jupyter-notebook/ui-components": "^7.0.0-beta.0",
4242
"@jupyterlab/application": "^4.0.0-beta.0",
4343
"@jupyterlab/apputils": "^4.0.0-beta.0",
4444
"@jupyterlab/mainmenu": "^4.0.0-beta.0",

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.0.0-alpha.18",
3+
"version": "7.0.0-beta.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.0.0-alpha.18",
46+
"@jupyter-notebook/application": "^7.0.0-beta.0",
4747
"@jupyterlab/application": "^4.0.0-beta.0",
4848
"@jupyterlab/apputils": "^4.0.0-beta.0",
4949
"@jupyterlab/coreutils": "^6.0.0-beta.0",

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.0.0-alpha.18",
3+
"version": "7.0.0-beta.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.0.0-alpha.18",
41+
"@jupyter-notebook/application": "^7.0.0-beta.0",
4242
"@jupyterlab/application": "^4.0.0-beta.0",
4343
"@jupyterlab/apputils": "^4.0.0-beta.0",
4444
"@jupyterlab/cells": "^4.0.0-beta.0",

packages/terminal-extension/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/terminal-extension",
3-
"version": "7.0.0-alpha.18",
3+
"version": "7.0.0-beta.0",
44
"description": "Jupyter Notebook - Terminal Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

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.0.0-alpha.18",
3+
"version": "7.0.0-beta.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.0.0-alpha.18",
42-
"@jupyter-notebook/tree": "^7.0.0-alpha.18",
41+
"@jupyter-notebook/application": "^7.0.0-beta.0",
42+
"@jupyter-notebook/tree": "^7.0.0-beta.0",
4343
"@jupyterlab/application": "^4.0.0-beta.0",
4444
"@jupyterlab/apputils": "^4.0.0-beta.0",
4545
"@jupyterlab/coreutils": "^6.0.0-beta.0",

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.0.0-alpha.18",
3+
"version": "7.0.0-beta.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.0.0-alpha.18",
41+
"@jupyter-notebook/application": "^7.0.0-beta.0",
4242
"@jupyterlab/application": "^4.0.0-beta.0",
4343
"@jupyterlab/apputils": "^4.0.0-beta.0",
4444
"@jupyterlab/coreutils": "^6.0.0-beta.0",

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.0.0-alpha.18",
3+
"version": "7.0.0-beta.0",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)