mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Publish 7.2.0b0
SHA256 hashes: jupyter-notebook-application-7.2.0-beta.0.tgz: 0e760affe07ba5fa9ffb32f90c70e8d9f1b66a6eca9befcce4a425e9f8194e79 jupyter-notebook-application-extension-7.2.0-beta.0.tgz: 2e1c5d89438520dc47c6139a32f5d60eb4e7b4fb3635a8e367316b5077b66394 jupyter-notebook-console-extension-7.2.0-beta.0.tgz: 60a857f5af11061ec550b6a932fdc3cc61bcf1e4fb1eca66ec24b3b67134d6a4 jupyter-notebook-docmanager-extension-7.2.0-beta.0.tgz: 2556507fb885fb6311cf68f767f11763ae126e8bd6e54856abf42c4a2a05f461 jupyter-notebook-documentsearch-extension-7.2.0-beta.0.tgz: 176582c5abe3e6d1573d143940b179e35bef20a3e93c424e66c9306ffe4d9e95 jupyter-notebook-help-extension-7.2.0-beta.0.tgz: 26176ecff103a1c43825a34749660f3e5557af8a95bf4019d2b2468f40b5ff82 jupyter-notebook-lab-extension-7.2.0-beta.0.tgz: 92d59848f9745e1c2f79da6187f8307a3ccbb6cc70eed2e74f26eea6df9235a9 jupyter-notebook-notebook-extension-7.2.0-beta.0.tgz: 7bbf6fe38bc2bbfd0be3e993dee3482cb3ff21d0f633b0362a9d0044e57db837 jupyter-notebook-terminal-extension-7.2.0-beta.0.tgz: 6e7293c218524b370a66e0dc679979e13bc17e88c5a7c21ef92df247305dc50a jupyter-notebook-tree-7.2.0-beta.0.tgz: 6e303a446ef1476c647c58a6f5d26f680f08330aa05f6aa9c2611ffc887c64df jupyter-notebook-tree-extension-7.2.0-beta.0.tgz: 5fcc257c2671ffa1c3506efdbb942fd18f640133b48e337fdf8c2cc2c6522d32 jupyter-notebook-ui-components-7.2.0-beta.0.tgz: f3623f617606d5446cead86bbf988bd9d30a1b9959a918652c26a7a986ee3655 notebook-7.2.0b0-py3-none-any.whl: 8fd93f6096d331a9e720e1975b5cede1ef9a560a08e9406f0553416e97d040a9 notebook-7.2.0b0.tar.gz: ad69c2f4c458f9e4668626b43b393eb89ccbd55b55d54b50863086486d8102c2
This commit is contained in:
parent
09bcd99e6d
commit
ad0e1b0d02
19
CHANGELOG.md
19
CHANGELOG.md
@ -108,6 +108,23 @@ increasing awareness of the notebook state and enabling users to quickly navigat
|
||||
|
||||
<!-- <START NEW CHANGELOG ENTRY> -->
|
||||
|
||||
## 7.2.0b0
|
||||
|
||||
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.0-alpha.0...09bcd99e6dfffce92acc9a7f9d11a2a2122131c0))
|
||||
|
||||
### Maintenance and upkeep improvements
|
||||
|
||||
- Update to JupyterLab `4.2.0b1` [#7319](https://github.com/jupyter/notebook/pull/7319) ([@jtpio](https://github.com/jtpio))
|
||||
- Update to JupyterLab 4.2.0b0 [#7312](https://github.com/jupyter/notebook/pull/7312) ([@jtpio](https://github.com/jtpio))
|
||||
|
||||
### Contributors to this release
|
||||
|
||||
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-03-29&to=2024-04-12&type=c))
|
||||
|
||||
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-03-29..2024-04-12&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-03-29..2024-04-12&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-03-29..2024-04-12&type=Issues)
|
||||
|
||||
<!-- <END NEW CHANGELOG ENTRY> -->
|
||||
|
||||
## 7.2.0a0
|
||||
|
||||
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.2...80b582bce69e33e36e936af2ea981bcb22a4d285))
|
||||
@ -126,8 +143,6 @@ increasing awareness of the notebook state and enabling users to quickly navigat
|
||||
|
||||
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-03-14..2024-03-29&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-03-14..2024-03-29&type=Issues)
|
||||
|
||||
<!-- <END NEW CHANGELOG ENTRY> -->
|
||||
|
||||
## 7.1.2
|
||||
|
||||
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.1...ca41222a9c8d75356c6d67d3bd36e34d71cce2d8))
|
||||
|
202
app/package.json
202
app/package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/app",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
@ -12,99 +12,99 @@
|
||||
"resolutions": {
|
||||
"@codemirror/state": "~6.4.1",
|
||||
"@codemirror/view": "~6.26.1",
|
||||
"@jupyter-notebook/application": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/application-extension": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/console-extension": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/docmanager-extension": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/documentsearch-extension": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/help-extension": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/notebook-extension": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/terminal-extension": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/tree": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/tree-extension": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/ui-components": "~7.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "~7.2.0-beta.0",
|
||||
"@jupyter-notebook/application-extension": "~7.2.0-beta.0",
|
||||
"@jupyter-notebook/console-extension": "~7.2.0-beta.0",
|
||||
"@jupyter-notebook/docmanager-extension": "~7.2.0-beta.0",
|
||||
"@jupyter-notebook/documentsearch-extension": "~7.2.0-beta.0",
|
||||
"@jupyter-notebook/help-extension": "~7.2.0-beta.0",
|
||||
"@jupyter-notebook/notebook-extension": "~7.2.0-beta.0",
|
||||
"@jupyter-notebook/terminal-extension": "~7.2.0-beta.0",
|
||||
"@jupyter-notebook/tree": "~7.2.0-beta.0",
|
||||
"@jupyter-notebook/tree-extension": "~7.2.0-beta.0",
|
||||
"@jupyter-notebook/ui-components": "~7.2.0-beta.0",
|
||||
"@jupyter/ydoc": "~2.0.1",
|
||||
"@jupyterlab/application": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/application-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/apputils": "~4.3.0-alpha.2",
|
||||
"@jupyterlab/apputils-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/attachments": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/cell-toolbar": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/cell-toolbar-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/celltags-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/codeeditor": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/codemirror": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/codemirror-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/completer": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/completer-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/console": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/console-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/coreutils": "~6.2.0-alpha.2",
|
||||
"@jupyterlab/csvviewer-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/debugger": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/debugger-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/docmanager": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/docmanager-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/documentsearch": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/documentsearch-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/extensionmanager": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/extensionmanager-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/filebrowser": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/filebrowser-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/fileeditor": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/fileeditor-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/help-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/htmlviewer": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/htmlviewer-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/hub-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/imageviewer": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/imageviewer-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/javascript-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/json-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/lsp": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/lsp-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/mainmenu": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/mainmenu-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/markdownviewer": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/markdownviewer-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/markedparser-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/mathjax-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/mermaid": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/mermaid-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/metadataform": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/metadataform-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/notebook": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/notebook-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/observables": "~5.2.0-alpha.2",
|
||||
"@jupyterlab/outputarea": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/pdf-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/pluginmanager-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/rendermime": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/rendermime-interfaces": "~3.10.0-alpha.2",
|
||||
"@jupyterlab/running-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/services": "~7.2.0-alpha.2",
|
||||
"@jupyterlab/settingeditor": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/settingeditor-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/settingregistry": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/shortcuts-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/statedb": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/statusbar": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/terminal": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/terminal-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/theme-dark-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/theme-light-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/toc-extension": "~6.2.0-alpha.2",
|
||||
"@jupyterlab/tooltip": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/tooltip-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/translation": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/translation-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/ui-components": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/ui-components-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/vega5-extension": "~4.2.0-alpha.2",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/application-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/apputils": "~4.3.0-beta.1",
|
||||
"@jupyterlab/apputils-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/attachments": "~4.2.0-beta.1",
|
||||
"@jupyterlab/cell-toolbar": "~4.2.0-beta.1",
|
||||
"@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/celltags-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/codeeditor": "~4.2.0-beta.1",
|
||||
"@jupyterlab/codemirror": "~4.2.0-beta.1",
|
||||
"@jupyterlab/codemirror-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/completer": "~4.2.0-beta.1",
|
||||
"@jupyterlab/completer-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/console": "~4.2.0-beta.1",
|
||||
"@jupyterlab/console-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/coreutils": "~6.2.0-beta.1",
|
||||
"@jupyterlab/csvviewer-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/debugger": "~4.2.0-beta.1",
|
||||
"@jupyterlab/debugger-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/docmanager": "~4.2.0-beta.1",
|
||||
"@jupyterlab/docmanager-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/documentsearch": "~4.2.0-beta.1",
|
||||
"@jupyterlab/documentsearch-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/extensionmanager": "~4.2.0-beta.1",
|
||||
"@jupyterlab/extensionmanager-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/filebrowser": "~4.2.0-beta.1",
|
||||
"@jupyterlab/filebrowser-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/fileeditor": "~4.2.0-beta.1",
|
||||
"@jupyterlab/fileeditor-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/help-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/htmlviewer": "~4.2.0-beta.1",
|
||||
"@jupyterlab/htmlviewer-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/hub-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/imageviewer": "~4.2.0-beta.1",
|
||||
"@jupyterlab/imageviewer-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/javascript-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/json-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/lsp": "~4.2.0-beta.1",
|
||||
"@jupyterlab/lsp-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/mainmenu": "~4.2.0-beta.1",
|
||||
"@jupyterlab/mainmenu-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/markdownviewer": "~4.2.0-beta.1",
|
||||
"@jupyterlab/markdownviewer-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/markedparser-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/mathjax-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/mermaid": "~4.2.0-beta.1",
|
||||
"@jupyterlab/mermaid-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/metadataform": "~4.2.0-beta.1",
|
||||
"@jupyterlab/metadataform-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/notebook": "~4.2.0-beta.1",
|
||||
"@jupyterlab/notebook-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/observables": "~5.2.0-beta.1",
|
||||
"@jupyterlab/outputarea": "~4.2.0-beta.1",
|
||||
"@jupyterlab/pdf-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/pluginmanager-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/rendermime": "~4.2.0-beta.1",
|
||||
"@jupyterlab/rendermime-interfaces": "~3.10.0-beta.1",
|
||||
"@jupyterlab/running-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/services": "~7.2.0-beta.1",
|
||||
"@jupyterlab/settingeditor": "~4.2.0-beta.1",
|
||||
"@jupyterlab/settingeditor-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/settingregistry": "~4.2.0-beta.1",
|
||||
"@jupyterlab/shortcuts-extension": "~5.0.0-beta.1",
|
||||
"@jupyterlab/statedb": "~4.2.0-beta.1",
|
||||
"@jupyterlab/statusbar": "~4.2.0-beta.1",
|
||||
"@jupyterlab/terminal": "~4.2.0-beta.1",
|
||||
"@jupyterlab/terminal-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/theme-dark-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/theme-light-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/toc-extension": "~6.2.0-beta.1",
|
||||
"@jupyterlab/tooltip": "~4.2.0-beta.1",
|
||||
"@jupyterlab/tooltip-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/translation": "~4.2.0-beta.1",
|
||||
"@jupyterlab/translation-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/ui-components": "~4.2.0-beta.1",
|
||||
"@jupyterlab/ui-components-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/vega5-extension": "~4.2.0-beta.1",
|
||||
"@lezer/common": "~1.2.1",
|
||||
"@lezer/highlight": "~1.2.0",
|
||||
"@lumino/algorithm": "~2.0.1",
|
||||
"@lumino/application": "~2.3.0",
|
||||
"@lumino/application": "~2.3.1",
|
||||
"@lumino/commands": "~2.3.0",
|
||||
"@lumino/coreutils": "~2.1.2",
|
||||
"@lumino/disposable": "~2.1.2",
|
||||
@ -120,17 +120,17 @@
|
||||
"yjs": "~13.6.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/application-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/console-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/docmanager-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/documentsearch-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/help-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/notebook-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/terminal-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/tree": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/tree-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/ui-components": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/application-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/console-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/docmanager-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/documentsearch-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/help-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/notebook-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/terminal-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/tree": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/tree-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/ui-components": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/apputils-extension": "~4.2.0-beta.1",
|
||||
"@jupyterlab/attachments": "~4.2.0-beta.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/buildutils",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0a0"
|
||||
__version__ = "7.2.0b0"
|
||||
|
||||
# PEP440 version parser
|
||||
_version_regex = re.compile(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/metapackage",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0-alpha.0",
|
||||
"@jupyter-notebook/application-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/console-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/docmanager-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/documentsearch-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/help-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/lab-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/notebook-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/terminal-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/tree": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/tree-extension": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/ui-components": "^7.2.0-alpha.0"
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/application-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/console-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/docmanager-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/documentsearch-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/help-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/lab-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/notebook-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/terminal-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/tree": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/tree-extension": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/ui-components": "^7.2.0-beta.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~5.0.2"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/application-extension",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0-alpha.0",
|
||||
"@jupyter-notebook/ui-components": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/ui-components": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/apputils": "~4.3.0-beta.1",
|
||||
"@jupyterlab/codeeditor": "~4.2.0-beta.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/application",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"description": "Jupyter Notebook - Application",
|
||||
"homepage": "https://github.com/jupyter/notebook",
|
||||
"bugs": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/console-extension",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/console": "~4.2.0-beta.1",
|
||||
"@jupyterlab/coreutils": "~6.2.0-beta.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/docmanager-extension",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/coreutils": "~6.2.0-beta.1",
|
||||
"@jupyterlab/docmanager": "~4.2.0-beta.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/documentsearch-extension",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/documentsearch": "~4.2.0-beta.1",
|
||||
"@lumino/widgets": "^2.3.2"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/help-extension",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0-alpha.0",
|
||||
"@jupyter-notebook/ui-components": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/apputils": "~4.3.0-beta.1",
|
||||
"@jupyterlab/mainmenu": "~4.2.0-beta.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/lab-extension",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/apputils": "~4.3.0-beta.1",
|
||||
"@jupyterlab/coreutils": "~6.2.0-beta.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/notebook-extension",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/apputils": "~4.3.0-beta.1",
|
||||
"@jupyterlab/cells": "~4.2.0-beta.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/terminal-extension",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/coreutils": "~6.2.0-beta.1",
|
||||
"@jupyterlab/terminal": "~4.2.0-beta.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/tree-extension",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"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.2.0-alpha.0",
|
||||
"@jupyter-notebook/tree": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyter-notebook/tree": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/apputils": "~4.3.0-beta.1",
|
||||
"@jupyterlab/coreutils": "~6.2.0-beta.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/tree",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"description": "Jupyter Notebook - Tree",
|
||||
"homepage": "https://github.com/jupyter/notebook",
|
||||
"bugs": {
|
||||
@ -38,7 +38,7 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.2.0-alpha.0",
|
||||
"@jupyter-notebook/application": "^7.2.0-beta.0",
|
||||
"@jupyterlab/application": "~4.2.0-beta.1",
|
||||
"@jupyterlab/apputils": "~4.3.0-beta.1",
|
||||
"@jupyterlab/coreutils": "~6.2.0-beta.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jupyter-notebook/ui-components",
|
||||
"version": "7.2.0-alpha.0",
|
||||
"version": "7.2.0-beta.0",
|
||||
"description": "Jupyter Notebook - UI components",
|
||||
"homepage": "https://github.com/jupyter/notebook",
|
||||
"bugs": {
|
||||
|
94
yarn.lock
94
yarn.lock
@ -2050,17 +2050,17 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@jupyter-notebook/app@workspace:app"
|
||||
dependencies:
|
||||
"@jupyter-notebook/application": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/application-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/console-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/docmanager-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/documentsearch-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/help-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/notebook-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/terminal-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/tree": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/tree-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/ui-components": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/application-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/console-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/docmanager-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/documentsearch-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/help-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/notebook-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/terminal-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/tree": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/tree-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/ui-components": ^7.2.0-beta.0
|
||||
"@jupyterlab/application-extension": ~4.2.0-beta.1
|
||||
"@jupyterlab/apputils-extension": ~4.2.0-beta.1
|
||||
"@jupyterlab/attachments": ~4.2.0-beta.1
|
||||
@ -2131,12 +2131,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/application-extension@^7.2.0-alpha.0, @jupyter-notebook/application-extension@workspace:packages/application-extension":
|
||||
"@jupyter-notebook/application-extension@^7.2.0-beta.0, @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.2.0-alpha.0
|
||||
"@jupyter-notebook/ui-components": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/ui-components": ^7.2.0-beta.0
|
||||
"@jupyterlab/application": ~4.2.0-beta.1
|
||||
"@jupyterlab/apputils": ~4.3.0-beta.1
|
||||
"@jupyterlab/codeeditor": ~4.2.0-beta.1
|
||||
@ -2156,7 +2156,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/application@^7.2.0-alpha.0, @jupyter-notebook/application@workspace:packages/application":
|
||||
"@jupyter-notebook/application@^7.2.0-beta.0, @jupyter-notebook/application@workspace:packages/application":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@jupyter-notebook/application@workspace:packages/application"
|
||||
dependencies:
|
||||
@ -2196,11 +2196,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/console-extension@^7.2.0-alpha.0, @jupyter-notebook/console-extension@workspace:packages/console-extension":
|
||||
"@jupyter-notebook/console-extension@^7.2.0-beta.0, @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.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyterlab/application": ~4.2.0-beta.1
|
||||
"@jupyterlab/console": ~4.2.0-beta.1
|
||||
"@jupyterlab/coreutils": ~6.2.0-beta.1
|
||||
@ -2210,11 +2210,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/docmanager-extension@^7.2.0-alpha.0, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension":
|
||||
"@jupyter-notebook/docmanager-extension@^7.2.0-beta.0, @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.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyterlab/application": ~4.2.0-beta.1
|
||||
"@jupyterlab/coreutils": ~6.2.0-beta.1
|
||||
"@jupyterlab/docmanager": ~4.2.0-beta.1
|
||||
@ -2227,11 +2227,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/documentsearch-extension@^7.2.0-alpha.0, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension":
|
||||
"@jupyter-notebook/documentsearch-extension@^7.2.0-beta.0, @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.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyterlab/application": ~4.2.0-beta.1
|
||||
"@jupyterlab/documentsearch": ~4.2.0-beta.1
|
||||
"@lumino/widgets": ^2.3.2
|
||||
@ -2240,11 +2240,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/help-extension@^7.2.0-alpha.0, @jupyter-notebook/help-extension@workspace:packages/help-extension":
|
||||
"@jupyter-notebook/help-extension@^7.2.0-beta.0, @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.2.0-alpha.0
|
||||
"@jupyter-notebook/ui-components": ^7.2.0-beta.0
|
||||
"@jupyterlab/application": ~4.2.0-beta.1
|
||||
"@jupyterlab/apputils": ~4.3.0-beta.1
|
||||
"@jupyterlab/mainmenu": ~4.2.0-beta.1
|
||||
@ -2256,11 +2256,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/lab-extension@^7.2.0-alpha.0, @jupyter-notebook/lab-extension@workspace:packages/lab-extension":
|
||||
"@jupyter-notebook/lab-extension@^7.2.0-beta.0, @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.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyterlab/application": ~4.2.0-beta.1
|
||||
"@jupyterlab/apputils": ~4.3.0-beta.1
|
||||
"@jupyterlab/builder": ~4.2.0-beta.1
|
||||
@ -2280,27 +2280,27 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage"
|
||||
dependencies:
|
||||
"@jupyter-notebook/application": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/application-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/console-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/docmanager-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/documentsearch-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/help-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/lab-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/notebook-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/terminal-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/tree": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/tree-extension": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/ui-components": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/application-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/console-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/docmanager-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/documentsearch-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/help-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/lab-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/notebook-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/terminal-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/tree": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/tree-extension": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/ui-components": ^7.2.0-beta.0
|
||||
typescript: ~5.0.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/notebook-extension@^7.2.0-alpha.0, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension":
|
||||
"@jupyter-notebook/notebook-extension@^7.2.0-beta.0, @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.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyterlab/application": ~4.2.0-beta.1
|
||||
"@jupyterlab/apputils": ~4.3.0-beta.1
|
||||
"@jupyterlab/cells": ~4.2.0-beta.1
|
||||
@ -2337,11 +2337,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/terminal-extension@^7.2.0-alpha.0, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension":
|
||||
"@jupyter-notebook/terminal-extension@^7.2.0-beta.0, @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.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyterlab/application": ~4.2.0-beta.1
|
||||
"@jupyterlab/coreutils": ~6.2.0-beta.1
|
||||
"@jupyterlab/terminal": ~4.2.0-beta.1
|
||||
@ -2351,12 +2351,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/tree-extension@^7.2.0-alpha.0, @jupyter-notebook/tree-extension@workspace:packages/tree-extension":
|
||||
"@jupyter-notebook/tree-extension@^7.2.0-beta.0, @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.2.0-alpha.0
|
||||
"@jupyter-notebook/tree": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyter-notebook/tree": ^7.2.0-beta.0
|
||||
"@jupyterlab/application": ~4.2.0-beta.1
|
||||
"@jupyterlab/apputils": ~4.3.0-beta.1
|
||||
"@jupyterlab/coreutils": ~6.2.0-beta.1
|
||||
@ -2377,11 +2377,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/tree@^7.2.0-alpha.0, @jupyter-notebook/tree@workspace:packages/tree":
|
||||
"@jupyter-notebook/tree@^7.2.0-beta.0, @jupyter-notebook/tree@workspace:packages/tree":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@jupyter-notebook/tree@workspace:packages/tree"
|
||||
dependencies:
|
||||
"@jupyter-notebook/application": ^7.2.0-alpha.0
|
||||
"@jupyter-notebook/application": ^7.2.0-beta.0
|
||||
"@jupyterlab/application": ~4.2.0-beta.1
|
||||
"@jupyterlab/apputils": ~4.3.0-beta.1
|
||||
"@jupyterlab/coreutils": ~6.2.0-beta.1
|
||||
@ -2402,7 +2402,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@jupyter-notebook/ui-components@^7.2.0-alpha.0, @jupyter-notebook/ui-components@workspace:packages/ui-components":
|
||||
"@jupyter-notebook/ui-components@^7.2.0-beta.0, @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