Skip to content

Commit 573becf

Browse files
committed
Publish 7.0.0b2
SHA256 hashes: jupyter-notebook-application-7.0.0-beta.2.tgz: f16f987baf9039a464321fdfdd1c0de97b324350af91a848757a3883bda31ff8 jupyter-notebook-application-extension-7.0.0-beta.2.tgz: b97d256a4ae75a28757960378f3b52f65d8f9b19e57a7a119bb905b79b60af96 jupyter-notebook-console-extension-7.0.0-beta.2.tgz: fc7fe5d9e057f4bc9e6516642d3df372f97aca3dd60783ddbe27650c09dffecf jupyter-notebook-docmanager-extension-7.0.0-beta.2.tgz: 1cbc64c01bc36009d9146c26237cedcbea2acc8a0d36724983546c381bccb68a jupyter-notebook-documentsearch-extension-7.0.0-beta.2.tgz: 671ae6fddda2548fb1956b87cb64a32743fea8adfed628ac993a4e61ee6cb7a9 jupyter-notebook-help-extension-7.0.0-beta.2.tgz: c033c7a28b3a994b0ede32a0c695b776d31455b6ddf7b151ec9d9b17715d1bc3 jupyter-notebook-lab-extension-7.0.0-beta.2.tgz: 7df590bdf041eec94953f9d01476413bfc50f0cf2711125c6be22c66b655313e jupyter-notebook-notebook-extension-7.0.0-beta.2.tgz: 05c3d33f0e67ddf3d019bf7d4b51fc7ca48d8397320bc2a9c57b21661695c94a jupyter-notebook-terminal-extension-7.0.0-beta.2.tgz: 1ef4b60e9456c3924c2019c68d3dac8a44bf637a965a6f4b93b85de8df1fd6d4 jupyter-notebook-tree-7.0.0-beta.2.tgz: bf9cd0156ae0f68667467bc25beacd2a02da72107f71fe2faac6e91ee893711d jupyter-notebook-tree-extension-7.0.0-beta.2.tgz: 2f006e88b4a6dd55cde77bc678a437d27ce06a7459e956d88e9801ef29ceb0b9 jupyter-notebook-ui-components-7.0.0-beta.2.tgz: 9f6c3e324bae2903b3389aa619d087c21c08ee935aa6b4dd5416d4f9280bc235 notebook-7.0.0b2-py3-none-any.whl: b47739afdbc283b5267958f8c8feafe870523db6523259370564db85d0012b22 notebook-7.0.0b2.tar.gz: d79f4c1f07f3a23ea46f09621c1370fb8c12d96606a3b791b1ff27df01490bc8
1 parent c0071d7 commit 573becf

File tree

18 files changed

+129
-105
lines changed

18 files changed

+129
-105
lines changed

CHANGELOG.md

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

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

17+
## 7.0.0b2
18+
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b1...c0071d796019c0221df4900313b51c0529438bcf))
20+
21+
### Enhancements made
22+
23+
- Update to JupyterLab 4.0.0rc1 [#6864](https://github.com/jupyter/notebook/pull/6864) ([@jtpio](https://github.com/jtpio))
24+
- Change "Interface" menu to "Open in...", shorten names of menu items inside [#6847](https://github.com/jupyter/notebook/pull/6847) ([@andrii-i](https://github.com/andrii-i))
25+
- Add Skip Link to Notebook [#6844](https://github.com/jupyter/notebook/pull/6844) ([@seirani](https://github.com/seirani))
26+
27+
### Bugs fixed
28+
29+
- Fix top bar visibility not picking up settings overrides (#6833) [#6836](https://github.com/jupyter/notebook/pull/6836) ([@yumyumqing](https://github.com/yumyumqing))
30+
31+
### Maintenance and upkeep improvements
32+
33+
- Update RTD image [#6861](https://github.com/jupyter/notebook/pull/6861) ([@blink1073](https://github.com/blink1073))
34+
35+
### Contributors to this release
36+
37+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-04-28&to=2023-05-09&type=c))
38+
39+
[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-04-28..2023-05-09&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-04-28..2023-05-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-04-28..2023-05-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-04-28..2023-05-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-04-28..2023-05-09&type=Issues) | [@seirani](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aseirani+updated%3A2023-04-28..2023-05-09&type=Issues) | [@yumyumqing](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayumyumqing+updated%3A2023-04-28..2023-05-09&type=Issues)
40+
41+
<!-- <END NEW CHANGELOG ENTRY> -->
42+
1743
## 7.0.0b1
1844

1945
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b0...4b6af274b24bcc20e43ad2330c9243c8d2c7d552))
@@ -43,8 +69,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
4369

4470
[@ashwinvis](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aashwinvis+updated%3A2023-04-04..2023-04-28&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-04-04..2023-04-28&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-04-04..2023-04-28&type=Issues) | [@ericsnekbytes](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aericsnekbytes+updated%3A2023-04-04..2023-04-28&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-04-04..2023-04-28&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-04-04..2023-04-28&type=Issues)
4571

46-
<!-- <END NEW CHANGELOG ENTRY> -->
47-
4872
## 7.0.0b0
4973

5074
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a18...b99718f57a8beac7b4019901a57c94984781dd49))

app/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.2.0",
1414
"@codemirror/view": "~6.11.0",
15-
"@jupyter-notebook/application": "~7.0.0-beta.1",
16-
"@jupyter-notebook/application-extension": "~7.0.0-beta.1",
17-
"@jupyter-notebook/console-extension": "~7.0.0-beta.1",
18-
"@jupyter-notebook/docmanager-extension": "~7.0.0-beta.1",
19-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.1",
20-
"@jupyter-notebook/help-extension": "~7.0.0-beta.1",
21-
"@jupyter-notebook/notebook-extension": "~7.0.0-beta.1",
22-
"@jupyter-notebook/terminal-extension": "~7.0.0-beta.1",
23-
"@jupyter-notebook/tree": "~7.0.0-beta.1",
24-
"@jupyter-notebook/tree-extension": "~7.0.0-beta.1",
25-
"@jupyter-notebook/ui-components": "~7.0.0-beta.1",
15+
"@jupyter-notebook/application": "~7.0.0-beta.2",
16+
"@jupyter-notebook/application-extension": "~7.0.0-beta.2",
17+
"@jupyter-notebook/console-extension": "~7.0.0-beta.2",
18+
"@jupyter-notebook/docmanager-extension": "~7.0.0-beta.2",
19+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.2",
20+
"@jupyter-notebook/help-extension": "~7.0.0-beta.2",
21+
"@jupyter-notebook/notebook-extension": "~7.0.0-beta.2",
22+
"@jupyter-notebook/terminal-extension": "~7.0.0-beta.2",
23+
"@jupyter-notebook/tree": "~7.0.0-beta.2",
24+
"@jupyter-notebook/tree-extension": "~7.0.0-beta.2",
25+
"@jupyter-notebook/ui-components": "~7.0.0-beta.2",
2626
"@jupyter/ydoc": "~1.0.2",
2727
"@jupyterlab/application": "~4.0.0-rc.1",
2828
"@jupyterlab/application-extension": "~4.0.0-rc.1",
@@ -112,17 +112,17 @@
112112
"yjs": "~13.6.1"
113113
},
114114
"dependencies": {
115-
"@jupyter-notebook/application": "^7.0.0-beta.1",
116-
"@jupyter-notebook/application-extension": "^7.0.0-beta.1",
117-
"@jupyter-notebook/console-extension": "^7.0.0-beta.1",
118-
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.1",
119-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.1",
120-
"@jupyter-notebook/help-extension": "^7.0.0-beta.1",
121-
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.1",
122-
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.1",
123-
"@jupyter-notebook/tree": "^7.0.0-beta.1",
124-
"@jupyter-notebook/tree-extension": "^7.0.0-beta.1",
125-
"@jupyter-notebook/ui-components": "^7.0.0-beta.1",
115+
"@jupyter-notebook/application": "^7.0.0-beta.2",
116+
"@jupyter-notebook/application-extension": "^7.0.0-beta.2",
117+
"@jupyter-notebook/console-extension": "^7.0.0-beta.2",
118+
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.2",
119+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.2",
120+
"@jupyter-notebook/help-extension": "^7.0.0-beta.2",
121+
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.2",
122+
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.2",
123+
"@jupyter-notebook/tree": "^7.0.0-beta.2",
124+
"@jupyter-notebook/tree-extension": "^7.0.0-beta.2",
125+
"@jupyter-notebook/ui-components": "^7.0.0-beta.2",
126126
"@jupyterlab/application-extension": "^4.0.0-rc.1",
127127
"@jupyterlab/apputils-extension": "^4.0.0-rc.1",
128128
"@jupyterlab/cell-toolbar-extension": "^4.0.0-rc.1",

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.0.0-beta.1",
3+
"version": "7.0.0-beta.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.0.0b1"
8+
__version__ = "7.0.0b2"
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.0.0-beta.1",
3+
"version": "7.0.0-beta.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.0.0-beta.1",
24-
"@jupyter-notebook/application-extension": "^7.0.0-beta.1",
25-
"@jupyter-notebook/console-extension": "^7.0.0-beta.1",
26-
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.1",
27-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.1",
28-
"@jupyter-notebook/help-extension": "^7.0.0-beta.1",
29-
"@jupyter-notebook/lab-extension": "^7.0.0-beta.1",
30-
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.1",
31-
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.1",
32-
"@jupyter-notebook/tree": "^7.0.0-beta.1",
33-
"@jupyter-notebook/tree-extension": "^7.0.0-beta.1",
34-
"@jupyter-notebook/ui-components": "^7.0.0-beta.1"
23+
"@jupyter-notebook/application": "^7.0.0-beta.2",
24+
"@jupyter-notebook/application-extension": "^7.0.0-beta.2",
25+
"@jupyter-notebook/console-extension": "^7.0.0-beta.2",
26+
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.2",
27+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.2",
28+
"@jupyter-notebook/help-extension": "^7.0.0-beta.2",
29+
"@jupyter-notebook/lab-extension": "^7.0.0-beta.2",
30+
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.2",
31+
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.2",
32+
"@jupyter-notebook/tree": "^7.0.0-beta.2",
33+
"@jupyter-notebook/tree-extension": "^7.0.0-beta.2",
34+
"@jupyter-notebook/ui-components": "^7.0.0-beta.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.0.0-beta.1",
3+
"version": "7.0.0-beta.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.0.0-beta.1",
42-
"@jupyter-notebook/ui-components": "^7.0.0-beta.1",
41+
"@jupyter-notebook/application": "^7.0.0-beta.2",
42+
"@jupyter-notebook/ui-components": "^7.0.0-beta.2",
4343
"@jupyterlab/application": "^4.0.0-rc.1",
4444
"@jupyterlab/apputils": "^4.0.0-rc.1",
4545
"@jupyterlab/celltags": "^4.0.0-alpha.20",

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

packages/console-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/docmanager-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/documentsearch-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
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-beta.1",
41+
"@jupyter-notebook/application": "^7.0.0-beta.2",
4242
"@jupyterlab/application": "^4.0.0-rc.1",
4343
"@jupyterlab/documentsearch": "^4.0.0-rc.1",
4444
"@lumino/widgets": "^2.1.1"

packages/help-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/help-extension",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
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-beta.1",
41+
"@jupyter-notebook/ui-components": "^7.0.0-beta.2",
4242
"@jupyterlab/application": "^4.0.0-rc.1",
4343
"@jupyterlab/apputils": "^4.0.0-rc.1",
4444
"@jupyterlab/mainmenu": "^4.0.0-rc.1",

packages/lab-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/lab-extension",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
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-beta.1",
46+
"@jupyter-notebook/application": "^7.0.0-beta.2",
4747
"@jupyterlab/application": "^4.0.0-rc.1",
4848
"@jupyterlab/apputils": "^4.0.0-rc.1",
4949
"@jupyterlab/coreutils": "^6.0.0-rc.1",

packages/notebook-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/notebook-extension",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
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-beta.1",
41+
"@jupyter-notebook/application": "^7.0.0-beta.2",
4242
"@jupyterlab/application": "^4.0.0-rc.1",
4343
"@jupyterlab/apputils": "^4.0.0-rc.1",
4444
"@jupyterlab/cells": "^4.0.0-rc.1",

packages/terminal-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/terminal-extension",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
44
"description": "Jupyter Notebook - Terminal Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/tree-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree-extension",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
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-beta.1",
42-
"@jupyter-notebook/tree": "^7.0.0-beta.1",
41+
"@jupyter-notebook/application": "^7.0.0-beta.2",
42+
"@jupyter-notebook/tree": "^7.0.0-beta.2",
4343
"@jupyterlab/application": "^4.0.0-rc.1",
4444
"@jupyterlab/apputils": "^4.0.0-rc.1",
4545
"@jupyterlab/coreutils": "^6.0.0-rc.1",

packages/tree/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
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-beta.1",
41+
"@jupyter-notebook/application": "^7.0.0-beta.2",
4242
"@jupyterlab/application": "^4.0.0-rc.1",
4343
"@jupyterlab/apputils": "^4.0.0-rc.1",
4444
"@jupyterlab/coreutils": "^6.0.0-rc.1",

packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/ui-components",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)