Skip to content

Commit d87f41d

Browse files
committed
Publish 7.0.0a11
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.11.tgz: 43fc448aef0e0971ebb528c983a7244499028bc21de8157793967d68bce59f52 jupyter-notebook-application-extension-7.0.0-alpha.11.tgz: 14553e2fa66f3b7d7147f103fc001f7ad7bdacea4b5cedb2d463ab0295088d8a jupyter-notebook-console-extension-7.0.0-alpha.11.tgz: dd811eeaace1700242edae6e3543996f4b0676f16811c8478db76583c235b7bf jupyter-notebook-docmanager-extension-7.0.0-alpha.11.tgz: 54e512f1e10530ae8cd2e00670a725af14b718ffde621f0b84d6177ea54143ca jupyter-notebook-documentsearch-extension-7.0.0-alpha.11.tgz: 8a12481cbaefe0dfcc7f48da0643b49024be1465e6d2014b87a6722cf6c3c579 jupyter-notebook-help-extension-7.0.0-alpha.11.tgz: c41ae544002a75e2907ce9e89ebd8cac466372e7dc3112544666251704a18500 jupyter-notebook-lab-extension-7.0.0-alpha.11.tgz: 3a9250504965a73173b62b2647d8de9946721e4c314f6b2a81690bac007932b8 jupyter-notebook-notebook-extension-7.0.0-alpha.11.tgz: 6a8c2e68f057ca6003047147abae1f8e7610f57e7fc2a9bb898e7b854fffab9d jupyter-notebook-terminal-extension-7.0.0-alpha.11.tgz: d81593481f4c51edabf2d034bb74e53ab377b53d0023429ae3bb82f22dbcf241 jupyter-notebook-tree-7.0.0-alpha.11.tgz: 834fd83e7089d9ee4420b09042627fe8ad033a1e77349203f8bdd964bcc14ce2 jupyter-notebook-tree-extension-7.0.0-alpha.11.tgz: aa4cbf17b4848561ba9dca12631fae6e3d13a475e56371e11fe31cfc613f8d20 jupyter-notebook-ui-components-7.0.0-alpha.11.tgz: dd90f2005f6f215b691fa2d7591770bc8f68add24db1d62cf4f9ac42853ab8ee notebook-7.0.0a11-py3-none-any.whl: c2bc660657886f7517b27fbbcc194bb193e204f9a26175bb1795eddad35a6191 notebook-7.0.0a11.tar.gz: df1c958abde60502925f6f64da27dd67a280417ca40214909a64c517b086cfde
1 parent 6d4eeed commit d87f41d

File tree

17 files changed

+76
-49
lines changed

17 files changed

+76
-49
lines changed

CHANGELOG.md

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

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

17+
## 7.0.0a11
18+
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a10...6d4eeed9d176e2523be7874ae4d9f46a99422d72))
20+
21+
### Enhancements made
22+
23+
- Tree view enhancement [#6588](https://github.com/jupyter/notebook/pull/6588) ([@brichet](https://github.com/brichet))
24+
- Add the Settings Editor to the landing page [#6316](https://github.com/jupyter/notebook/pull/6316) ([@jtpio](https://github.com/jtpio))
25+
26+
### Bugs fixed
27+
28+
- Fix console error when adding a widget to a side panel [#6694](https://github.com/jupyter/notebook/pull/6694) ([@jtpio](https://github.com/jtpio))
29+
30+
### Maintenance and upkeep improvements
31+
32+
- Help-extension split into multiple plugins [#6700](https://github.com/jupyter/notebook/pull/6700) ([@RRosio](https://github.com/RRosio))
33+
- Add releaser workflows [#6698](https://github.com/jupyter/notebook/pull/6698) ([@blink1073](https://github.com/blink1073))
34+
- Create `auto_author_assign.yml` workflow [#6696](https://github.com/jupyter/notebook/pull/6696) ([@jtpio](https://github.com/jtpio))
35+
- Add back `# type:ignore` [#6695](https://github.com/jupyter/notebook/pull/6695) ([@jtpio](https://github.com/jtpio))
36+
- Fix environment activation on Gitpod [#6693](https://github.com/jupyter/notebook/pull/6693) ([@jtpio](https://github.com/jtpio))
37+
38+
### Contributors to this release
39+
40+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-01-09&to=2023-01-19&type=c))
41+
42+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-01-09..2023-01-19&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-01-09..2023-01-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-01-09..2023-01-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-01-09..2023-01-19&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2023-01-09..2023-01-19&type=Issues)
43+
44+
<!-- <END NEW CHANGELOG ENTRY> -->
45+
1746
## 7.0.0a10
1847

1948
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a9...6205bf376f783b7202af71e1074f44086ee7056c))
@@ -50,8 +79,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
5079

5180
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2022-11-21..2023-01-09&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2022-11-21..2023-01-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2022-11-21..2023-01-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2022-11-21..2023-01-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2022-11-21..2023-01-09&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2022-11-21..2023-01-09&type=Issues) | [@yacchin1205](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayacchin1205+updated%3A2022-11-21..2023-01-09&type=Issues)
5281

53-
<!-- <END NEW CHANGELOG ENTRY> -->
54-
5582
## 7.0.0a9
5683

5784
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a8...b4006ce47bf37b31a7049a77971d7e5db1070660))

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-alpha.10",
3+
"version": "7.0.0-alpha.11",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -11,17 +11,17 @@
1111
"watch": "webpack --config ./webpack.config.watch.js"
1212
},
1313
"resolutions": {
14-
"@jupyter-notebook/application": "~7.0.0-alpha.10",
15-
"@jupyter-notebook/application-extension": "~7.0.0-alpha.10",
16-
"@jupyter-notebook/console-extension": "~7.0.0-alpha.10",
17-
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.10",
18-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.10",
19-
"@jupyter-notebook/help-extension": "~7.0.0-alpha.10",
20-
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.10",
21-
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.10",
22-
"@jupyter-notebook/tree": "~7.0.0-alpha.10",
23-
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.10",
24-
"@jupyter-notebook/ui-components": "~7.0.0-alpha.10",
14+
"@jupyter-notebook/application": "~7.0.0-alpha.11",
15+
"@jupyter-notebook/application-extension": "~7.0.0-alpha.11",
16+
"@jupyter-notebook/console-extension": "~7.0.0-alpha.11",
17+
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.11",
18+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.11",
19+
"@jupyter-notebook/help-extension": "~7.0.0-alpha.11",
20+
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.11",
21+
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.11",
22+
"@jupyter-notebook/tree": "~7.0.0-alpha.11",
23+
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.11",
24+
"@jupyter-notebook/ui-components": "~7.0.0-alpha.11",
2525
"@jupyter/ydoc": "~0.2.2",
2626
"@jupyterlab/application": "~4.0.0-alpha.17",
2727
"@jupyterlab/application-extension": "~4.0.0-alpha.17",
@@ -109,17 +109,17 @@
109109
"yjs": "~13.5.44"
110110
},
111111
"dependencies": {
112-
"@jupyter-notebook/application": "^7.0.0-alpha.10",
113-
"@jupyter-notebook/application-extension": "^7.0.0-alpha.10",
114-
"@jupyter-notebook/console-extension": "^7.0.0-alpha.10",
115-
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.10",
116-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.10",
117-
"@jupyter-notebook/help-extension": "^7.0.0-alpha.10",
118-
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.10",
119-
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.10",
120-
"@jupyter-notebook/tree": "^7.0.0-alpha.10",
121-
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.10",
122-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.10",
112+
"@jupyter-notebook/application": "^7.0.0-alpha.11",
113+
"@jupyter-notebook/application-extension": "^7.0.0-alpha.11",
114+
"@jupyter-notebook/console-extension": "^7.0.0-alpha.11",
115+
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.11",
116+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.11",
117+
"@jupyter-notebook/help-extension": "^7.0.0-alpha.11",
118+
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.11",
119+
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.11",
120+
"@jupyter-notebook/tree": "^7.0.0-alpha.11",
121+
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.11",
122+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.11",
123123
"@jupyterlab/application-extension": "^4.0.0-alpha.17",
124124
"@jupyterlab/apputils-extension": "^4.0.0-alpha.17",
125125
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.17",

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-alpha.10",
3+
"version": "7.0.0-alpha.11",
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.0a10"
8+
__version__ = "7.0.0a11"
99

1010
# PEP440 version parser
1111
_version_regex = re.compile(

packages/_metapackage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.0.0-alpha.10",
3+
"version": "7.0.0-alpha.11",
44
"private": true,
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",

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-alpha.10",
3+
"version": "7.0.0-alpha.11",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,8 +39,8 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.10",
43-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.10",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.11",
43+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.11",
4444
"@jupyterlab/application": "^4.0.0-alpha.17",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4646
"@jupyterlab/celltags": "^4.0.0-alpha.17",

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-alpha.10",
3+
"version": "7.0.0-alpha.11",
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-alpha.10",
3+
"version": "7.0.0-alpha.11",
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-alpha.10",
3+
"version": "7.0.0-alpha.11",
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-alpha.10",
3+
"version": "7.0.0-alpha.11",
44
"description": "Jupyter Notebook - Document Search Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.10",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.11",
4343
"@jupyterlab/application": "^4.0.0-alpha.17",
4444
"@jupyterlab/documentsearch": "^4.0.0-alpha.17",
4545
"@lumino/widgets": "^2.0.0-alpha.7"

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-alpha.10",
3+
"version": "7.0.0-alpha.11",
44
"description": "Jupyter Notebook - Help Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.10",
42+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.11",
4343
"@jupyterlab/application": "^4.0.0-alpha.17",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4545
"@jupyterlab/mainmenu": "^4.0.0-alpha.17",

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

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-alpha.10",
3+
"version": "7.0.0-alpha.11",
44
"description": "Jupyter Notebook - Notebook Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.10",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.11",
4343
"@jupyterlab/application": "^4.0.0-alpha.17",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4545
"@jupyterlab/cells": "^4.0.0-alpha.17",

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-alpha.10",
3+
"version": "7.0.0-alpha.11",
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-alpha.10",
3+
"version": "7.0.0-alpha.11",
44
"description": "Jupyter Notebook - Tree Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,8 +39,8 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.10",
43-
"@jupyter-notebook/tree": "^7.0.0-alpha.10",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.11",
43+
"@jupyter-notebook/tree": "^7.0.0-alpha.11",
4444
"@jupyterlab/application": "^4.0.0-alpha.17",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4646
"@jupyterlab/coreutils": "^6.0.0-alpha.17",

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-alpha.10",
3+
"version": "7.0.0-alpha.11",
44
"description": "Jupyter Notebook - Tree",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.10",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.11",
4343
"@jupyterlab/application": "^4.0.0-alpha.17",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.17",
4545
"@jupyterlab/coreutils": "^6.0.0-alpha.17",

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

0 commit comments

Comments
 (0)