Publish 7.0.0a17

SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.17.tgz: fd0a4bbc197aa47b5ba6e79759306e676abce29962885418f3d2469e838050dd

jupyter-notebook-application-extension-7.0.0-alpha.17.tgz: a8bb9e049d8520a7c6d3aa92293d1501e2c028994c8f88a8274ebe50f55fb71e

jupyter-notebook-console-extension-7.0.0-alpha.17.tgz: 069fb2ba8d7778739d7357c1359019a77393c4ed2d91e50a76a1547f81c49e47

jupyter-notebook-docmanager-extension-7.0.0-alpha.17.tgz: 54059a403c4eea255d2e1bac118d808e11cd3dc3fe9c6b6c527d3c0c722053fe

jupyter-notebook-documentsearch-extension-7.0.0-alpha.17.tgz: eaaaa8daf944b0f7087afc63d88a60e9f62a6efd939bf46a56a907be516eca1a

jupyter-notebook-help-extension-7.0.0-alpha.17.tgz: 0f1a8ce109175c31ccf30d324b6e35178b06e82b0e0fc4bf268bfe1dd91b4eea

jupyter-notebook-lab-extension-7.0.0-alpha.17.tgz: c887a7c27f5f37ad71b4410368228966c6055432e37a51c1fc15d5b3418a4c66

jupyter-notebook-notebook-extension-7.0.0-alpha.17.tgz: 17cac111ee63a09a685ef2ff955917abb9fbec386620a37c0d680aae4da7bc46

jupyter-notebook-terminal-extension-7.0.0-alpha.17.tgz: 124a73f6b631d64e5c02dbd87bad104bf3b5b7b4ea92e0c067526ff63f2151f5

jupyter-notebook-tree-7.0.0-alpha.17.tgz: a5a348712c99e3b413307b5599982c89e758e4435dd8cc2741ca0bd1154f9f2b

jupyter-notebook-tree-extension-7.0.0-alpha.17.tgz: 1a4f8e322cff780cd439b1f5722ef416b46e2c203ca3f680d4da1a70f9fdbeb1

jupyter-notebook-ui-components-7.0.0-alpha.17.tgz: 8ad41bb70995a8dcbc6f64e785d823456e594f6069218b7b20da74e8d66abd0b

notebook-7.0.0a17-py3-none-any.whl: 43017968236c163364490ccd0178a68023c9c7d1fbcdaf9118ebcf1c79f37f77

notebook-7.0.0a17.tar.gz: cf2e5855e07a7b8c08efbeae23643deb29814858d26940a772274365f371a343
jtpio 3 years ago
parent 7903de83e8
commit cc454bb0cc

@ -14,6 +14,32 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
<!-- <START NEW CHANGELOG ENTRY> -->
## 7.0.0a17
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a16...7903de83e83a6ce342d71895dc1e8c2ec8128174))
### Highlights
This major change in this release is the update to the latest JupyterLab `4.0.0a37`.
Check out the [JupyterLab `4.0.0a37` release notes](https://github.com/jupyterlab/jupyterlab/releases/tag/v4.0.0a37) for more details.
### Enhancements made
- Update to JupyterLab 4.0.0a37 [#6777](https://github.com/jupyter/notebook/pull/6777) ([@jtpio](https://github.com/jtpio))
### Maintenance and upkeep improvements
- Replace the use of `toArray` by `Array.from` [#6775](https://github.com/jupyter/notebook/pull/6775) ([@tarunsamanta2k20](https://github.com/tarunsamanta2k20))
### Contributors to this release
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-03-15&to=2023-03-20&type=c))
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-15..2023-03-20&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-15..2023-03-20&type=Issues) | [@tarunsamanta2k20](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atarunsamanta2k20+updated%3A2023-03-15..2023-03-20&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 7.0.0a16
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a15...0faa88c8b65e0302f1904e4ca9cd2e551525f352))
@ -38,8 +64,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
[@afshin](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aafshin+updated%3A2023-03-08..2023-03-15&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-03-08..2023-03-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-08..2023-03-15&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-08..2023-03-15&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 7.0.0a15
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a14...1ccb8f15d6bf3557eed2405438a9df3c1d6cd040))

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"private": true,
"scripts": {
"build": "webpack",
@ -10,17 +10,17 @@
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@jupyter-notebook/application": "~7.0.0-alpha.16",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.16",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.16",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.16",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.16",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.16",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.16",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.16",
"@jupyter-notebook/tree": "~7.0.0-alpha.16",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.16",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.16",
"@jupyter-notebook/application": "~7.0.0-alpha.17",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/tree": "~7.0.0-alpha.17",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.17",
"@jupyter/ydoc": "~0.3.4",
"@jupyterlab/application": "~4.0.0-alpha.22",
"@jupyterlab/application-extension": "~4.0.0-alpha.22",
@ -106,17 +106,17 @@
"yjs": "~13.5.50"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.16",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/tree": "^7.0.0-alpha.16",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.16",
"@jupyter-notebook/application": "^7.0.0-alpha.17",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/tree": "^7.0.0-alpha.17",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.17",
"@jupyterlab/application-extension": "^4.0.0-alpha.22",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.22",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.22",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/buildutils",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"private": true,
"description": "Jupyter Notebook - Build Utilities",
"homepage": "https://github.com/jupyter/notebook",

@ -5,7 +5,7 @@ import re
from collections import namedtuple
# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "7.0.0a16"
__version__ = "7.0.0a17"
# PEP440 version parser
_version_regex = re.compile(

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/metapackage",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"private": true,
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",
@ -20,18 +20,18 @@
"watch": "tsc -b -w --preserveWatchOutput"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.16",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/lab-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/tree": "^7.0.0-alpha.16",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.16",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.16"
"@jupyter-notebook/application": "^7.0.0-alpha.17",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/lab-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/tree": "^7.0.0-alpha.17",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.17"
},
"devDependencies": {
"typescript": "~5.0.2"

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application-extension",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Application Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,8 +38,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.16",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.16",
"@jupyter-notebook/application": "^7.0.0-alpha.17",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.17",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/celltags": "^4.0.0-alpha.20",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Application",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/console-extension",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Console Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/docmanager-extension",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Document Manager Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/documentsearch-extension",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Document Search Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.16",
"@jupyter-notebook/application": "^7.0.0-alpha.17",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/documentsearch": "^4.0.0-alpha.22",
"@lumino/widgets": "^2.0.0"

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/help-extension",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Help Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.0.0-alpha.16",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.17",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/mainmenu": "^4.0.0-alpha.22",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/lab-extension",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Lab Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -43,7 +43,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.16",
"@jupyter-notebook/application": "^7.0.0-alpha.17",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/coreutils": "^6.0.0-alpha.22",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/notebook-extension",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Notebook Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.16",
"@jupyter-notebook/application": "^7.0.0-alpha.17",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/cells": "^4.0.0-alpha.22",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/terminal-extension",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Terminal Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree-extension",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Tree Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,8 +38,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.16",
"@jupyter-notebook/tree": "^7.0.0-alpha.16",
"@jupyter-notebook/application": "^7.0.0-alpha.17",
"@jupyter-notebook/tree": "^7.0.0-alpha.17",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/coreutils": "^6.0.0-alpha.22",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - Tree",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.16",
"@jupyter-notebook/application": "^7.0.0-alpha.17",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/coreutils": "^6.0.0-alpha.22",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/ui-components",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

@ -1983,17 +1983,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter-notebook/app@workspace:app"
dependencies:
"@jupyter-notebook/application": ^7.0.0-alpha.16
"@jupyter-notebook/application-extension": ^7.0.0-alpha.16
"@jupyter-notebook/console-extension": ^7.0.0-alpha.16
"@jupyter-notebook/docmanager-extension": ^7.0.0-alpha.16
"@jupyter-notebook/documentsearch-extension": ^7.0.0-alpha.16
"@jupyter-notebook/help-extension": ^7.0.0-alpha.16
"@jupyter-notebook/notebook-extension": ^7.0.0-alpha.16
"@jupyter-notebook/terminal-extension": ^7.0.0-alpha.16
"@jupyter-notebook/tree": ^7.0.0-alpha.16
"@jupyter-notebook/tree-extension": ^7.0.0-alpha.16
"@jupyter-notebook/ui-components": ^7.0.0-alpha.16
"@jupyter-notebook/application": ^7.0.0-alpha.17
"@jupyter-notebook/application-extension": ^7.0.0-alpha.17
"@jupyter-notebook/console-extension": ^7.0.0-alpha.17
"@jupyter-notebook/docmanager-extension": ^7.0.0-alpha.17
"@jupyter-notebook/documentsearch-extension": ^7.0.0-alpha.17
"@jupyter-notebook/help-extension": ^7.0.0-alpha.17
"@jupyter-notebook/notebook-extension": ^7.0.0-alpha.17
"@jupyter-notebook/terminal-extension": ^7.0.0-alpha.17
"@jupyter-notebook/tree": ^7.0.0-alpha.17
"@jupyter-notebook/tree-extension": ^7.0.0-alpha.17
"@jupyter-notebook/ui-components": ^7.0.0-alpha.17
"@jupyterlab/application-extension": ^4.0.0-alpha.22
"@jupyterlab/apputils-extension": ^4.0.0-alpha.22
"@jupyterlab/builder": ^4.0.0-alpha.22
@ -2055,12 +2055,12 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/application-extension@^7.0.0-alpha.16, @jupyter-notebook/application-extension@workspace:packages/application-extension":
"@jupyter-notebook/application-extension@^7.0.0-alpha.17, @jupyter-notebook/application-extension@workspace:packages/application-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/application-extension@workspace:packages/application-extension"
dependencies:
"@jupyter-notebook/application": ^7.0.0-alpha.16
"@jupyter-notebook/ui-components": ^7.0.0-alpha.16
"@jupyter-notebook/application": ^7.0.0-alpha.17
"@jupyter-notebook/ui-components": ^7.0.0-alpha.17
"@jupyterlab/application": ^4.0.0-alpha.22
"@jupyterlab/apputils": ^4.0.0-alpha.22
"@jupyterlab/celltags": ^4.0.0-alpha.20
@ -2080,7 +2080,7 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/application@^7.0.0-alpha.16, @jupyter-notebook/application@workspace:packages/application":
"@jupyter-notebook/application@^7.0.0-alpha.17, @jupyter-notebook/application@workspace:packages/application":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/application@workspace:packages/application"
dependencies:
@ -2120,7 +2120,7 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/console-extension@^7.0.0-alpha.16, @jupyter-notebook/console-extension@workspace:packages/console-extension":
"@jupyter-notebook/console-extension@^7.0.0-alpha.17, @jupyter-notebook/console-extension@workspace:packages/console-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension"
dependencies:
@ -2133,7 +2133,7 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/docmanager-extension@^7.0.0-alpha.16, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension":
"@jupyter-notebook/docmanager-extension@^7.0.0-alpha.17, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension"
dependencies:
@ -2149,11 +2149,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/documentsearch-extension@^7.0.0-alpha.16, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension":
"@jupyter-notebook/documentsearch-extension@^7.0.0-alpha.17, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension"
dependencies:
"@jupyter-notebook/application": ^7.0.0-alpha.16
"@jupyter-notebook/application": ^7.0.0-alpha.17
"@jupyterlab/application": ^4.0.0-alpha.22
"@jupyterlab/documentsearch": ^4.0.0-alpha.22
"@lumino/widgets": ^2.0.0
@ -2162,11 +2162,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/help-extension@^7.0.0-alpha.16, @jupyter-notebook/help-extension@workspace:packages/help-extension":
"@jupyter-notebook/help-extension@^7.0.0-alpha.17, @jupyter-notebook/help-extension@workspace:packages/help-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/help-extension@workspace:packages/help-extension"
dependencies:
"@jupyter-notebook/ui-components": ^7.0.0-alpha.16
"@jupyter-notebook/ui-components": ^7.0.0-alpha.17
"@jupyterlab/application": ^4.0.0-alpha.22
"@jupyterlab/apputils": ^4.0.0-alpha.22
"@jupyterlab/mainmenu": ^4.0.0-alpha.22
@ -2178,11 +2178,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/lab-extension@^7.0.0-alpha.16, @jupyter-notebook/lab-extension@workspace:packages/lab-extension":
"@jupyter-notebook/lab-extension@^7.0.0-alpha.17, @jupyter-notebook/lab-extension@workspace:packages/lab-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/lab-extension@workspace:packages/lab-extension"
dependencies:
"@jupyter-notebook/application": ^7.0.0-alpha.16
"@jupyter-notebook/application": ^7.0.0-alpha.17
"@jupyterlab/application": ^4.0.0-alpha.22
"@jupyterlab/apputils": ^4.0.0-alpha.22
"@jupyterlab/builder": ^4.0.0-alpha.22
@ -2202,27 +2202,27 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage"
dependencies:
"@jupyter-notebook/application": ^7.0.0-alpha.16
"@jupyter-notebook/application-extension": ^7.0.0-alpha.16
"@jupyter-notebook/console-extension": ^7.0.0-alpha.16
"@jupyter-notebook/docmanager-extension": ^7.0.0-alpha.16
"@jupyter-notebook/documentsearch-extension": ^7.0.0-alpha.16
"@jupyter-notebook/help-extension": ^7.0.0-alpha.16
"@jupyter-notebook/lab-extension": ^7.0.0-alpha.16
"@jupyter-notebook/notebook-extension": ^7.0.0-alpha.16
"@jupyter-notebook/terminal-extension": ^7.0.0-alpha.16
"@jupyter-notebook/tree": ^7.0.0-alpha.16
"@jupyter-notebook/tree-extension": ^7.0.0-alpha.16
"@jupyter-notebook/ui-components": ^7.0.0-alpha.16
"@jupyter-notebook/application": ^7.0.0-alpha.17
"@jupyter-notebook/application-extension": ^7.0.0-alpha.17
"@jupyter-notebook/console-extension": ^7.0.0-alpha.17
"@jupyter-notebook/docmanager-extension": ^7.0.0-alpha.17
"@jupyter-notebook/documentsearch-extension": ^7.0.0-alpha.17
"@jupyter-notebook/help-extension": ^7.0.0-alpha.17
"@jupyter-notebook/lab-extension": ^7.0.0-alpha.17
"@jupyter-notebook/notebook-extension": ^7.0.0-alpha.17
"@jupyter-notebook/terminal-extension": ^7.0.0-alpha.17
"@jupyter-notebook/tree": ^7.0.0-alpha.17
"@jupyter-notebook/tree-extension": ^7.0.0-alpha.17
"@jupyter-notebook/ui-components": ^7.0.0-alpha.17
typescript: ~5.0.2
languageName: unknown
linkType: soft
"@jupyter-notebook/notebook-extension@^7.0.0-alpha.16, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension":
"@jupyter-notebook/notebook-extension@^7.0.0-alpha.17, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/notebook-extension@workspace:packages/notebook-extension"
dependencies:
"@jupyter-notebook/application": ^7.0.0-alpha.16
"@jupyter-notebook/application": ^7.0.0-alpha.17
"@jupyterlab/application": ^4.0.0-alpha.22
"@jupyterlab/apputils": ^4.0.0-alpha.22
"@jupyterlab/cells": ^4.0.0-alpha.22
@ -2257,7 +2257,7 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/terminal-extension@^7.0.0-alpha.16, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension":
"@jupyter-notebook/terminal-extension@^7.0.0-alpha.17, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension"
dependencies:
@ -2270,12 +2270,12 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/tree-extension@^7.0.0-alpha.16, @jupyter-notebook/tree-extension@workspace:packages/tree-extension":
"@jupyter-notebook/tree-extension@^7.0.0-alpha.17, @jupyter-notebook/tree-extension@workspace:packages/tree-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/tree-extension@workspace:packages/tree-extension"
dependencies:
"@jupyter-notebook/application": ^7.0.0-alpha.16
"@jupyter-notebook/tree": ^7.0.0-alpha.16
"@jupyter-notebook/application": ^7.0.0-alpha.17
"@jupyter-notebook/tree": ^7.0.0-alpha.17
"@jupyterlab/application": ^4.0.0-alpha.22
"@jupyterlab/apputils": ^4.0.0-alpha.22
"@jupyterlab/coreutils": ^6.0.0-alpha.22
@ -2296,11 +2296,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/tree@^7.0.0-alpha.16, @jupyter-notebook/tree@workspace:packages/tree":
"@jupyter-notebook/tree@^7.0.0-alpha.17, @jupyter-notebook/tree@workspace:packages/tree":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/tree@workspace:packages/tree"
dependencies:
"@jupyter-notebook/application": ^7.0.0-alpha.16
"@jupyter-notebook/application": ^7.0.0-alpha.17
"@jupyterlab/application": ^4.0.0-alpha.22
"@jupyterlab/apputils": ^4.0.0-alpha.22
"@jupyterlab/coreutils": ^6.0.0-alpha.22
@ -2321,7 +2321,7 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/ui-components@^7.0.0-alpha.16, @jupyter-notebook/ui-components@workspace:packages/ui-components":
"@jupyter-notebook/ui-components@^7.0.0-alpha.17, @jupyter-notebook/ui-components@workspace:packages/ui-components":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components"
dependencies:

Loading…
Cancel
Save