mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Publish 7.0.0b2
SHA256 hashes: jupyter-notebook-application-7.0.0-beta.2.tgz: f16f987baf9039a464321fdfdd1c0de97b324350af91a848757a3883bda31ff8 jupyter-notebook-application-extension-7.0.0-beta.2.tgz: b97d256a4ae75a28757960378f3b52f65d8f9b19e57a7a119bb905b79b60af96 jupyter-notebook-console-extension-7.0.0-beta.2.tgz: fc7fe5d9e057f4bc9e6516642d3df372f97aca3dd60783ddbe27650c09dffecf jupyter-notebook-docmanager-extension-7.0.0-beta.2.tgz: 1cbc64c01bc36009d9146c26237cedcbea2acc8a0d36724983546c381bccb68a jupyter-notebook-documentsearch-extension-7.0.0-beta.2.tgz: 671ae6fddda2548fb1956b87cb64a32743fea8adfed628ac993a4e61ee6cb7a9 jupyter-notebook-help-extension-7.0.0-beta.2.tgz: c033c7a28b3a994b0ede32a0c695b776d31455b6ddf7b151ec9d9b17715d1bc3 jupyter-notebook-lab-extension-7.0.0-beta.2.tgz: 7df590bdf041eec94953f9d01476413bfc50f0cf2711125c6be22c66b655313e jupyter-notebook-notebook-extension-7.0.0-beta.2.tgz: 05c3d33f0e67ddf3d019bf7d4b51fc7ca48d8397320bc2a9c57b21661695c94a jupyter-notebook-terminal-extension-7.0.0-beta.2.tgz: 1ef4b60e9456c3924c2019c68d3dac8a44bf637a965a6f4b93b85de8df1fd6d4 jupyter-notebook-tree-7.0.0-beta.2.tgz: bf9cd0156ae0f68667467bc25beacd2a02da72107f71fe2faac6e91ee893711d jupyter-notebook-tree-extension-7.0.0-beta.2.tgz: 2f006e88b4a6dd55cde77bc678a437d27ce06a7459e956d88e9801ef29ceb0b9 jupyter-notebook-ui-components-7.0.0-beta.2.tgz: 9f6c3e324bae2903b3389aa619d087c21c08ee935aa6b4dd5416d4f9280bc235 notebook-7.0.0b2-py3-none-any.whl: b47739afdbc283b5267958f8c8feafe870523db6523259370564db85d0012b22 notebook-7.0.0b2.tar.gz: d79f4c1f07f3a23ea46f09621c1370fb8c12d96606a3b791b1ff27df01490bc8
This commit is contained in:
parent
c0071d7960
commit
573becfa64
28
CHANGELOG.md
28
CHANGELOG.md
@ -14,6 +14,32 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
|
||||
|
||||
<!-- <START NEW CHANGELOG ENTRY> -->
|
||||
|
||||
## 7.0.0b2
|
||||
|
||||
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b1...c0071d796019c0221df4900313b51c0529438bcf))
|
||||
|
||||
### Enhancements made
|
||||
|
||||
- Update to JupyterLab 4.0.0rc1 [#6864](https://github.com/jupyter/notebook/pull/6864) ([@jtpio](https://github.com/jtpio))
|
||||
- Change "Interface" menu to "Open in...", shorten names of menu items inside [#6847](https://github.com/jupyter/notebook/pull/6847) ([@andrii-i](https://github.com/andrii-i))
|
||||
- Add Skip Link to Notebook [#6844](https://github.com/jupyter/notebook/pull/6844) ([@seirani](https://github.com/seirani))
|
||||
|
||||
### Bugs fixed
|
||||
|
||||
- Fix top bar visibility not picking up settings overrides (#6833) [#6836](https://github.com/jupyter/notebook/pull/6836) ([@yumyumqing](https://github.com/yumyumqing))
|
||||
|
||||
### Maintenance and upkeep improvements
|
||||
|
||||
- Update RTD image [#6861](https://github.com/jupyter/notebook/pull/6861) ([@blink1073](https://github.com/blink1073))
|
||||
|
||||
### Contributors to this release
|
||||
|
||||
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-04-28&to=2023-05-09&type=c))
|
||||
|
||||
[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-04-28..2023-05-09&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-04-28..2023-05-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-04-28..2023-05-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-04-28..2023-05-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-04-28..2023-05-09&type=Issues) | [@seirani](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aseirani+updated%3A2023-04-28..2023-05-09&type=Issues) | [@yumyumqing](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayumyumqing+updated%3A2023-04-28..2023-05-09&type=Issues)
|
||||
|
||||
<!-- <END NEW CHANGELOG ENTRY> -->
|
||||
|
||||
## 7.0.0b1
|
||||
|
||||
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b0...4b6af274b24bcc20e43ad2330c9243c8d2c7d552))
|
||||
@ -43,8 +69,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
|
||||
|
||||
[@ashwinvis](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aashwinvis+updated%3A2023-04-04..2023-04-28&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-04-04..2023-04-28&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-04-04..2023-04-28&type=Issues) | [@ericsnekbytes](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aericsnekbytes+updated%3A2023-04-04..2023-04-28&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-04-04..2023-04-28&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-04-04..2023-04-28&type=Issues)
|
||||
|
||||
<!-- <END NEW CHANGELOG ENTRY> -->
|
||||
|
||||
## 7.0.0b0
|
||||
|
||||
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a18...b99718f57a8beac7b4019901a57c94984781dd49))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/app",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
@ -12,17 +12,17 @@
|
||||
"resolutions": {
|
||||
"@codemirror/state": "~6.2.0",
|
||||
"@codemirror/view": "~6.11.0",
|
||||
"@jupyter-notebook/application": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/application-extension": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/console-extension": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/docmanager-extension": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/help-extension": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/notebook-extension": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/terminal-extension": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/tree": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/tree-extension": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/ui-components": "~7.0.0-beta.1",
|
||||
"@jupyter-notebook/application": "~7.0.0-beta.2",
|
||||
"@jupyter-notebook/application-extension": "~7.0.0-beta.2",
|
||||
"@jupyter-notebook/console-extension": "~7.0.0-beta.2",
|
||||
"@jupyter-notebook/docmanager-extension": "~7.0.0-beta.2",
|
||||
"@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.2",
|
||||
"@jupyter-notebook/help-extension": "~7.0.0-beta.2",
|
||||
"@jupyter-notebook/notebook-extension": "~7.0.0-beta.2",
|
||||
"@jupyter-notebook/terminal-extension": "~7.0.0-beta.2",
|
||||
"@jupyter-notebook/tree": "~7.0.0-beta.2",
|
||||
"@jupyter-notebook/tree-extension": "~7.0.0-beta.2",
|
||||
"@jupyter-notebook/ui-components": "~7.0.0-beta.2",
|
||||
"@jupyter/ydoc": "~1.0.2",
|
||||
"@jupyterlab/application": "~4.0.0-rc.1",
|
||||
"@jupyterlab/application-extension": "~4.0.0-rc.1",
|
||||
@ -112,17 +112,17 @@
|
||||
"yjs": "~13.6.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/application-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/console-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/help-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/tree": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/tree-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/application": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/application-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/console-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/help-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/tree": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/tree-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-beta.2",
|
||||
"@jupyterlab/application-extension": "^4.0.0-rc.1",
|
||||
"@jupyterlab/apputils-extension": "^4.0.0-rc.1",
|
||||
"@jupyterlab/cell-toolbar-extension": "^4.0.0-rc.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/buildutils",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.2",
|
||||
"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.0b1"
|
||||
__version__ = "7.0.0b2"
|
||||
|
||||
# PEP440 version parser
|
||||
_version_regex = re.compile(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/metapackage",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.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.0.0-beta.1",
|
||||
"@jupyter-notebook/application-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/console-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/help-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/lab-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/tree": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/tree-extension": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-beta.1"
|
||||
"@jupyter-notebook/application": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/application-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/console-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/help-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/lab-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/tree": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/tree-extension": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-beta.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~5.0.2"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/application-extension",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.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.0.0-beta.1",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/application": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-beta.2",
|
||||
"@jupyterlab/application": "^4.0.0-rc.1",
|
||||
"@jupyterlab/apputils": "^4.0.0-rc.1",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.20",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/application",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.2",
|
||||
"description": "Jupyter Notebook - Application",
|
||||
"homepage": "https://github.com/jupyter/notebook",
|
||||
"bugs": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/console-extension",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.2",
|
||||
"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-beta.1",
|
||||
"version": "7.0.0-beta.2",
|
||||
"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-beta.1",
|
||||
"version": "7.0.0-beta.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.0.0-beta.1",
|
||||
"@jupyter-notebook/application": "^7.0.0-beta.2",
|
||||
"@jupyterlab/application": "^4.0.0-rc.1",
|
||||
"@jupyterlab/documentsearch": "^4.0.0-rc.1",
|
||||
"@lumino/widgets": "^2.1.1"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/help-extension",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.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.0.0-beta.1",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-beta.2",
|
||||
"@jupyterlab/application": "^4.0.0-rc.1",
|
||||
"@jupyterlab/apputils": "^4.0.0-rc.1",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-rc.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/lab-extension",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.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.0.0-beta.1",
|
||||
"@jupyter-notebook/application": "^7.0.0-beta.2",
|
||||
"@jupyterlab/application": "^4.0.0-rc.1",
|
||||
"@jupyterlab/apputils": "^4.0.0-rc.1",
|
||||
"@jupyterlab/coreutils": "^6.0.0-rc.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/notebook-extension",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.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.0.0-beta.1",
|
||||
"@jupyter-notebook/application": "^7.0.0-beta.2",
|
||||
"@jupyterlab/application": "^4.0.0-rc.1",
|
||||
"@jupyterlab/apputils": "^4.0.0-rc.1",
|
||||
"@jupyterlab/cells": "^4.0.0-rc.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/terminal-extension",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.2",
|
||||
"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-beta.1",
|
||||
"version": "7.0.0-beta.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.0.0-beta.1",
|
||||
"@jupyter-notebook/tree": "^7.0.0-beta.1",
|
||||
"@jupyter-notebook/application": "^7.0.0-beta.2",
|
||||
"@jupyter-notebook/tree": "^7.0.0-beta.2",
|
||||
"@jupyterlab/application": "^4.0.0-rc.1",
|
||||
"@jupyterlab/apputils": "^4.0.0-rc.1",
|
||||
"@jupyterlab/coreutils": "^6.0.0-rc.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/tree",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.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.0.0-beta.1",
|
||||
"@jupyter-notebook/application": "^7.0.0-beta.2",
|
||||
"@jupyterlab/application": "^4.0.0-rc.1",
|
||||
"@jupyterlab/apputils": "^4.0.0-rc.1",
|
||||
"@jupyterlab/coreutils": "^6.0.0-rc.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/ui-components",
|
||||
"version": "7.0.0-beta.1",
|
||||
"version": "7.0.0-beta.2",
|
||||
"description": "Jupyter Notebook - UI components",
|
||||
"homepage": "https://github.com/jupyter/notebook",
|
||||
"bugs": {
|
||||
|
88
yarn.lock
88
yarn.lock
@ -1988,17 +1988,17 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@jupyter-notebook/app@workspace:app"
|
||||
dependencies:
|
||||
"@jupyter-notebook/application": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/application-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/console-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/docmanager-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/documentsearch-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/help-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/notebook-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/terminal-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/tree": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/tree-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/ui-components": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/application": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/application-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/console-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/docmanager-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/documentsearch-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/help-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/notebook-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/terminal-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/tree": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/tree-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/ui-components": ^7.0.0-beta.2
|
||||
"@jupyterlab/application-extension": ^4.0.0-rc.1
|
||||
"@jupyterlab/apputils-extension": ^4.0.0-rc.1
|
||||
"@jupyterlab/builder": ^4.0.0-rc.1
|
||||
@ -2062,12 +2062,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/application-extension@^7.0.0-beta.1, @jupyter-notebook/application-extension@workspace:packages/application-extension":
|
||||
"@jupyter-notebook/application-extension@^7.0.0-beta.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.0.0-beta.1
|
||||
"@jupyter-notebook/ui-components": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/application": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/ui-components": ^7.0.0-beta.2
|
||||
"@jupyterlab/application": ^4.0.0-rc.1
|
||||
"@jupyterlab/apputils": ^4.0.0-rc.1
|
||||
"@jupyterlab/celltags": ^4.0.0-alpha.20
|
||||
@ -2087,7 +2087,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/application@^7.0.0-beta.1, @jupyter-notebook/application@workspace:packages/application":
|
||||
"@jupyter-notebook/application@^7.0.0-beta.2, @jupyter-notebook/application@workspace:packages/application":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@jupyter-notebook/application@workspace:packages/application"
|
||||
dependencies:
|
||||
@ -2127,7 +2127,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/console-extension@^7.0.0-beta.1, @jupyter-notebook/console-extension@workspace:packages/console-extension":
|
||||
"@jupyter-notebook/console-extension@^7.0.0-beta.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:
|
||||
@ -2140,7 +2140,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/docmanager-extension@^7.0.0-beta.1, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension":
|
||||
"@jupyter-notebook/docmanager-extension@^7.0.0-beta.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:
|
||||
@ -2156,11 +2156,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/documentsearch-extension@^7.0.0-beta.1, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension":
|
||||
"@jupyter-notebook/documentsearch-extension@^7.0.0-beta.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.0.0-beta.1
|
||||
"@jupyter-notebook/application": ^7.0.0-beta.2
|
||||
"@jupyterlab/application": ^4.0.0-rc.1
|
||||
"@jupyterlab/documentsearch": ^4.0.0-rc.1
|
||||
"@lumino/widgets": ^2.1.1
|
||||
@ -2169,11 +2169,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/help-extension@^7.0.0-beta.1, @jupyter-notebook/help-extension@workspace:packages/help-extension":
|
||||
"@jupyter-notebook/help-extension@^7.0.0-beta.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.0.0-beta.1
|
||||
"@jupyter-notebook/ui-components": ^7.0.0-beta.2
|
||||
"@jupyterlab/application": ^4.0.0-rc.1
|
||||
"@jupyterlab/apputils": ^4.0.0-rc.1
|
||||
"@jupyterlab/mainmenu": ^4.0.0-rc.1
|
||||
@ -2185,11 +2185,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/lab-extension@^7.0.0-beta.1, @jupyter-notebook/lab-extension@workspace:packages/lab-extension":
|
||||
"@jupyter-notebook/lab-extension@^7.0.0-beta.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.0.0-beta.1
|
||||
"@jupyter-notebook/application": ^7.0.0-beta.2
|
||||
"@jupyterlab/application": ^4.0.0-rc.1
|
||||
"@jupyterlab/apputils": ^4.0.0-rc.1
|
||||
"@jupyterlab/builder": ^4.0.0-rc.1
|
||||
@ -2209,27 +2209,27 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage"
|
||||
dependencies:
|
||||
"@jupyter-notebook/application": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/application-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/console-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/docmanager-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/documentsearch-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/help-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/lab-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/notebook-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/terminal-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/tree": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/tree-extension": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/ui-components": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/application": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/application-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/console-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/docmanager-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/documentsearch-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/help-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/lab-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/notebook-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/terminal-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/tree": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/tree-extension": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/ui-components": ^7.0.0-beta.2
|
||||
typescript: ~5.0.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/notebook-extension@^7.0.0-beta.1, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension":
|
||||
"@jupyter-notebook/notebook-extension@^7.0.0-beta.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.0.0-beta.1
|
||||
"@jupyter-notebook/application": ^7.0.0-beta.2
|
||||
"@jupyterlab/application": ^4.0.0-rc.1
|
||||
"@jupyterlab/apputils": ^4.0.0-rc.1
|
||||
"@jupyterlab/cells": ^4.0.0-rc.1
|
||||
@ -2264,7 +2264,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/terminal-extension@^7.0.0-beta.1, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension":
|
||||
"@jupyter-notebook/terminal-extension@^7.0.0-beta.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:
|
||||
@ -2277,12 +2277,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/tree-extension@^7.0.0-beta.1, @jupyter-notebook/tree-extension@workspace:packages/tree-extension":
|
||||
"@jupyter-notebook/tree-extension@^7.0.0-beta.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.0.0-beta.1
|
||||
"@jupyter-notebook/tree": ^7.0.0-beta.1
|
||||
"@jupyter-notebook/application": ^7.0.0-beta.2
|
||||
"@jupyter-notebook/tree": ^7.0.0-beta.2
|
||||
"@jupyterlab/application": ^4.0.0-rc.1
|
||||
"@jupyterlab/apputils": ^4.0.0-rc.1
|
||||
"@jupyterlab/coreutils": ^6.0.0-rc.1
|
||||
@ -2303,11 +2303,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/tree@^7.0.0-beta.1, @jupyter-notebook/tree@workspace:packages/tree":
|
||||
"@jupyter-notebook/tree@^7.0.0-beta.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.0.0-beta.1
|
||||
"@jupyter-notebook/application": ^7.0.0-beta.2
|
||||
"@jupyterlab/application": ^4.0.0-rc.1
|
||||
"@jupyterlab/apputils": ^4.0.0-rc.1
|
||||
"@jupyterlab/coreutils": ^6.0.0-rc.1
|
||||
@ -2328,7 +2328,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/ui-components@^7.0.0-beta.1, @jupyter-notebook/ui-components@workspace:packages/ui-components":
|
||||
"@jupyter-notebook/ui-components@^7.0.0-beta.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:
|
||||
|
Loading…
Reference in New Issue
Block a user