Skip to content

Commit 600ae49

Browse files
Publish 7.0.0a7
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.7.tgz: d87e9351b279484115d8bf70b4286ce228d4333d736ed541f469f425d409f0ac jupyter-notebook-application-extension-7.0.0-alpha.7.tgz: 428807f0c3d0c006e68e93739fb973e28244fa483656bd41b89b8a138fe7b706 jupyter-notebook-console-extension-7.0.0-alpha.7.tgz: c9b0e682ae8a08d572d9d3e0b5fae90cd835a61c6c50e85876752413eb567d50 jupyter-notebook-docmanager-extension-7.0.0-alpha.7.tgz: 48c1fb0f8b90273a526c751c3c3411a3bf588484276cdc2f538b09e2a47dc66c jupyter-notebook-documentsearch-extension-7.0.0-alpha.7.tgz: 4ad2f6aec1e0e59c669ff578c687252842e896d451598147f637d0f99d952113 jupyter-notebook-help-extension-7.0.0-alpha.7.tgz: d60a0943b41c91f9bea38953853d8cb5f610fc40a61791f6f9bc9c1573936924 jupyter-notebook-lab-extension-7.0.0-alpha.7.tgz: e10d351f3629444429a6844ee7ba9d5b5b13e36cc9ae4fc0a68a42cff64a3a8c jupyter-notebook-notebook-extension-7.0.0-alpha.7.tgz: c86d0cbf91909a67291bd61afe2343064793513ae54c0508d218e0f5f867f32d jupyter-notebook-terminal-extension-7.0.0-alpha.7.tgz: 35228b25c03aafed128792c359f659668bdc6f625e0665de80320a97d933a74f jupyter-notebook-tree-7.0.0-alpha.7.tgz: 88706f73bfd859aab70c4a4429b7d783a689512e4c4e24b687ddc32585b0ab82 jupyter-notebook-tree-extension-7.0.0-alpha.7.tgz: 9c0e206b18f2ce681b14fde7d7eb6a60d4937215255a8ae7e3d02af45e056b99 jupyter-notebook-ui-components-7.0.0-alpha.7.tgz: b8e0ff399381d098185205558b0e3238486b545c4f89b16651ed80435a33adc0 notebook-7.0.0a7-py3-none-any.whl: 654c4c00e8837ebf4d3b6ae583c57ef3ef9a157ca7bc8069d1589b9e17742e2e notebook-7.0.0a7.tar.gz: e916fda62bf1815f8e9aad4aa5819d5d0ea743f3ece9f68d8b4a3d3f5bceed80
1 parent 82f00cf commit 600ae49

File tree

16 files changed

+48
-47
lines changed

16 files changed

+48
-47
lines changed

app/package.json

+24-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.6",
3+
"version": "7.0.0-alpha.7",
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.6",
15-
"@jupyter-notebook/application-extension": "~7.0.0-alpha.6",
16-
"@jupyter-notebook/console-extension": "~7.0.0-alpha.6",
17-
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.6",
18-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.6",
19-
"@jupyter-notebook/help-extension": "~7.0.0-alpha.6",
20-
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.6",
21-
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.6",
22-
"@jupyter-notebook/tree": "~7.0.0-alpha.6",
23-
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.6",
24-
"@jupyter-notebook/ui-components": "~7.0.0-alpha.6",
14+
"@jupyter-notebook/application": "~7.0.0-alpha.7",
15+
"@jupyter-notebook/application-extension": "~7.0.0-alpha.7",
16+
"@jupyter-notebook/console-extension": "~7.0.0-alpha.7",
17+
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.7",
18+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.7",
19+
"@jupyter-notebook/help-extension": "~7.0.0-alpha.7",
20+
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.7",
21+
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.7",
22+
"@jupyter-notebook/tree": "~7.0.0-alpha.7",
23+
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.7",
24+
"@jupyter-notebook/ui-components": "~7.0.0-alpha.7",
2525
"@jupyterlab/application": "~4.0.0-alpha.15",
2626
"@jupyterlab/application-extension": "~4.0.0-alpha.15",
2727
"@jupyterlab/apputils": "~4.0.0-alpha.15",
@@ -86,6 +86,7 @@
8686
"@jupyterlab/translation": "~4.0.0-alpha.15",
8787
"@jupyterlab/translation-extension": "~4.0.0-alpha.15",
8888
"@jupyterlab/ui-components": "~4.0.0-alpha.30",
89+
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.15",
8990
"@jupyterlab/vega5-extension": "~4.0.0-alpha.15",
9091
"@lumino/algorithm": "~2.0.0-alpha.6",
9192
"@lumino/application": "~2.0.0-alpha.6",
@@ -104,17 +105,17 @@
104105
"yjs": "~13.5.41"
105106
},
106107
"dependencies": {
107-
"@jupyter-notebook/application": "^7.0.0-alpha.6",
108-
"@jupyter-notebook/application-extension": "^7.0.0-alpha.6",
109-
"@jupyter-notebook/console-extension": "^7.0.0-alpha.6",
110-
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.6",
111-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.6",
112-
"@jupyter-notebook/help-extension": "^7.0.0-alpha.6",
113-
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.6",
114-
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.6",
115-
"@jupyter-notebook/tree": "^7.0.0-alpha.6",
116-
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.6",
117-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.6",
108+
"@jupyter-notebook/application": "^7.0.0-alpha.7",
109+
"@jupyter-notebook/application-extension": "^7.0.0-alpha.7",
110+
"@jupyter-notebook/console-extension": "^7.0.0-alpha.7",
111+
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.7",
112+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.7",
113+
"@jupyter-notebook/help-extension": "^7.0.0-alpha.7",
114+
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.7",
115+
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.7",
116+
"@jupyter-notebook/tree": "^7.0.0-alpha.7",
117+
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.7",
118+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.7",
118119
"@jupyterlab/application-extension": "^4.0.0-alpha.15",
119120
"@jupyterlab/apputils-extension": "^4.0.0-alpha.15",
120121
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.15",

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.6",
3+
"version": "7.0.0-alpha.7",
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
@@ -4,7 +4,7 @@
44
from collections import namedtuple
55

66
# Use "hatch version xx.yy.zz" to handle version changes
7-
__version__ = "7.0.0a6"
7+
__version__ = "7.0.0a7"
88

99
# PEP440 version parser
1010
_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.6",
3+
"version": "7.0.0-alpha.7",
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.6",
3+
"version": "7.0.0-alpha.7",
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.6",
43-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.6",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.7",
43+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.7",
4444
"@jupyterlab/application": "^4.0.0-alpha.15",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.15",
4646
"@jupyterlab/celltags": "^4.0.0-alpha.15",

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.6",
3+
"version": "7.0.0-alpha.7",
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.6",
3+
"version": "7.0.0-alpha.7",
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.6",
3+
"version": "7.0.0-alpha.7",
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.6",
3+
"version": "7.0.0-alpha.7",
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.6",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.7",
4343
"@jupyterlab/application": "^4.0.0-alpha.15",
4444
"@jupyterlab/documentsearch": "^4.0.0-alpha.15",
4545
"@lumino/widgets": "^2.0.0-alpha.6"

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.6",
3+
"version": "7.0.0-alpha.7",
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.6",
42+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.7",
4343
"@jupyterlab/application": "^4.0.0-alpha.15",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.15",
4545
"@jupyterlab/mainmenu": "^4.0.0-alpha.15",

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

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

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

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

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

0 commit comments

Comments
 (0)