mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Update to JupyterLab 4.0.0a23
This commit is contained in:
parent
64eed5caa4
commit
a72a8b1d03
2
.github/actions/build-dist/action.yml
vendored
2
.github/actions/build-dist/action.yml
vendored
@ -9,7 +9,7 @@ runs:
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a22,<5" build
|
||||
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a23,<5" build
|
||||
|
||||
- name: Build pypi distributions
|
||||
shell: bash
|
||||
|
4
.github/workflows/buildutils.yml
vendored
4
.github/workflows/buildutils.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -U "jupyterlab>=4.0.0a22,<5" jupyter_packaging~=0.10
|
||||
python -m pip install -U "jupyterlab>=4.0.0a23,<5" jupyter_packaging~=0.10
|
||||
jlpm
|
||||
jlpm run build
|
||||
|
||||
@ -80,6 +80,6 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -U "jupyterlab>=4.0.0a22,<5" jupyter_packaging~=0.10 pip
|
||||
python -m pip install -U "jupyterlab>=4.0.0a23,<5" jupyter_packaging~=0.10 pip
|
||||
jlpm
|
||||
jlpm run build
|
||||
|
@ -75,7 +75,8 @@ async function main() {
|
||||
[
|
||||
'@jupyterlab/application-extension:commands',
|
||||
'@jupyterlab/application-extension:context-menu',
|
||||
'@jupyterlab/application-extension:faviconbusy'
|
||||
'@jupyterlab/application-extension:faviconbusy',
|
||||
'@jupyterlab/application-extension:top-spacer'
|
||||
].includes(id)
|
||||
),
|
||||
require('@jupyterlab/apputils-extension').default.filter(({ id }) =>
|
||||
|
176
app/package.json
176
app/package.json
@ -21,62 +21,62 @@
|
||||
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.2",
|
||||
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.2",
|
||||
"@jupyter-notebook/ui-components": "~7.0.0-alpha.2",
|
||||
"@jupyterlab/application": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/application-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/apputils": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/apputils-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/celltags": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/codeeditor": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/completer": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/completer-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/console": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/console-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/coreutils": "~6.0.0-alpha.7",
|
||||
"@jupyterlab/docmanager": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/docprovider": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/docprovider-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/documentsearch": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/filebrowser": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/fileeditor": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/hub-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/javascript-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/json-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/mainmenu": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.6",
|
||||
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/notebook": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/notebook-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/observables": "~5.0.0-alpha.7",
|
||||
"@jupyterlab/outputarea": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/pdf-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/rendermime": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/rendermime-interfaces": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/running-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/services": "~7.0.0-alpha.7",
|
||||
"@jupyterlab/settingregistry": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/shared-models": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/statedb": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/statusbar": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/terminal": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/terminal-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/tooltip": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/translation": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/translation-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/ui-components": "~4.0.0-alpha.22",
|
||||
"@jupyterlab/user": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/user-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/vega5-extension": "~4.0.0-alpha.7",
|
||||
"@jupyterlab/application": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/application-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/apputils": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/apputils-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/celltags": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/codeeditor": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/completer": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/completer-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/console": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/console-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/coreutils": "~6.0.0-alpha.8",
|
||||
"@jupyterlab/docmanager": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/docprovider": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/docprovider-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/documentsearch": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/filebrowser": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/fileeditor": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/hub-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/javascript-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/json-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/mainmenu": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/notebook": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/notebook-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/observables": "~5.0.0-alpha.8",
|
||||
"@jupyterlab/outputarea": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/pdf-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/rendermime": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/rendermime-interfaces": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/running-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/services": "~7.0.0-alpha.8",
|
||||
"@jupyterlab/settingregistry": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/shared-models": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/statedb": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/statusbar": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/terminal": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/terminal-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/tooltip": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/translation": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/translation-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/ui-components": "~4.0.0-alpha.23",
|
||||
"@jupyterlab/user": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/user-extension": "~4.0.0-alpha.8",
|
||||
"@jupyterlab/vega5-extension": "~4.0.0-alpha.8",
|
||||
"@lumino/algorithm": "~1.9.1",
|
||||
"@lumino/application": "~1.28.1",
|
||||
"@lumino/commands": "~1.20.0",
|
||||
@ -104,40 +104,40 @@
|
||||
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.2",
|
||||
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.2",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-alpha.2",
|
||||
"@jupyterlab/application-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/apputils-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/completer-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/console-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/coreutils": "~6.0.0-alpha.7",
|
||||
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/docprovider-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/hub-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/javascript-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/json-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.6",
|
||||
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/notebook-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/pdf-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/running-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/terminal-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/translation-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/user-extension": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/vega5-extension": "^4.0.0-alpha.7"
|
||||
"@jupyterlab/application-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/apputils-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/completer-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/console-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/coreutils": "~6.0.0-alpha.8",
|
||||
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/docprovider-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/hub-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/javascript-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/json-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/notebook-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/pdf-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/running-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/terminal-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/translation-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/user-extension": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/vega5-extension": "^4.0.0-alpha.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.8",
|
||||
"@types/rimraf": "^3.0.0",
|
||||
"css-loader": "~5.0.1",
|
||||
"file-loader": "~5.0.2",
|
||||
|
@ -30,7 +30,7 @@
|
||||
"watch": "tsc -w --listEmittedFiles"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.8",
|
||||
"commander": "^6.2.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"typescript": "~4.1.3"
|
||||
|
@ -42,7 +42,7 @@
|
||||
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.8",
|
||||
"@typescript-eslint/eslint-plugin": "^4.2.0",
|
||||
"@typescript-eslint/parser": "^4.2.0",
|
||||
"eslint": "^7.10.0",
|
||||
|
@ -41,18 +41,18 @@
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.2",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-alpha.2",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/codeeditor": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/codemirror": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.7",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/codeeditor": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/codemirror": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.8",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.8",
|
||||
"@lumino/coreutils": "^1.12.0",
|
||||
"@lumino/disposable": "^1.10.1",
|
||||
"@lumino/widgets": "^1.31.1"
|
||||
|
@ -215,6 +215,20 @@ const menus: JupyterFrontEndPlugin<void> = {
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* A plugin to provide a spacer at rank 900 in the menu area
|
||||
*/
|
||||
const menuSpacer: JupyterFrontEndPlugin<void> = {
|
||||
id: '@jupyter-notebook/application-extension:menu-spacer',
|
||||
autoStart: true,
|
||||
activate: (app: JupyterFrontEnd) => {
|
||||
const menu = new Widget();
|
||||
menu.id = DOMUtils.createDomID();
|
||||
menu.addClass('jp-NotebookSpacer');
|
||||
app.shell.add(menu, 'menu', { rank: 900 });
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Add commands to open the tree and running pages.
|
||||
*/
|
||||
@ -326,27 +340,6 @@ const shell: JupyterFrontEndPlugin<INotebookShell> = {
|
||||
provides: INotebookShell
|
||||
};
|
||||
|
||||
/**
|
||||
* A plugin to provide a spacer at rank 900 for flex panels
|
||||
* TODO: reuse upstream @jupyterlab/application-extension:top-spacer plugin when fixed
|
||||
* in https://github.com/jupyterlab/jupyterlab/pull/11900
|
||||
*/
|
||||
const spacer: JupyterFrontEndPlugin<void> = {
|
||||
id: '@jupyter-notebook/application-extension:spacer',
|
||||
autoStart: true,
|
||||
activate: (app: JupyterFrontEnd) => {
|
||||
const top = new Widget();
|
||||
top.id = DOMUtils.createDomID();
|
||||
top.addClass('jp-NotebookSpacer');
|
||||
app.shell.add(top, 'top', { rank: 900 });
|
||||
|
||||
const menu = new Widget();
|
||||
menu.id = DOMUtils.createDomID();
|
||||
menu.addClass('jp-NotebookSpacer');
|
||||
app.shell.add(menu, 'menu', { rank: 900 });
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* The default JupyterLab application status provider.
|
||||
*/
|
||||
@ -722,7 +715,7 @@ const plugins: JupyterFrontEndPlugin<any>[] = [
|
||||
router,
|
||||
sessionDialogs,
|
||||
shell,
|
||||
spacer,
|
||||
menuSpacer,
|
||||
status,
|
||||
tabTitle,
|
||||
title,
|
||||
|
@ -43,11 +43,11 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.7",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.22",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.8",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.23",
|
||||
"@lumino/algorithm": "^1.9.1",
|
||||
"@lumino/coreutils": "^1.12.0",
|
||||
"@lumino/messaging": "^1.10.1",
|
||||
@ -58,7 +58,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.6",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.8",
|
||||
"@types/jest": "^26.0.10",
|
||||
"jest": "^26.4.2",
|
||||
"rimraf": "~3.0.0",
|
||||
|
@ -39,9 +39,9 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.7",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.8",
|
||||
"@lumino/algorithm": "^1.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -39,11 +39,11 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.7",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.7",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.8",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.8",
|
||||
"@lumino/algorithm": "^1.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -40,8 +40,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.2",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/documentsearch": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/documentsearch": "^4.0.0-alpha.8",
|
||||
"@lumino/widgets": "^1.31.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -40,10 +40,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-alpha.2",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.7"
|
||||
"@jupyterlab/application": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "~3.0.0",
|
||||
@ -53,7 +53,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"jupyterlab": {
|
||||
"extension": true
|
||||
"extension": true,
|
||||
"schemaDir": "schema"
|
||||
},
|
||||
"styleModule": "style/index.js"
|
||||
}
|
||||
|
20
packages/help-extension/schema/plugin.json
Normal file
20
packages/help-extension/schema/plugin.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"title": "Jupyter Notebook Help Menu Entries",
|
||||
"description": "Jupyter Notebook Help Menu Entries",
|
||||
"jupyter.lab.menus": {
|
||||
"main": [
|
||||
{
|
||||
"id": "jp-mainmenu-help",
|
||||
"items": [
|
||||
{
|
||||
"command": "help:about",
|
||||
"rank": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
@ -44,18 +44,18 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.2",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.7",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.8",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.8",
|
||||
"@lumino/commands": "^1.20.0",
|
||||
"@lumino/disposable": "^1.10.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.8",
|
||||
"rimraf": "~3.0.0",
|
||||
"typescript": "~4.1.3"
|
||||
},
|
||||
|
@ -40,13 +40,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.2",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/cells": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/cells": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.8",
|
||||
"@lumino/polling": "^1.10.0",
|
||||
"@lumino/widgets": "^1.31.1"
|
||||
},
|
||||
|
@ -39,9 +39,9 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.7",
|
||||
"@jupyterlab/terminal": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.8",
|
||||
"@jupyterlab/terminal": "^4.0.0-alpha.8",
|
||||
"@lumino/algorithm": "^1.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -40,17 +40,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.2",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.7",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/filebrowser": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.7",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/statedb": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.7",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.22",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.8",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/filebrowser": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.8",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/statedb": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.8",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.23",
|
||||
"@lumino/algorithm": "^1.9.1",
|
||||
"@lumino/commands": "^1.20.0",
|
||||
"@lumino/widgets": "^1.31.1"
|
||||
|
@ -43,14 +43,14 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.22",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.23",
|
||||
"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.7",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.8",
|
||||
"@types/jest": "^26.0.10",
|
||||
"babel-loader": "^8.0.6",
|
||||
"jest": "^26.4.2",
|
||||
|
@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires = ["jupyter_packaging~=0.10", "jupyterlab>=4.0.0a22,<5", "pre-commit"]
|
||||
requires = ["jupyter_packaging~=0.10", "jupyterlab>=4.0.0a23,<5", "pre-commit"]
|
||||
build-backend = "jupyter_packaging.build_api"
|
||||
|
||||
[license]
|
||||
|
@ -29,7 +29,7 @@ packages = find:
|
||||
python_requires = >=3.7
|
||||
install_requires =
|
||||
notebook_shim>=0.1,<0.2
|
||||
jupyterlab>=4.0.0a22,<5
|
||||
jupyterlab>=4.0.0a23,<5
|
||||
jupyterlab_server~=2.3
|
||||
jupyter_server~=1.4
|
||||
tornado>=6.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user