Merge pull request #64 from jtpio/final-3

Update to JupyterLab 3 final
This commit is contained in:
Jeremy Tuloup 2020-12-24 11:49:21 +01:00 committed by GitHub
commit d45d016a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 566 additions and 566 deletions

View File

@ -40,10 +40,10 @@ Config dir: /home/username/.jupyter
Config dir: /home/username/miniforge3/envs/jupyterlab-classic/etc/jupyter
jupyterlab enabled
- Validating jupyterlab...
jupyterlab 3.0.0rc15 OK
jupyterlab 3.0.0 OK
jupyterlab_classic enabled
- Validating jupyterlab_classic...
jupyterlab_classic 0.1.0rc1 OK
jupyterlab_classic 0.1.0rc2 OK
nbclassic enabled
- Validating nbclassic...
nbclassic OK

View File

@ -18,26 +18,26 @@
"@jupyterlab-classic/terminal-extension": "^0.1.0-rc.2",
"@jupyterlab-classic/tree-extension": "^0.1.0-rc.2",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.2",
"@jupyterlab/apputils-extension": "^3.0.0-rc.15",
"@jupyterlab/codemirror-extension": "^3.0.0-rc.15",
"@jupyterlab/completer-extension": "^3.0.0-rc.15",
"@jupyterlab/coreutils": "~5.0.0-rc.15",
"@jupyterlab/docmanager-extension": "^3.0.0-rc.15",
"@jupyterlab/fileeditor-extension": "^3.0.0-rc.15",
"@jupyterlab/mainmenu-extension": "^3.0.0-rc.15",
"@jupyterlab/mathjax2-extension": "^3.0.0-rc.15",
"@jupyterlab/notebook-extension": "^3.0.0-rc.15",
"@jupyterlab/rendermime-extension": "^3.0.0-rc.15",
"@jupyterlab/running-extension": "^3.0.0-rc.15",
"@jupyterlab/shortcuts-extension": "^3.0.0-rc.15",
"@jupyterlab/terminal-extension": "^3.0.0-rc.15",
"@jupyterlab/theme-dark-extension": "^3.0.0-rc.15",
"@jupyterlab/theme-light-extension": "^3.0.0-rc.15",
"@jupyterlab/tooltip-extension": "^3.0.0-rc.15"
"@jupyterlab/apputils-extension": "^3.0.0",
"@jupyterlab/codemirror-extension": "^3.0.0",
"@jupyterlab/completer-extension": "^3.0.0",
"@jupyterlab/coreutils": "~5.0.0",
"@jupyterlab/docmanager-extension": "^3.0.0",
"@jupyterlab/fileeditor-extension": "^3.0.0",
"@jupyterlab/mainmenu-extension": "^3.0.0",
"@jupyterlab/mathjax2-extension": "^3.0.0",
"@jupyterlab/notebook-extension": "^3.0.0",
"@jupyterlab/rendermime-extension": "^3.0.0",
"@jupyterlab/running-extension": "^3.0.0",
"@jupyterlab/shortcuts-extension": "^3.0.0",
"@jupyterlab/terminal-extension": "^3.0.0",
"@jupyterlab/theme-dark-extension": "^3.0.0",
"@jupyterlab/theme-light-extension": "^3.0.0",
"@jupyterlab/tooltip-extension": "^3.0.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0-rc.15",
"@jupyterlab/buildutils": "^3.0.0-rc.15",
"@jupyterlab/builder": "^3.0.0",
"@jupyterlab/buildutils": "^3.0.0",
"css-loader": "~5.0.1",
"file-loader": "~5.0.2",
"fs-extra": "^8.1.0",

View File

@ -41,16 +41,16 @@
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0-rc.2",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.2",
"@jupyterlab/application": "^3.0.0-rc.15",
"@jupyterlab/apputils": "^3.0.0-rc.15",
"@jupyterlab/codeeditor": "^3.0.0-rc.15",
"@jupyterlab/codemirror": "^3.0.0-rc.15",
"@jupyterlab/coreutils": "^5.0.0-rc.15",
"@jupyterlab/docmanager": "^3.0.0-rc.15",
"@jupyterlab/docregistry": "^3.0.0-rc.15",
"@jupyterlab/mainmenu": "^3.0.0-rc.15",
"@jupyterlab/settingregistry": "^3.0.0-rc.15",
"@jupyterlab/translation": "^3.0.0-rc.15",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/codeeditor": "^3.0.0",
"@jupyterlab/codemirror": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
"@jupyterlab/docmanager": "^3.0.0",
"@jupyterlab/docregistry": "^3.0.0",
"@jupyterlab/mainmenu": "^3.0.0",
"@jupyterlab/settingregistry": "^3.0.0",
"@jupyterlab/translation": "^3.0.0",
"@lumino/widgets": "^1.14.0"
},
"devDependencies": {

View File

@ -43,10 +43,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.15",
"@jupyterlab/coreutils": "^5.0.0-rc.15",
"@jupyterlab/docregistry": "^3.0.0-rc.15",
"@jupyterlab/ui-components": "^3.0.0-rc.15",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
"@jupyterlab/docregistry": "^3.0.0",
"@jupyterlab/ui-components": "^3.0.0",
"@lumino/algorithm": "^1.3.3",
"@lumino/coreutils": "^1.5.3",
"@lumino/messaging": "^1.4.3",
@ -58,7 +58,7 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.1",
"@jupyterlab/testutils": "^3.0.0-rc.15",
"@jupyterlab/testutils": "^3.0.0",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"rimraf": "~3.0.0",

View File

@ -39,11 +39,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.15",
"@jupyterlab/coreutils": "^5.0.0-rc.15",
"@jupyterlab/docmanager": "^3.0.0-rc.15",
"@jupyterlab/docregistry": "^3.0.0-rc.15",
"@jupyterlab/services": "^6.0.0-rc.15",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
"@jupyterlab/docmanager": "^3.0.0",
"@jupyterlab/docregistry": "^3.0.0",
"@jupyterlab/services": "^6.0.0",
"@lumino/algorithm": "^1.3.3"
},
"devDependencies": {

View File

@ -40,9 +40,9 @@
},
"dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.0-rc.2",
"@jupyterlab/application": "^3.0.0-rc.15",
"@jupyterlab/apputils": "^3.0.0-rc.15",
"@jupyterlab/mainmenu": "^3.0.0-rc.15"
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/mainmenu": "^3.0.0"
},
"devDependencies": {
"rimraf": "~3.0.0",

View File

@ -47,17 +47,17 @@
},
"dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.0-rc.2",
"@jupyterlab/application": "^3.0.0-rc.15",
"@jupyterlab/apputils": "^3.0.0-rc.15",
"@jupyterlab/coreutils": "^5.0.0-rc.15",
"@jupyterlab/docregistry": "^3.0.0-rc.15",
"@jupyterlab/mainmenu": "^3.0.0-rc.15",
"@jupyterlab/notebook": "^3.0.0-rc.15",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
"@jupyterlab/docregistry": "^3.0.0",
"@jupyterlab/mainmenu": "^3.0.0",
"@jupyterlab/notebook": "^3.0.0",
"@lumino/commands": "^1.11.4",
"@lumino/disposable": "^1.4.3"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0-rc.15",
"@jupyterlab/builder": "^3.0.0",
"rimraf": "~3.0.0",
"typescript": "~4.1.3"
},

View File

@ -40,10 +40,10 @@
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0-rc.2",
"@jupyterlab/application": "^3.0.0-rc.15",
"@jupyterlab/apputils": "^3.0.0-rc.15",
"@jupyterlab/docmanager": "^3.0.0-rc.15",
"@jupyterlab/notebook": "^3.0.0-rc.15",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/docmanager": "^3.0.0",
"@jupyterlab/notebook": "^3.0.0",
"@lumino/widgets": "^1.14.0"
},
"devDependencies": {

View File

@ -39,9 +39,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.15",
"@jupyterlab/coreutils": "^5.0.0-rc.15",
"@jupyterlab/terminal": "^3.0.0-rc.15",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
"@jupyterlab/terminal": "^3.0.0",
"@lumino/algorithm": "^1.3.3"
},
"devDependencies": {

View File

@ -40,17 +40,17 @@
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0-rc.2",
"@jupyterlab/application": "^3.0.0-rc.15",
"@jupyterlab/apputils": "^3.0.0-rc.15",
"@jupyterlab/coreutils": "^5.0.0-rc.15",
"@jupyterlab/docmanager": "^3.0.0-rc.15",
"@jupyterlab/filebrowser": "^3.0.0-rc.15",
"@jupyterlab/mainmenu": "^3.0.0-rc.15",
"@jupyterlab/services": "^6.0.0-rc.15",
"@jupyterlab/settingregistry": "^3.0.0-rc.15",
"@jupyterlab/statedb": "^3.0.0-rc.15",
"@jupyterlab/translation": "^3.0.0-rc.15",
"@jupyterlab/ui-components": "^3.0.0-rc.15",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
"@jupyterlab/docmanager": "^3.0.0",
"@jupyterlab/filebrowser": "^3.0.0",
"@jupyterlab/mainmenu": "^3.0.0",
"@jupyterlab/services": "^6.0.0",
"@jupyterlab/settingregistry": "^3.0.0",
"@jupyterlab/statedb": "^3.0.0",
"@jupyterlab/translation": "^3.0.0",
"@jupyterlab/ui-components": "^3.0.0",
"@lumino/algorithm": "^1.3.3",
"@lumino/commands": "^1.12.0",
"@lumino/widgets": "^1.16.1"

View File

@ -43,12 +43,12 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/ui-components": "^3.0.0-rc.15"
"@jupyterlab/ui-components": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@jupyterlab/testutils": "^3.0.0-rc.15",
"@jupyterlab/testutils": "^3.0.0",
"@types/jest": "^26.0.10",
"babel-loader": "^8.0.6",
"jest": "^26.4.2",

View File

@ -1,3 +1,3 @@
[build-system]
requires = ["jupyter_packaging~=0.7.0", "jupyterlab>=3.0.0rc15,==3.*", "setuptools>=40.8.0", "wheel"]
requires = ["jupyter_packaging~=0.7.0", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"

View File

@ -77,7 +77,7 @@ setup_args = dict(
cmdclass= cmdclass,
packages=setuptools.find_packages(),
install_requires=[
"jupyterlab>=3.0.0rc15,==3.*",
"jupyterlab~=3.0",
],
zip_safe=False,
include_package_data=True,

988
yarn.lock

File diff suppressed because it is too large Load Diff