mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
commit
d45d016a0e
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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": {
|
||||
|
@ -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",
|
||||
|
@ -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": {
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
2
setup.py
2
setup.py
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user