Publish 7.4.0a2

SHA256 hashes:

jupyter-notebook-application-7.4.0-alpha.2.tgz: f91bb87c4b717323cdcb82dbb15503d23adebe5d414f872c5485b52aa9b491df

jupyter-notebook-application-extension-7.4.0-alpha.2.tgz: 59711fc1531043615b96d1552d9f6ade547a1a750cee749b84bbea18235691d4

jupyter-notebook-console-extension-7.4.0-alpha.2.tgz: 1d1d6247fb88b05a5ed6190a18eda9a5c4d5e88308d59569abba19f4d8b8a527

jupyter-notebook-docmanager-extension-7.4.0-alpha.2.tgz: 43b32f4f4286152d2b1e386ebd0e77f02c3f24f24416c3455d23c568ee316486

jupyter-notebook-documentsearch-extension-7.4.0-alpha.2.tgz: 17bb58bd35921bd1c674f5a0f9f8a8fe516aa4358da7f0043a3d890087555499

jupyter-notebook-help-extension-7.4.0-alpha.2.tgz: 3052040da89c6fd9e3c1d204263def9a64a6d3b49f661e20f1ea179133ba7046

jupyter-notebook-lab-extension-7.4.0-alpha.2.tgz: 3392051dfb7f9eb2f103e35303e711c873cda868a6da59d350a83b5b332dd4cc

jupyter-notebook-notebook-extension-7.4.0-alpha.2.tgz: 3769e7373865b2f77936ea220f33358e586d94f3817c8bdb39bf8517dce9e071

jupyter-notebook-terminal-extension-7.4.0-alpha.2.tgz: 848ffece9ee72f4ce7900a991ef527ab3080a381a013f13612d8f889971848b8

jupyter-notebook-tree-7.4.0-alpha.2.tgz: b06592692fe51f68556232a47840ecfe434c73e22451feba93183d408d9c1649

jupyter-notebook-tree-extension-7.4.0-alpha.2.tgz: 936e8ff9494a061816b90c14c95d673aecbe84103e968b486eb76c55ad1c4761

jupyter-notebook-ui-components-7.4.0-alpha.2.tgz: bd9d372a1521f14d17fa4607107f9ea629b0a5bc74369d28d18ca1cc64ebac00

notebook-7.4.0a2-py3-none-any.whl: 8c75ccb43ce50368b06cab84e4b18e701c7b014ff7cfdb9f15030b0b42d72765

notebook-7.4.0a2.tar.gz: 773564db8456a14aaff7b3ecbdb62f91f1f698bad2607f27c3f48239fac8fdb0
This commit is contained in:
jtpio 2025-02-03 11:35:54 +00:00
parent ef4f6346cd
commit 0442b49351
18 changed files with 133 additions and 111 deletions

View File

@ -75,6 +75,30 @@ You can open JupyterLab by clicking on `View > Open JupyterLab`.
<!-- <START NEW CHANGELOG ENTRY> -->
## 7.4.0a2
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.1...ef4f6346cd6b377ade271fcd61810b5d2a7d0f41))
### Enhancements made
- Update to JupyterLab v4.4.0a3 [#7577](https://github.com/jupyter/notebook/pull/7577) ([@jtpio](https://github.com/jtpio))
### Bugs fixed
- Fix undefined error when checkpoints is empty [#7567](https://github.com/jupyter/notebook/pull/7567) ([@jdavid](https://github.com/jdavid))
### Maintenance and upkeep improvements
- Allow owners/members/collab to trigger galata update on other's PR [#7572](https://github.com/jupyter/notebook/pull/7572) ([@krassowski](https://github.com/krassowski))
### Contributors to this release
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-01-07&to=2025-02-03&type=c))
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-01-07..2025-02-03&type=Issues) | [@jdavid](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajdavid+updated%3A2025-01-07..2025-02-03&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-01-07..2025-02-03&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2025-01-07..2025-02-03&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2025-01-07..2025-02-03&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 7.4.0a1
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.0...18672b7e85ec5181e4c5c18d2e32c3e9eab7260c))
@ -93,8 +117,6 @@ You can open JupyterLab by clicking on `View > Open JupyterLab`.
[@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2024-12-21..2025-01-07&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-12-21..2025-01-07&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-12-21..2025-01-07&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 7.4.0a0
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.2...12efbe601858c317bf677dc835d314489357e20d))

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"private": true,
"scripts": {
"build": "webpack",
@ -12,17 +12,17 @@
"resolutions": {
"@codemirror/state": "~6.5.0",
"@codemirror/view": "~6.36.1",
"@jupyter-notebook/application": "~7.4.0-alpha.1",
"@jupyter-notebook/application-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/console-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/help-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/notebook-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/terminal-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/tree": "~7.4.0-alpha.1",
"@jupyter-notebook/tree-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/ui-components": "~7.4.0-alpha.1",
"@jupyter-notebook/application": "~7.4.0-alpha.2",
"@jupyter-notebook/application-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/console-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/docmanager-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/documentsearch-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/help-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/notebook-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/terminal-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/tree": "~7.4.0-alpha.2",
"@jupyter-notebook/tree-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/ui-components": "~7.4.0-alpha.2",
"@jupyter/react-components": "~0.16.7",
"@jupyter/web-components": "~0.16.7",
"@jupyter/ydoc": "~3.0.0",
@ -123,17 +123,17 @@
"yjs": "~13.6.8"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/console-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/help-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/notebook-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/terminal-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/tree": "^7.4.0-alpha.1",
"@jupyter-notebook/tree-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyter-notebook/application-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/console-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/docmanager-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/documentsearch-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/help-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/notebook-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/terminal-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/tree": "^7.4.0-alpha.2",
"@jupyter-notebook/tree-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.2",
"@jupyterlab/application-extension": "~4.4.0-alpha.3",
"@jupyterlab/apputils-extension": "~4.4.0-alpha.3",
"@jupyterlab/attachments": "~4.4.0-alpha.3",

View File

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

View File

@ -6,7 +6,7 @@ import re
from collections import namedtuple
# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "7.4.0a1"
__version__ = "7.4.0a2"
# PEP440 version parser
_version_regex = re.compile(

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/metapackage",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"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.4.0-alpha.1",
"@jupyter-notebook/application-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/console-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/help-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/lab-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/notebook-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/terminal-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/tree": "^7.4.0-alpha.1",
"@jupyter-notebook/tree-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.1"
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyter-notebook/application-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/console-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/docmanager-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/documentsearch-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/help-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/lab-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/notebook-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/terminal-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/tree": "^7.4.0-alpha.2",
"@jupyter-notebook/tree-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.2"
},
"devDependencies": {
"typescript": "~5.1.6"

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"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.4.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/codeeditor": "~4.4.0-alpha.3",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/console-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Console Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/console": "~4.4.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/docmanager-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Document Manager Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
"@jupyterlab/docmanager": "~4.4.0-alpha.3",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/documentsearch-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"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.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/documentsearch": "~4.4.0-alpha.3",
"@lumino/widgets": "^2.5.0"

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/help-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"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.4.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/mainmenu": "~4.4.0-alpha.3",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/lab-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"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.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/notebook-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"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.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/cells": "~4.4.0-alpha.3",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/terminal-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Terminal Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
"@jupyterlab/terminal": "~4.4.0-alpha.3",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"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.4.0-alpha.1",
"@jupyter-notebook/tree": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyter-notebook/tree": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Tree",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",

View File

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

View File

@ -2115,17 +2115,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter-notebook/app@workspace:app"
dependencies:
"@jupyter-notebook/application": ^7.4.0-alpha.1
"@jupyter-notebook/application-extension": ^7.4.0-alpha.1
"@jupyter-notebook/console-extension": ^7.4.0-alpha.1
"@jupyter-notebook/docmanager-extension": ^7.4.0-alpha.1
"@jupyter-notebook/documentsearch-extension": ^7.4.0-alpha.1
"@jupyter-notebook/help-extension": ^7.4.0-alpha.1
"@jupyter-notebook/notebook-extension": ^7.4.0-alpha.1
"@jupyter-notebook/terminal-extension": ^7.4.0-alpha.1
"@jupyter-notebook/tree": ^7.4.0-alpha.1
"@jupyter-notebook/tree-extension": ^7.4.0-alpha.1
"@jupyter-notebook/ui-components": ^7.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyter-notebook/application-extension": ^7.4.0-alpha.2
"@jupyter-notebook/console-extension": ^7.4.0-alpha.2
"@jupyter-notebook/docmanager-extension": ^7.4.0-alpha.2
"@jupyter-notebook/documentsearch-extension": ^7.4.0-alpha.2
"@jupyter-notebook/help-extension": ^7.4.0-alpha.2
"@jupyter-notebook/notebook-extension": ^7.4.0-alpha.2
"@jupyter-notebook/terminal-extension": ^7.4.0-alpha.2
"@jupyter-notebook/tree": ^7.4.0-alpha.2
"@jupyter-notebook/tree-extension": ^7.4.0-alpha.2
"@jupyter-notebook/ui-components": ^7.4.0-alpha.2
"@jupyterlab/application-extension": ~4.4.0-alpha.3
"@jupyterlab/apputils-extension": ~4.4.0-alpha.3
"@jupyterlab/attachments": ~4.4.0-alpha.3
@ -2197,12 +2197,12 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/application-extension@^7.4.0-alpha.1, @jupyter-notebook/application-extension@workspace:packages/application-extension":
"@jupyter-notebook/application-extension@^7.4.0-alpha.2, @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.4.0-alpha.1
"@jupyter-notebook/ui-components": ^7.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyter-notebook/ui-components": ^7.4.0-alpha.2
"@jupyterlab/application": ~4.4.0-alpha.3
"@jupyterlab/apputils": ~4.5.0-alpha.3
"@jupyterlab/codeeditor": ~4.4.0-alpha.3
@ -2222,7 +2222,7 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/application@^7.4.0-alpha.1, @jupyter-notebook/application@workspace:packages/application":
"@jupyter-notebook/application@^7.4.0-alpha.2, @jupyter-notebook/application@workspace:packages/application":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/application@workspace:packages/application"
dependencies:
@ -2264,11 +2264,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/console-extension@^7.4.0-alpha.1, @jupyter-notebook/console-extension@workspace:packages/console-extension":
"@jupyter-notebook/console-extension@^7.4.0-alpha.2, @jupyter-notebook/console-extension@workspace:packages/console-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension"
dependencies:
"@jupyter-notebook/application": ^7.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyterlab/application": ~4.4.0-alpha.3
"@jupyterlab/console": ~4.4.0-alpha.3
"@jupyterlab/coreutils": ~6.4.0-alpha.3
@ -2278,11 +2278,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/docmanager-extension@^7.4.0-alpha.1, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension":
"@jupyter-notebook/docmanager-extension@^7.4.0-alpha.2, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension"
dependencies:
"@jupyter-notebook/application": ^7.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyterlab/application": ~4.4.0-alpha.3
"@jupyterlab/coreutils": ~6.4.0-alpha.3
"@jupyterlab/docmanager": ~4.4.0-alpha.3
@ -2295,11 +2295,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/documentsearch-extension@^7.4.0-alpha.1, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension":
"@jupyter-notebook/documentsearch-extension@^7.4.0-alpha.2, @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.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyterlab/application": ~4.4.0-alpha.3
"@jupyterlab/documentsearch": ~4.4.0-alpha.3
"@lumino/widgets": ^2.5.0
@ -2308,11 +2308,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/help-extension@^7.4.0-alpha.1, @jupyter-notebook/help-extension@workspace:packages/help-extension":
"@jupyter-notebook/help-extension@^7.4.0-alpha.2, @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.4.0-alpha.1
"@jupyter-notebook/ui-components": ^7.4.0-alpha.2
"@jupyterlab/application": ~4.4.0-alpha.3
"@jupyterlab/apputils": ~4.5.0-alpha.3
"@jupyterlab/mainmenu": ~4.4.0-alpha.3
@ -2324,11 +2324,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/lab-extension@^7.4.0-alpha.1, @jupyter-notebook/lab-extension@workspace:packages/lab-extension":
"@jupyter-notebook/lab-extension@^7.4.0-alpha.2, @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.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyterlab/application": ~4.4.0-alpha.3
"@jupyterlab/apputils": ~4.5.0-alpha.3
"@jupyterlab/builder": ~4.4.0-alpha.3
@ -2348,27 +2348,27 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage"
dependencies:
"@jupyter-notebook/application": ^7.4.0-alpha.1
"@jupyter-notebook/application-extension": ^7.4.0-alpha.1
"@jupyter-notebook/console-extension": ^7.4.0-alpha.1
"@jupyter-notebook/docmanager-extension": ^7.4.0-alpha.1
"@jupyter-notebook/documentsearch-extension": ^7.4.0-alpha.1
"@jupyter-notebook/help-extension": ^7.4.0-alpha.1
"@jupyter-notebook/lab-extension": ^7.4.0-alpha.1
"@jupyter-notebook/notebook-extension": ^7.4.0-alpha.1
"@jupyter-notebook/terminal-extension": ^7.4.0-alpha.1
"@jupyter-notebook/tree": ^7.4.0-alpha.1
"@jupyter-notebook/tree-extension": ^7.4.0-alpha.1
"@jupyter-notebook/ui-components": ^7.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyter-notebook/application-extension": ^7.4.0-alpha.2
"@jupyter-notebook/console-extension": ^7.4.0-alpha.2
"@jupyter-notebook/docmanager-extension": ^7.4.0-alpha.2
"@jupyter-notebook/documentsearch-extension": ^7.4.0-alpha.2
"@jupyter-notebook/help-extension": ^7.4.0-alpha.2
"@jupyter-notebook/lab-extension": ^7.4.0-alpha.2
"@jupyter-notebook/notebook-extension": ^7.4.0-alpha.2
"@jupyter-notebook/terminal-extension": ^7.4.0-alpha.2
"@jupyter-notebook/tree": ^7.4.0-alpha.2
"@jupyter-notebook/tree-extension": ^7.4.0-alpha.2
"@jupyter-notebook/ui-components": ^7.4.0-alpha.2
typescript: ~5.1.6
languageName: unknown
linkType: soft
"@jupyter-notebook/notebook-extension@^7.4.0-alpha.1, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension":
"@jupyter-notebook/notebook-extension@^7.4.0-alpha.2, @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.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyterlab/application": ~4.4.0-alpha.3
"@jupyterlab/apputils": ~4.5.0-alpha.3
"@jupyterlab/cells": ~4.4.0-alpha.3
@ -2406,11 +2406,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/terminal-extension@^7.4.0-alpha.1, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension":
"@jupyter-notebook/terminal-extension@^7.4.0-alpha.2, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension"
dependencies:
"@jupyter-notebook/application": ^7.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyterlab/application": ~4.4.0-alpha.3
"@jupyterlab/coreutils": ~6.4.0-alpha.3
"@jupyterlab/terminal": ~4.4.0-alpha.3
@ -2420,12 +2420,12 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/tree-extension@^7.4.0-alpha.1, @jupyter-notebook/tree-extension@workspace:packages/tree-extension":
"@jupyter-notebook/tree-extension@^7.4.0-alpha.2, @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.4.0-alpha.1
"@jupyter-notebook/tree": ^7.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyter-notebook/tree": ^7.4.0-alpha.2
"@jupyterlab/application": ~4.4.0-alpha.3
"@jupyterlab/apputils": ~4.5.0-alpha.3
"@jupyterlab/coreutils": ~6.4.0-alpha.3
@ -2446,11 +2446,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/tree@^7.4.0-alpha.1, @jupyter-notebook/tree@workspace:packages/tree":
"@jupyter-notebook/tree@^7.4.0-alpha.2, @jupyter-notebook/tree@workspace:packages/tree":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/tree@workspace:packages/tree"
dependencies:
"@jupyter-notebook/application": ^7.4.0-alpha.1
"@jupyter-notebook/application": ^7.4.0-alpha.2
"@jupyterlab/application": ~4.4.0-alpha.3
"@jupyterlab/apputils": ~4.5.0-alpha.3
"@jupyterlab/coreutils": ~6.4.0-alpha.3
@ -2471,7 +2471,7 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/ui-components@^7.4.0-alpha.1, @jupyter-notebook/ui-components@workspace:packages/ui-components":
"@jupyter-notebook/ui-components@^7.4.0-alpha.2, @jupyter-notebook/ui-components@workspace:packages/ui-components":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components"
dependencies: