mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
Merge pull request #6627 from jtpio/update-latest-lab
Update to JupyterLab 4.0.0a31
This commit is contained in:
commit
e4b91ec058
4
.github/workflows/buildutils.yml
vendored
4
.github/workflows/buildutils.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -U "jupyterlab>=4.0.0a30,<5" hatch
|
||||
python -m pip install -U "jupyterlab>=4.0.0a31,<5" hatch
|
||||
jlpm
|
||||
jlpm run build
|
||||
|
||||
@ -76,6 +76,6 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -U "jupyterlab>=4.0.0a30,<5" pip
|
||||
python -m pip install -U "jupyterlab>=4.0.0a31,<5" pip
|
||||
jlpm
|
||||
jlpm run build
|
||||
|
@ -84,7 +84,7 @@ async function main() {
|
||||
require('@jupyterlab/apputils-extension').default.filter(({ id }) =>
|
||||
[
|
||||
'@jupyterlab/apputils-extension:palette',
|
||||
'@jupyter/apputils-extension:sanitizer',
|
||||
'@jupyterlab/apputils-extension:sanitizer',
|
||||
'@jupyterlab/apputils-extension:settings',
|
||||
'@jupyterlab/apputils-extension:state',
|
||||
'@jupyterlab/apputils-extension:themes',
|
||||
@ -303,7 +303,7 @@ async function main() {
|
||||
createModule(data.name, data.mimeExtension)
|
||||
);
|
||||
}
|
||||
if (data.style) {
|
||||
if (data.style && !PageConfig.Extension.isDisabled(data.name)) {
|
||||
federatedStylePromises.push(createModule(data.name, data.style));
|
||||
}
|
||||
});
|
||||
|
222
app/package.json
222
app/package.json
@ -22,74 +22,74 @@
|
||||
"@jupyter-notebook/tree": "~7.0.0-alpha.8",
|
||||
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.8",
|
||||
"@jupyter-notebook/ui-components": "~7.0.0-alpha.8",
|
||||
"@jupyterlab/application": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/application-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/apputils": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/apputils-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/celltags": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/celltags-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/codeeditor": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/codemirror": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/collaboration": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/collaboration-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/completer": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/completer-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/console": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/console-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/coreutils": "~6.0.0-alpha.15",
|
||||
"@jupyterlab/debugger": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/debugger-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/docmanager": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/docprovider": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/docprovider-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/documentsearch": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/filebrowser": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/fileeditor": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/htmlviewer": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/hub-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/javascript-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/json-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/lsp": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/lsp-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/mainmenu": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/notebook": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/notebook-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/observables": "~5.0.0-alpha.15",
|
||||
"@jupyterlab/outputarea": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/pdf-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/rendermime": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.15",
|
||||
"@jupyterlab/running-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/services": "~7.0.0-alpha.15",
|
||||
"@jupyterlab/settingregistry": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/shared-models": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/statedb": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/statusbar": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/terminal": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/terminal-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/toc-extension": "~6.0.0-alpha.15",
|
||||
"@jupyterlab/tooltip": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/translation": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/translation-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/ui-components": "~4.0.0-alpha.30",
|
||||
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.15",
|
||||
"@jupyterlab/vega5-extension": "~4.0.0-alpha.15",
|
||||
"@jupyter-notebook/ydoc": "~0.2.0",
|
||||
"@jupyterlab/application": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/application-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/apputils": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/apputils-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/celltags": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/celltags-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/codeeditor": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/codemirror": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/collaboration": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/collaboration-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/completer": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/completer-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/console": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/console-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/coreutils": "~6.0.0-alpha.16",
|
||||
"@jupyterlab/debugger": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/debugger-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/docmanager": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/docprovider": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/docprovider-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/documentsearch": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/filebrowser": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/fileeditor": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/htmlviewer": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/hub-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/javascript-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/json-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/lsp": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/lsp-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/mainmenu": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/notebook": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/notebook-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/observables": "~5.0.0-alpha.16",
|
||||
"@jupyterlab/outputarea": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/pdf-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/rendermime": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.16",
|
||||
"@jupyterlab/running-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/services": "~7.0.0-alpha.16",
|
||||
"@jupyterlab/settingregistry": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/statedb": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/statusbar": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/terminal": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/terminal-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/toc-extension": "~6.0.0-alpha.16",
|
||||
"@jupyterlab/tooltip": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/translation": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/translation-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/ui-components": "~4.0.0-alpha.31",
|
||||
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.16",
|
||||
"@jupyterlab/vega5-extension": "~4.0.0-alpha.16",
|
||||
"@lumino/algorithm": "~2.0.0-alpha.6",
|
||||
"@lumino/application": "~2.0.0-alpha.6",
|
||||
"@lumino/commands": "~2.0.0-alpha.6",
|
||||
@ -104,7 +104,7 @@
|
||||
"@lumino/widgets": "~2.0.0-alpha.6",
|
||||
"react": "~17.0.2",
|
||||
"react-dom": "~17.0.2",
|
||||
"yjs": "~13.5.41"
|
||||
"yjs": "~13.5.42"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.8",
|
||||
@ -118,49 +118,49 @@
|
||||
"@jupyter-notebook/tree": "^7.0.0-alpha.8",
|
||||
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.8",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-alpha.8",
|
||||
"@jupyterlab/application-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/apputils-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/celltags-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/codemirror": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/collaboration-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/completer-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/console-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.15",
|
||||
"@jupyterlab/debugger-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/docprovider-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/hub-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/javascript-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/json-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/lsp": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/lsp-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/notebook-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/pdf-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/running-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/terminal-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/toc-extension": "^6.0.0-alpha.15",
|
||||
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/translation-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/vega5-extension": "^4.0.0-alpha.15"
|
||||
"@jupyterlab/application-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/apputils-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/celltags-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/codemirror": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/collaboration-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/completer-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/console-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
|
||||
"@jupyterlab/debugger-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/docprovider-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/hub-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/javascript-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/json-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/lsp": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/lsp-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/notebook-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/pdf-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/running-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/terminal-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/toc-extension": "^6.0.0-alpha.16",
|
||||
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/translation-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/vega5-extension": "^4.0.0-alpha.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.16",
|
||||
"@types/rimraf": "^3.0.2",
|
||||
"css-loader": "~5.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
@ -219,6 +219,7 @@
|
||||
],
|
||||
"singletonPackages": [
|
||||
"@jupyter-notebook/tree",
|
||||
"@jupyter-notebook/ydoc",
|
||||
"@jupyterlab/application",
|
||||
"@jupyterlab/apputils",
|
||||
"@jupyterlab/cell-toolbar",
|
||||
@ -245,7 +246,6 @@
|
||||
"@jupyterlab/rendermime-interfaces",
|
||||
"@jupyterlab/services",
|
||||
"@jupyterlab/settingregistry",
|
||||
"@jupyterlab/shared-models",
|
||||
"@jupyterlab/statedb",
|
||||
"@jupyterlab/statusbar",
|
||||
"@jupyterlab/terminal",
|
||||
|
@ -30,7 +30,7 @@
|
||||
"watch": "tsc -w --listEmittedFiles"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.16",
|
||||
"commander": "^6.2.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"typescript": "~4.7.3"
|
||||
|
@ -43,7 +43,7 @@
|
||||
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.16",
|
||||
"@typescript-eslint/eslint-plugin": "^4.2.0",
|
||||
"@typescript-eslint/parser": "^4.2.0",
|
||||
"eslint": "^7.10.0",
|
||||
|
@ -41,17 +41,17 @@
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.8",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-alpha.8",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/codeeditor": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.15",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/codeeditor": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.16",
|
||||
"@lumino/coreutils": "^2.0.0-alpha.6",
|
||||
"@lumino/disposable": "^2.0.0-alpha.6",
|
||||
"@lumino/widgets": "^2.0.0-alpha.6"
|
||||
|
@ -43,11 +43,11 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.15",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.15",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.30",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.16",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.31",
|
||||
"@lumino/algorithm": "^2.0.0-alpha.6",
|
||||
"@lumino/coreutils": "^2.0.0-alpha.6",
|
||||
"@lumino/messaging": "^2.0.0-alpha.6",
|
||||
@ -58,7 +58,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.6",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.16",
|
||||
"@types/jest": "^26.0.10",
|
||||
"jest": "^26.4.2",
|
||||
"rimraf": "^3.0.2",
|
||||
|
@ -39,9 +39,9 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
|
||||
"@lumino/algorithm": "^2.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -39,11 +39,11 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.15",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.16",
|
||||
"@lumino/algorithm": "^2.0.0-alpha.6",
|
||||
"@lumino/signaling": "^2.0.0-alpha.6"
|
||||
},
|
||||
|
@ -40,8 +40,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.8",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/documentsearch": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/documentsearch": "^4.0.0-alpha.16",
|
||||
"@lumino/widgets": "^2.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -40,10 +40,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-alpha.8",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.15"
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^3.0.2",
|
||||
|
@ -44,17 +44,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.8",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.15",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.16",
|
||||
"@lumino/commands": "^2.0.0-alpha.6",
|
||||
"@lumino/disposable": "^2.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.16",
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "~4.7.3"
|
||||
},
|
||||
|
@ -40,13 +40,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.8",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/cells": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/cells": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.16",
|
||||
"@lumino/polling": "^2.0.0-alpha.6",
|
||||
"@lumino/widgets": "^2.0.0-alpha.6"
|
||||
},
|
||||
|
@ -270,7 +270,7 @@ const scrollOutput: JupyterFrontEndPlugin<void> = {
|
||||
}
|
||||
const { outputArea } = cell;
|
||||
// respect cells with an explicit scrolled state
|
||||
const scrolled = cell.model.metadata.get('scrolled');
|
||||
const scrolled = cell.model.getMetadata('scrolled');
|
||||
if (scrolled !== undefined) {
|
||||
return;
|
||||
}
|
||||
|
@ -39,9 +39,9 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.15",
|
||||
"@jupyterlab/terminal": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
|
||||
"@jupyterlab/terminal": "^4.0.0-alpha.16",
|
||||
"@lumino/algorithm": "^2.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -41,17 +41,17 @@
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.8",
|
||||
"@jupyter-notebook/tree": "^7.0.0-alpha.8",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.15",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/filebrowser": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/statedb": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.30",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/filebrowser": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.16",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/statedb": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.31",
|
||||
"@lumino/algorithm": "^2.0.0-alpha.6",
|
||||
"@lumino/commands": "^2.0.0-alpha.6",
|
||||
"@lumino/widgets": "^2.0.0-alpha.6"
|
||||
|
@ -40,17 +40,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.8",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.15",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/filebrowser": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/statedb": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.30",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/filebrowser": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.16",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/statedb": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.16",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.31",
|
||||
"@lumino/algorithm": "^2.0.0-alpha.6",
|
||||
"@lumino/commands": "^2.0.0-alpha.6",
|
||||
"@lumino/coreutils": "^2.0.0-alpha.6",
|
||||
|
@ -43,14 +43,14 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.30",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.31",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.10.2",
|
||||
"@babel/preset-env": "^7.10.2",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.15",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.16",
|
||||
"@types/jest": "^26.0.10",
|
||||
"babel-loader": "^8.0.6",
|
||||
"jest": "^26.4.2",
|
||||
|
@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a30,<5"]
|
||||
requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a31,<5"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
@ -30,10 +30,10 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.11",
|
||||
]
|
||||
dependencies = [
|
||||
"jupyter_server>=1.16.0,<2",
|
||||
"jupyterlab>=4.0.0a30,<5",
|
||||
"jupyterlab_server>=2.13,<3",
|
||||
"notebook_shim>=0.1,<0.2",
|
||||
"jupyter_server>=2.0.0rc3,<3",
|
||||
"jupyterlab>=4.0.0a31,<5",
|
||||
"jupyterlab_server>=2.16.3,<3",
|
||||
"notebook_shim>=0.2,<0.3",
|
||||
"tornado>=6.1.0",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
@ -58,7 +58,8 @@ test = [
|
||||
"pytest-timeout",
|
||||
"pytest-console-scripts",
|
||||
"ipykernel",
|
||||
"jupyterlab_server[test]>=2.13,<3",
|
||||
"jupyter_server[test]>=2.0.0rc3,<3",
|
||||
"jupyterlab_server[test]>=2.16.3,<3",
|
||||
]
|
||||
dev = [
|
||||
"pre-commit",
|
||||
|
Loading…
Reference in New Issue
Block a user