Skip to content

Commit b44f2c3

Browse files
committed
Publish 7.0.0a13
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.13.tgz: d556497822d9386c5cd5dd1d38aefe5716ae61ea1e277c30c4a51ba4c102af5b jupyter-notebook-application-extension-7.0.0-alpha.13.tgz: 6440c420cb05f3b01883789fd09b51cd24b4dbb70e0c1496071cc497daa328c2 jupyter-notebook-console-extension-7.0.0-alpha.13.tgz: 1c8b5c0e4e8fd8a3b1e88749dcd1217506aa290a2d0c52c2ff72f2d0eb567f96 jupyter-notebook-docmanager-extension-7.0.0-alpha.13.tgz: 2525b1c5e15b7cc0d1f8a65a3f215aa05a3568b45c50b1315d47d9478b014012 jupyter-notebook-documentsearch-extension-7.0.0-alpha.13.tgz: 57bb7ebaff6e20454348b22b8ab23e632bf45b16c3042671ad59601df7a0471b jupyter-notebook-help-extension-7.0.0-alpha.13.tgz: c0f2066eaa83bd94352db52fe1788dc2285340976774a96fdcd96752afa8513e jupyter-notebook-lab-extension-7.0.0-alpha.13.tgz: 70e11b99f65e6fd51a7d536a614073e93e2438b7613770b6d6e113c60e499d5a jupyter-notebook-notebook-extension-7.0.0-alpha.13.tgz: 80eb5395ed768409ee7034d95eea99c6448a989a9ca9660df387ed9a8f203c9f jupyter-notebook-terminal-extension-7.0.0-alpha.13.tgz: 7b9ebefd5f5618e645a452c72e20f2f5ef074501132d81ced86ce1ff52f953e2 jupyter-notebook-tree-7.0.0-alpha.13.tgz: 5c8b065e6ad63520da4cdce4117873586c8e9cd3608714c9425eb8b4e389a7e6 jupyter-notebook-tree-extension-7.0.0-alpha.13.tgz: 69fa7e81012a1adaf0bc7c9565c51cbf7474e10fb80aff70729210b135532cd6 jupyter-notebook-ui-components-7.0.0-alpha.13.tgz: 933aa0680c1133cd218da4c31d1949a381eb88c29a92fd67ea1487555b338c6b notebook-7.0.0a13-py3-none-any.whl: 35f6408d4257960ba12b726aba2951b51b949285077179f446d36b6012dcc737 notebook-7.0.0a13.tar.gz: e69d8a3d25cc1c39e108927d31ffe3a02f8afc7d5af24ca54040ea2241490449
1 parent ef67879 commit b44f2c3

File tree

17 files changed

+72
-49
lines changed

17 files changed

+72
-49
lines changed

CHANGELOG.md

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

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

17+
## 7.0.0a13
18+
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a12...ef67879306b27dfa78b8d639d9cc142b50f8c7ba))
20+
21+
### Enhancements made
22+
23+
- Update to JupyterLab 4.0.0a34 [#6732](https://github.com/jupyter/notebook/pull/6732) ([@jtpio](https://github.com/jtpio))
24+
- Hide the debugger button on mobile [#6731](https://github.com/jupyter/notebook/pull/6731) ([@jtpio](https://github.com/jtpio))
25+
- Adds translator to the NotebookShell [#6725](https://github.com/jupyter/notebook/pull/6725) ([@brichet](https://github.com/brichet))
26+
- Resolving some accessibility issues [#6719](https://github.com/jupyter/notebook/pull/6719) ([@brichet](https://github.com/brichet))
27+
28+
### Maintenance and upkeep improvements
29+
30+
- Fix Playwright snapshot update workflow [#6724](https://github.com/jupyter/notebook/pull/6724) ([@jtpio](https://github.com/jtpio))
31+
- Add workflow to update snapshots [#6723](https://github.com/jupyter/notebook/pull/6723) ([@jtpio](https://github.com/jtpio))
32+
- Use Playwright `webServer` [#6720](https://github.com/jupyter/notebook/pull/6720) ([@jtpio](https://github.com/jtpio))
33+
34+
### Contributors to this release
35+
36+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-02-08&to=2023-02-15&type=c))
37+
38+
[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-02-08..2023-02-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-02-08..2023-02-15&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-02-08..2023-02-15&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-02-08..2023-02-15&type=Issues)
39+
40+
<!-- <END NEW CHANGELOG ENTRY> -->
41+
1742
## 7.0.0a12
1843

1944
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a11...27c2bfbb80d42a3fd2541b13fae6143e2e91e4dd))
@@ -33,8 +58,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
3358

3459
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-01-19..2023-02-08&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-01-19..2023-02-08&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-01-19..2023-02-08&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-01-19..2023-02-08&type=Issues)
3560

36-
<!-- <END NEW CHANGELOG ENTRY> -->
37-
3861
## 7.0.0a11
3962

4063
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a10...6d4eeed9d176e2523be7874ae4d9f46a99422d72))

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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
15-
"@jupyter-notebook/application-extension": "~7.0.0-alpha.12",
16-
"@jupyter-notebook/console-extension": "~7.0.0-alpha.12",
17-
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.12",
18-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.12",
19-
"@jupyter-notebook/help-extension": "~7.0.0-alpha.12",
20-
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.12",
21-
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.12",
22-
"@jupyter-notebook/tree": "~7.0.0-alpha.12",
23-
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.12",
24-
"@jupyter-notebook/ui-components": "~7.0.0-alpha.12",
14+
"@jupyter-notebook/application": "~7.0.0-alpha.13",
15+
"@jupyter-notebook/application-extension": "~7.0.0-alpha.13",
16+
"@jupyter-notebook/console-extension": "~7.0.0-alpha.13",
17+
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.13",
18+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.13",
19+
"@jupyter-notebook/help-extension": "~7.0.0-alpha.13",
20+
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.13",
21+
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.13",
22+
"@jupyter-notebook/tree": "~7.0.0-alpha.13",
23+
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.13",
24+
"@jupyter-notebook/ui-components": "~7.0.0-alpha.13",
2525
"@jupyter/ydoc": "~0.3.1",
2626
"@jupyterlab/application": "~4.0.0-alpha.19",
2727
"@jupyterlab/application-extension": "~4.0.0-alpha.19",
@@ -105,17 +105,17 @@
105105
"yjs": "~13.5.45"
106106
},
107107
"dependencies": {
108-
"@jupyter-notebook/application": "^7.0.0-alpha.12",
109-
"@jupyter-notebook/application-extension": "^7.0.0-alpha.12",
110-
"@jupyter-notebook/console-extension": "^7.0.0-alpha.12",
111-
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.12",
112-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.12",
113-
"@jupyter-notebook/help-extension": "^7.0.0-alpha.12",
114-
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.12",
115-
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.12",
116-
"@jupyter-notebook/tree": "^7.0.0-alpha.12",
117-
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.12",
118-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.12",
108+
"@jupyter-notebook/application": "^7.0.0-alpha.13",
109+
"@jupyter-notebook/application-extension": "^7.0.0-alpha.13",
110+
"@jupyter-notebook/console-extension": "^7.0.0-alpha.13",
111+
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.13",
112+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.13",
113+
"@jupyter-notebook/help-extension": "^7.0.0-alpha.13",
114+
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.13",
115+
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.13",
116+
"@jupyter-notebook/tree": "^7.0.0-alpha.13",
117+
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.13",
118+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.13",
119119
"@jupyterlab/application-extension": "^4.0.0-alpha.19",
120120
"@jupyterlab/apputils-extension": "^4.0.0-alpha.19",
121121
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.19",

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.12",
3+
"version": "7.0.0-alpha.13",
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.0a12"
8+
__version__ = "7.0.0a13"
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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
43-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.12",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.13",
43+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.13",
4444
"@jupyterlab/application": "^4.0.0-alpha.19",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.19",
4646
"@jupyterlab/celltags": "^4.0.0-alpha.19",

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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.13",
4343
"@jupyterlab/application": "^4.0.0-alpha.19",
4444
"@jupyterlab/documentsearch": "^4.0.0-alpha.19",
4545
"@lumino/widgets": "^2.0.0-beta.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-alpha.12",
3+
"version": "7.0.0-alpha.13",
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.12",
42+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.13",
4343
"@jupyterlab/application": "^4.0.0-alpha.19",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.19",
4545
"@jupyterlab/mainmenu": "^4.0.0-alpha.19",

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

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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.13",
4343
"@jupyterlab/application": "^4.0.0-alpha.19",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.19",
4545
"@jupyterlab/cells": "^4.0.0-alpha.19",

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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
43-
"@jupyter-notebook/tree": "^7.0.0-alpha.12",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.13",
43+
"@jupyter-notebook/tree": "^7.0.0-alpha.13",
4444
"@jupyterlab/application": "^4.0.0-alpha.19",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.19",
4646
"@jupyterlab/coreutils": "^6.0.0-alpha.19",

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.12",
3+
"version": "7.0.0-alpha.13",
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.12",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.13",
4343
"@jupyterlab/application": "^4.0.0-alpha.19",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.19",
4545
"@jupyterlab/coreutils": "^6.0.0-alpha.19",

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

0 commit comments

Comments
 (0)