Publish 7.0.4

SHA256 hashes:

jupyter-notebook-application-7.0.4.tgz: 8812fca54620b808462702bbf88d2307d7e17c066e87d1cb173a0d6357b3aad9

jupyter-notebook-application-extension-7.0.4.tgz: 64d0dc96ee6161d0a4fcc71ab8eacf5ea34610ebf1fd5e6665b6379bc9edd224

jupyter-notebook-console-extension-7.0.4.tgz: 3cb32b6e4ef154b895d9cd88c15b6a47e8bb96f6281338f73d6a6ffe4cd43aac

jupyter-notebook-docmanager-extension-7.0.4.tgz: 53bc240919201ed2b1c2333e408cbf3692dc5e86c5f9e0f8ec75682166c8a7e4

jupyter-notebook-documentsearch-extension-7.0.4.tgz: 28394867cd2456965b697b969ec38701863637b407f54e0c0b9991a9ae382813

jupyter-notebook-help-extension-7.0.4.tgz: beb42a63d938b13a3c55593729102117f5bcd78a7ce4bd09addc259bdc56216a

jupyter-notebook-lab-extension-7.0.4.tgz: 8cc11c1aa769c80b1ed22ea4c7befe4313005102c71dfe35ceb557e9add32327

jupyter-notebook-notebook-extension-7.0.4.tgz: 0d582154c44e2ba0b8ccf0f3163136e8c3a6084310f83e7ecc74b834263bfd34

jupyter-notebook-terminal-extension-7.0.4.tgz: 069f5dfcf8cfb673639fc8c8477bc519c7851e56a331b5fbc1366cf76cfac3f7

jupyter-notebook-tree-7.0.4.tgz: 52e1c20e7fc781849591561d636dbf8d514245f713796b866260d7a2f02e205e

jupyter-notebook-tree-extension-7.0.4.tgz: 56141d1a2ac8876813ab018060fe533203ecb1be335a9cbb482b195a35bea9a1

jupyter-notebook-ui-components-7.0.4.tgz: 0de4d90d3cd8b366a8ca857baca22db4bee23076e7de79013bd4a3ed717e9e47

notebook-7.0.4-py3-none-any.whl: ee738414ac01773c1ad6834cf76cc6f1ce140ac8197fd13b3e2d44d89e257f72

notebook-7.0.4.tar.gz: 0c1b458f72ce8774445c8ef9ed2492bd0b9ce9605ac996e2b066114f69795e71
pull/7072/head v7.0.4
jtpio 3 years ago
parent 0e62386fc7
commit e43da4a739

@ -14,6 +14,38 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
<!-- <START NEW CHANGELOG ENTRY> -->
## 7.0.4
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.3...0e62386fc71ed4bd424c989f9d5493ca346f1d9a))
### Enhancements made
- Update to JupyterLab 4.0.6 [#7049](https://github.com/jupyter/notebook/pull/7049) ([@jtpio](https://github.com/jtpio))
### Bugs fixed
- Fix `app_version` [#7061](https://github.com/jupyter/notebook/pull/7061) ([@jtpio](https://github.com/jtpio))
- fix trusted status indication [#7036](https://github.com/jupyter/notebook/pull/7036) ([@adigaboy](https://github.com/adigaboy))
### Maintenance and upkeep improvements
- Update Binder environment [#7059](https://github.com/jupyter/notebook/pull/7059) ([@jtpio](https://github.com/jtpio))
- Add `deduplicate` top-level script [#7058](https://github.com/jupyter/notebook/pull/7058) ([@jtpio](https://github.com/jtpio))
- Move opening path in new browser tabs to a separate plugin [#7056](https://github.com/jupyter/notebook/pull/7056) ([@jtpio](https://github.com/jtpio))
- Enable the Playwright trace [#7050](https://github.com/jupyter/notebook/pull/7050) ([@jtpio](https://github.com/jtpio))
- Bump actions/checkout from 3 to 4 [#7040](https://github.com/jupyter/notebook/pull/7040) ([@dependabot](https://github.com/dependabot))
- Adopt sp-repo-review [#7039](https://github.com/jupyter/notebook/pull/7039) ([@blink1073](https://github.com/blink1073))
- Add `datetime.datetime.utc()` to the filter list [#7037](https://github.com/jupyter/notebook/pull/7037) ([@jtpio](https://github.com/jtpio))
- Fix docs build on Gitpod [#7026](https://github.com/jupyter/notebook/pull/7026) ([@jtpio](https://github.com/jtpio))
### Contributors to this release
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-08-30&to=2023-09-20&type=c))
[@adigaboy](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aadigaboy+updated%3A2023-08-30..2023-09-20&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-08-30..2023-09-20&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-08-30..2023-09-20&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-08-30..2023-09-20&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-08-30..2023-09-20&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-08-30..2023-09-20&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 7.0.3
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.2...e2eb8f2a166ba7b339309b8bfbff40e6c9e0a9b9))
@ -38,8 +70,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
[@bnavigator](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abnavigator+updated%3A2023-08-04..2023-08-30&type=Issues) | [@defjaf](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adefjaf+updated%3A2023-08-04..2023-08-30&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-08-04..2023-08-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-08-04..2023-08-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-08-04..2023-08-30&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akevin-bates+updated%3A2023-08-04..2023-08-30&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 7.0.2
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.1...af5edd42374cadba65feed2e6828b1ef96295daf))

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.0.3",
"version": "7.0.4",
"private": true,
"scripts": {
"build": "webpack",
@ -12,17 +12,17 @@
"resolutions": {
"@codemirror/state": "~6.2.1",
"@codemirror/view": "~6.15.3",
"@jupyter-notebook/application": "~7.0.3",
"@jupyter-notebook/application-extension": "~7.0.3",
"@jupyter-notebook/console-extension": "~7.0.3",
"@jupyter-notebook/docmanager-extension": "~7.0.3",
"@jupyter-notebook/documentsearch-extension": "~7.0.3",
"@jupyter-notebook/help-extension": "~7.0.3",
"@jupyter-notebook/notebook-extension": "~7.0.3",
"@jupyter-notebook/terminal-extension": "~7.0.3",
"@jupyter-notebook/tree": "~7.0.3",
"@jupyter-notebook/tree-extension": "~7.0.3",
"@jupyter-notebook/ui-components": "~7.0.3",
"@jupyter-notebook/application": "~7.0.4",
"@jupyter-notebook/application-extension": "~7.0.4",
"@jupyter-notebook/console-extension": "~7.0.4",
"@jupyter-notebook/docmanager-extension": "~7.0.4",
"@jupyter-notebook/documentsearch-extension": "~7.0.4",
"@jupyter-notebook/help-extension": "~7.0.4",
"@jupyter-notebook/notebook-extension": "~7.0.4",
"@jupyter-notebook/terminal-extension": "~7.0.4",
"@jupyter-notebook/tree": "~7.0.4",
"@jupyter-notebook/tree-extension": "~7.0.4",
"@jupyter-notebook/ui-components": "~7.0.4",
"@jupyter/ydoc": "~1.0.2",
"@jupyterlab/application": "~4.0.6",
"@jupyterlab/application-extension": "~4.0.6",
@ -116,17 +116,17 @@
"yjs": "~13.6.7"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.3",
"@jupyter-notebook/application-extension": "^7.0.3",
"@jupyter-notebook/console-extension": "^7.0.3",
"@jupyter-notebook/docmanager-extension": "^7.0.3",
"@jupyter-notebook/documentsearch-extension": "^7.0.3",
"@jupyter-notebook/help-extension": "^7.0.3",
"@jupyter-notebook/notebook-extension": "^7.0.3",
"@jupyter-notebook/terminal-extension": "^7.0.3",
"@jupyter-notebook/tree": "^7.0.3",
"@jupyter-notebook/tree-extension": "^7.0.3",
"@jupyter-notebook/ui-components": "^7.0.3",
"@jupyter-notebook/application": "^7.0.4",
"@jupyter-notebook/application-extension": "^7.0.4",
"@jupyter-notebook/console-extension": "^7.0.4",
"@jupyter-notebook/docmanager-extension": "^7.0.4",
"@jupyter-notebook/documentsearch-extension": "^7.0.4",
"@jupyter-notebook/help-extension": "^7.0.4",
"@jupyter-notebook/notebook-extension": "^7.0.4",
"@jupyter-notebook/terminal-extension": "^7.0.4",
"@jupyter-notebook/tree": "^7.0.4",
"@jupyter-notebook/tree-extension": "^7.0.4",
"@jupyter-notebook/ui-components": "^7.0.4",
"@jupyterlab/application-extension": "^4.0.6",
"@jupyterlab/apputils-extension": "^4.0.6",
"@jupyterlab/attachments": "^4.0.6",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/buildutils",
"version": "7.0.3",
"version": "7.0.4",
"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.3"
__version__ = "7.0.4"
# PEP440 version parser
_version_regex = re.compile(

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

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application-extension",
"version": "7.0.3",
"version": "7.0.4",
"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.3",
"@jupyter-notebook/ui-components": "^7.0.3",
"@jupyter-notebook/application": "^7.0.4",
"@jupyter-notebook/ui-components": "^7.0.4",
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/codeeditor": "^4.0.6",

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

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/console-extension",
"version": "7.0.3",
"version": "7.0.4",
"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.0.3",
"@jupyter-notebook/application": "^7.0.4",
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/console": "^4.0.6",
"@jupyterlab/coreutils": "^6.0.6",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/docmanager-extension",
"version": "7.0.3",
"version": "7.0.4",
"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.0.3",
"@jupyter-notebook/application": "^7.0.4",
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/docmanager": "^4.0.6",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/documentsearch-extension",
"version": "7.0.3",
"version": "7.0.4",
"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.3",
"@jupyter-notebook/application": "^7.0.4",
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/documentsearch": "^4.0.6",
"@lumino/widgets": "^2.3.0"

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/help-extension",
"version": "7.0.3",
"version": "7.0.4",
"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.3",
"@jupyter-notebook/ui-components": "^7.0.4",
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/mainmenu": "^4.0.6",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/lab-extension",
"version": "7.0.3",
"version": "7.0.4",
"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.3",
"@jupyter-notebook/application": "^7.0.4",
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/coreutils": "^6.0.6",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/notebook-extension",
"version": "7.0.3",
"version": "7.0.4",
"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.3",
"@jupyter-notebook/application": "^7.0.4",
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/cells": "^4.0.6",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/terminal-extension",
"version": "7.0.3",
"version": "7.0.4",
"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.0.3",
"@jupyter-notebook/application": "^7.0.4",
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/terminal": "^4.0.6",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree-extension",
"version": "7.0.3",
"version": "7.0.4",
"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.3",
"@jupyter-notebook/tree": "^7.0.3",
"@jupyter-notebook/application": "^7.0.4",
"@jupyter-notebook/tree": "^7.0.4",
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/coreutils": "^6.0.6",

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree",
"version": "7.0.3",
"version": "7.0.4",
"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.3",
"@jupyter-notebook/application": "^7.0.4",
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/coreutils": "^6.0.6",

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

@ -2067,17 +2067,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter-notebook/app@workspace:app"
dependencies:
"@jupyter-notebook/application": ^7.0.3
"@jupyter-notebook/application-extension": ^7.0.3
"@jupyter-notebook/console-extension": ^7.0.3
"@jupyter-notebook/docmanager-extension": ^7.0.3
"@jupyter-notebook/documentsearch-extension": ^7.0.3
"@jupyter-notebook/help-extension": ^7.0.3
"@jupyter-notebook/notebook-extension": ^7.0.3
"@jupyter-notebook/terminal-extension": ^7.0.3
"@jupyter-notebook/tree": ^7.0.3
"@jupyter-notebook/tree-extension": ^7.0.3
"@jupyter-notebook/ui-components": ^7.0.3
"@jupyter-notebook/application": ^7.0.4
"@jupyter-notebook/application-extension": ^7.0.4
"@jupyter-notebook/console-extension": ^7.0.4
"@jupyter-notebook/docmanager-extension": ^7.0.4
"@jupyter-notebook/documentsearch-extension": ^7.0.4
"@jupyter-notebook/help-extension": ^7.0.4
"@jupyter-notebook/notebook-extension": ^7.0.4
"@jupyter-notebook/terminal-extension": ^7.0.4
"@jupyter-notebook/tree": ^7.0.4
"@jupyter-notebook/tree-extension": ^7.0.4
"@jupyter-notebook/ui-components": ^7.0.4
"@jupyterlab/application-extension": ^4.0.6
"@jupyterlab/apputils-extension": ^4.0.6
"@jupyterlab/attachments": ^4.0.6
@ -2145,12 +2145,12 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/application-extension@^7.0.3, @jupyter-notebook/application-extension@workspace:packages/application-extension":
"@jupyter-notebook/application-extension@^7.0.4, @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.3
"@jupyter-notebook/ui-components": ^7.0.3
"@jupyter-notebook/application": ^7.0.4
"@jupyter-notebook/ui-components": ^7.0.4
"@jupyterlab/application": ^4.0.6
"@jupyterlab/apputils": ^4.1.6
"@jupyterlab/codeeditor": ^4.0.6
@ -2170,7 +2170,7 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/application@^7.0.3, @jupyter-notebook/application@workspace:packages/application":
"@jupyter-notebook/application@^7.0.4, @jupyter-notebook/application@workspace:packages/application":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/application@workspace:packages/application"
dependencies:
@ -2210,11 +2210,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/console-extension@^7.0.3, @jupyter-notebook/console-extension@workspace:packages/console-extension":
"@jupyter-notebook/console-extension@^7.0.4, @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.0.3
"@jupyter-notebook/application": ^7.0.4
"@jupyterlab/application": ^4.0.6
"@jupyterlab/console": ^4.0.6
"@jupyterlab/coreutils": ^6.0.6
@ -2224,11 +2224,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/docmanager-extension@^7.0.3, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension":
"@jupyter-notebook/docmanager-extension@^7.0.4, @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.0.3
"@jupyter-notebook/application": ^7.0.4
"@jupyterlab/application": ^4.0.6
"@jupyterlab/coreutils": ^6.0.6
"@jupyterlab/docmanager": ^4.0.6
@ -2241,11 +2241,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/documentsearch-extension@^7.0.3, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension":
"@jupyter-notebook/documentsearch-extension@^7.0.4, @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.3
"@jupyter-notebook/application": ^7.0.4
"@jupyterlab/application": ^4.0.6
"@jupyterlab/documentsearch": ^4.0.6
"@lumino/widgets": ^2.3.0
@ -2254,11 +2254,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/help-extension@^7.0.3, @jupyter-notebook/help-extension@workspace:packages/help-extension":
"@jupyter-notebook/help-extension@^7.0.4, @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.3
"@jupyter-notebook/ui-components": ^7.0.4
"@jupyterlab/application": ^4.0.6
"@jupyterlab/apputils": ^4.1.6
"@jupyterlab/mainmenu": ^4.0.6
@ -2270,11 +2270,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/lab-extension@^7.0.3, @jupyter-notebook/lab-extension@workspace:packages/lab-extension":
"@jupyter-notebook/lab-extension@^7.0.4, @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.3
"@jupyter-notebook/application": ^7.0.4
"@jupyterlab/application": ^4.0.6
"@jupyterlab/apputils": ^4.1.6
"@jupyterlab/builder": ^4.0.6
@ -2294,27 +2294,27 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage"
dependencies:
"@jupyter-notebook/application": ^7.0.3
"@jupyter-notebook/application-extension": ^7.0.3
"@jupyter-notebook/console-extension": ^7.0.3
"@jupyter-notebook/docmanager-extension": ^7.0.3
"@jupyter-notebook/documentsearch-extension": ^7.0.3
"@jupyter-notebook/help-extension": ^7.0.3
"@jupyter-notebook/lab-extension": ^7.0.3
"@jupyter-notebook/notebook-extension": ^7.0.3
"@jupyter-notebook/terminal-extension": ^7.0.3
"@jupyter-notebook/tree": ^7.0.3
"@jupyter-notebook/tree-extension": ^7.0.3
"@jupyter-notebook/ui-components": ^7.0.3
"@jupyter-notebook/application": ^7.0.4
"@jupyter-notebook/application-extension": ^7.0.4
"@jupyter-notebook/console-extension": ^7.0.4
"@jupyter-notebook/docmanager-extension": ^7.0.4
"@jupyter-notebook/documentsearch-extension": ^7.0.4
"@jupyter-notebook/help-extension": ^7.0.4
"@jupyter-notebook/lab-extension": ^7.0.4
"@jupyter-notebook/notebook-extension": ^7.0.4
"@jupyter-notebook/terminal-extension": ^7.0.4
"@jupyter-notebook/tree": ^7.0.4
"@jupyter-notebook/tree-extension": ^7.0.4
"@jupyter-notebook/ui-components": ^7.0.4
typescript: ~5.0.2
languageName: unknown
linkType: soft
"@jupyter-notebook/notebook-extension@^7.0.3, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension":
"@jupyter-notebook/notebook-extension@^7.0.4, @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.3
"@jupyter-notebook/application": ^7.0.4
"@jupyterlab/application": ^4.0.6
"@jupyterlab/apputils": ^4.1.6
"@jupyterlab/cells": ^4.0.6
@ -2351,11 +2351,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/terminal-extension@^7.0.3, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension":
"@jupyter-notebook/terminal-extension@^7.0.4, @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.0.3
"@jupyter-notebook/application": ^7.0.4
"@jupyterlab/application": ^4.0.6
"@jupyterlab/coreutils": ^6.0.6
"@jupyterlab/terminal": ^4.0.6
@ -2365,12 +2365,12 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/tree-extension@^7.0.3, @jupyter-notebook/tree-extension@workspace:packages/tree-extension":
"@jupyter-notebook/tree-extension@^7.0.4, @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.3
"@jupyter-notebook/tree": ^7.0.3
"@jupyter-notebook/application": ^7.0.4
"@jupyter-notebook/tree": ^7.0.4
"@jupyterlab/application": ^4.0.6
"@jupyterlab/apputils": ^4.1.6
"@jupyterlab/coreutils": ^6.0.6
@ -2391,11 +2391,11 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/tree@^7.0.3, @jupyter-notebook/tree@workspace:packages/tree":
"@jupyter-notebook/tree@^7.0.4, @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.3
"@jupyter-notebook/application": ^7.0.4
"@jupyterlab/application": ^4.0.6
"@jupyterlab/apputils": ^4.1.6
"@jupyterlab/coreutils": ^6.0.6
@ -2416,7 +2416,7 @@ __metadata:
languageName: unknown
linkType: soft
"@jupyter-notebook/ui-components@^7.0.3, @jupyter-notebook/ui-components@workspace:packages/ui-components":
"@jupyter-notebook/ui-components@^7.0.4, @jupyter-notebook/ui-components@workspace:packages/ui-components":
version: 0.0.0-use.local
resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components"
dependencies:

Loading…
Cancel
Save