jupyterlab 3.6.6__py3-none-any.whl → 3.6.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jupyterlab/_version.py +1 -1
- jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig +9 -9
- jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig +13 -13
- jupyterlab/schemas/@jupyterlab/apputils-extension/sanitizer.json +6 -0
- jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +7 -7
- jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig +19 -19
- jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +6 -6
- jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
- jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +14 -14
- jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +17 -17
- jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +9 -9
- jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig +6 -6
- jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +6 -6
- jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig +9 -9
- jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig +6 -6
- jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig +11 -11
- jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +9 -9
- jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig +24 -24
- jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +6 -6
- jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig +11 -11
- jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
- jupyterlab/staging/package.json +145 -145
- jupyterlab/staging/yarn.lock +1198 -1193
- jupyterlab-3.6.6.data/data/share/jupyter/lab/static/1249.8501a6fa8feae7016c0a.js → jupyterlab/static/1249.416321697fbd993b9b66.js +2 -2
- jupyterlab/static/4400.0d0b0dd3667928c22be4.js +2 -0
- jupyterlab/static/{5493.c4714ef77ba6a59aec45.js → 5493.4b9e29abd9d538583023.js} +3 -3
- jupyterlab/static/7796.828360b48609dc38fc4c.js +2 -0
- jupyterlab/static/{8284.54c936b3303933d2da84.js → 8284.8f231e1599148e2b406a.js} +2 -2
- jupyterlab/static/build_log.json +121 -121
- jupyterlab/static/index.html +1 -1
- jupyterlab/static/jlab_core.7af6a20412fb66e231eb.js +3 -0
- jupyterlab/static/main.4999cab70933d690f75e.js +2 -0
- jupyterlab/static/package.json +145 -145
- jupyterlab/static/third-party-licenses.json +93 -93
- jupyterlab/tests/mock_packages/extension/package.json +3 -3
- jupyterlab/tests/mock_packages/interop/consumer/package.json +3 -3
- jupyterlab/tests/mock_packages/interop/provider/package.json +3 -3
- jupyterlab/tests/mock_packages/interop/token/package.json +1 -1
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig +9 -9
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig +13 -13
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json +6 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +7 -7
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig +10 -10
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig +8 -8
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig +12 -12
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +10 -10
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig +19 -19
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig +12 -12
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +6 -6
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +14 -14
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +17 -17
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig +8 -8
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +9 -9
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig +6 -6
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +6 -6
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig +9 -9
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig +6 -6
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig +11 -11
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +9 -9
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +24 -24
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +6 -6
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig +12 -12
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig +11 -11
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig +10 -10
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
- jupyterlab/static/1249.8501a6fa8feae7016c0a.js → jupyterlab-3.6.8.data/data/share/jupyter/lab/static/1249.416321697fbd993b9b66.js +2 -2
- jupyterlab-3.6.8.data/data/share/jupyter/lab/static/4400.0d0b0dd3667928c22be4.js +2 -0
- jupyterlab-3.6.6.data/data/share/jupyter/lab/static/5493.c4714ef77ba6a59aec45.js → jupyterlab-3.6.8.data/data/share/jupyter/lab/static/5493.4b9e29abd9d538583023.js +3 -3
- jupyterlab-3.6.8.data/data/share/jupyter/lab/static/7796.828360b48609dc38fc4c.js +2 -0
- jupyterlab-3.6.6.data/data/share/jupyter/lab/static/8284.54c936b3303933d2da84.js → jupyterlab-3.6.8.data/data/share/jupyter/lab/static/8284.8f231e1599148e2b406a.js +2 -2
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/build_log.json +121 -121
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/index.html +1 -1
- jupyterlab-3.6.8.data/data/share/jupyter/lab/static/jlab_core.7af6a20412fb66e231eb.js +3 -0
- jupyterlab-3.6.8.data/data/share/jupyter/lab/static/main.4999cab70933d690f75e.js +2 -0
- jupyterlab-3.6.8.data/data/share/jupyter/lab/static/package.json +323 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/third-party-licenses.json +93 -93
- {jupyterlab-3.6.6.dist-info → jupyterlab-3.6.8.dist-info}/METADATA +30 -21
- {jupyterlab-3.6.6.dist-info → jupyterlab-3.6.8.dist-info}/RECORD +291 -291
- {jupyterlab-3.6.6.dist-info → jupyterlab-3.6.8.dist-info}/WHEEL +1 -1
- jupyterlab/static/155.0fcf510b6999b9eb8729.js +0 -2
- jupyterlab/static/7796.473fc1471536f42ae6be.js +0 -2
- jupyterlab/static/jlab_core.c3f88431949a8243d08c.js +0 -3
- jupyterlab/static/main.79b385776e13e3f97005.js +0 -2
- jupyterlab-3.6.6.data/data/share/jupyter/lab/static/155.0fcf510b6999b9eb8729.js +0 -2
- jupyterlab-3.6.6.data/data/share/jupyter/lab/static/7796.473fc1471536f42ae6be.js +0 -2
- jupyterlab-3.6.6.data/data/share/jupyter/lab/static/jlab_core.c3f88431949a8243d08c.js +0 -3
- jupyterlab-3.6.6.data/data/share/jupyter/lab/static/main.79b385776e13e3f97005.js +0 -2
- jupyterlab-3.6.6.data/data/share/jupyter/lab/static/package.json +0 -323
- /jupyterlab/static/{5493.c4714ef77ba6a59aec45.js.LICENSE.txt → 5493.4b9e29abd9d538583023.js.LICENSE.txt} +0 -0
- /jupyterlab/static/{jlab_core.c3f88431949a8243d08c.js.LICENSE.txt → jlab_core.7af6a20412fb66e231eb.js.LICENSE.txt} +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/etc/jupyter/jupyter_server_config.d/jupyterlab.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/sidebar.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/commands.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/consoles.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/files.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/notebooks.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/06f4d00923ea24697df5df0b92984175991d8bd25776a02d531bb401e393ec42.ttf +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1033.890eeae47460e241b1e9.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1044.4e54e3e338cfaccdfb46.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1057.16c446ab94eb9e5ed42a.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1142.074d125bb59f5a332666.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/126.1e2fb998804b27c72a3e.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1358.9ab4f57e8227ce75f427.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1397.4b53e533e7ca4d3f06fe.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/14c9db4ff87fde08f67b0a69dd594bab6d87174812a0dbd34c59833bfed8cc0e.woff +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1842.1846f224482b066652bf.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/198.ebf955f77b5c9807f163.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/2249.0cc057d5b7da618aa4e0.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/2326849b6c3dfa217a0e9ecaec9553c910a4e2987c87315c85073d2b95a484f3.svg +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/2349.91555cd2ef72c84e9253.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/2353.baeba73a2e9f3d9e75d2.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/2356.f97dd8093f97f156efe4.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/2585.4d374708a4df1d35065d.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3029.51bdde209f9c4e269943.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3087.06efd084edba2bea6ea1.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3114.5cbcff15783573c636c6.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3122.b1fda55c421da97a00a3.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3236.4fabf963498daeeb9624.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3308.03624912593a42120dea.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3387.bb8976de803b341fe7a3.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3443.868b4f89289beb97adec.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3496.ecb0e7fcc54191234ae6.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3531.0bacde3facdc0c46766c.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3532.c5348a7ce31c17eaeb0b.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3664.cfb68e6cb3654849310c.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3791.6adeeacb6143a6599115.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3992.6587b8bb22d3b162cc6b.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/3d06af1f31cd83ace7a265a014b8fb5dee15770ecac8f7a55555190e627e03c2.ttf +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/406.6f87c9a21bbaa5f39fc4.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/407a9723fc717c94e287496080d773e18e29c3cac49e2630172343c65c0864a8.eot +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/4151.ce38cc139e8eec621bde.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/4155.784ca1752696680bf373.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/43c072c16c9ee6d67acdfa6c6d6685ff1e74eb4237b7cc3c1348ab1c108b26af.woff2 +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/4402.d24b4a44244e256d0126.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/4429.c4f083ef6b6e29345fd4.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/45.91c59b0e1dca32f01373.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/4570.53adcb6f69939da383ff.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/4631.96a143e70f005fef7b59.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/4657.f97cd1238beedb61548c.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/466.239a0c009f33f1cb7cab.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/4894.f5e3a48d18905b75d07f.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/501.d77919e38ba77753c7f8.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/5065.49dd76cb64fd444f785f.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/5223.0006e6e211b7c197b9f1.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/5289.6c67522c6a1c32fc2ea2.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/5383.d630abf49f5cb82bb76f.js +0 -0
- /jupyterlab-3.6.6.data/data/share/jupyter/lab/static/5493.c4714ef77ba6a59aec45.js.LICENSE.txt → /jupyterlab-3.6.8.data/data/share/jupyter/lab/static/5493.4b9e29abd9d538583023.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/5505.d108d38d683afca0e4ed.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/5557.625f5943a166b494ee38.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/5619.b1928648a190b38e627a.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6005.cda1ecd972909c2a0250.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6218.63b338a58c855634089e.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6282.455f87010a88485c089b.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6443.04025a1d063425902d56.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6504.f578fea4ca18a937babd.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6550.f5dbb748ddae3ef4b27e.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6598.e2d4d064ef6bca780c2c.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6655.0f133ab652b8d8af8a1a.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6700.c96344a466d1896657bf.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6777.1b7dcbf5a42c2daf11b8.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/679b5a5216bbdf913cc22d6ae44778c1ef975ee387a6c4c5de87e75d19a22232.svg +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6952.1bd5bcfeb0d87e61efcb.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6962.6d7125f759d926dcf34f.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6975.e0560614fd629195c9bf.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/6989.75bf0da94e660a6c26f8.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7034.fce307da76771c0ef0c8.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7050.fc2b565767a93966c20e.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7289.c749cf355edec3e37aa8.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7300.26360c57b8bd81344bd5.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7454.5859b3e9803de4da9c05.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7463.c34847707aeb55f90a82.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/74edc18b67c487e32f181719fdb347e2e77020744651f446e9acd7bd6821e2e7.woff +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/75a761159ae266c5332a4f266e07a5543712ffb76ee0260b07782195c04dc364.eot +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7717.2a6e6bb4e5f6b92e9798.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7755.d506a1d9dadf30b1e490.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7788.5e16fdcc197e245776fd.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/7900.86dcbbbfb1a3d4f98375.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8012.e4c8f67dc497d26c16fc.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8059.6011120485fc3c4868d4.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8102.7f1644c3be420fb40db9.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8428.dd5a93f02f55af0d3d8c.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8523.9b232c15e4eb5bc08a37.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8524.48062ecfe543b6d76860.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8580.974138f8b6ddb72035f9.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8657.bf693afb7646976b9a51.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/870.e515a8a325f5ddb19079.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8708.35479b2d01be1e86804a.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8819.743ff7148bbdf35c7bbb.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8834.7621cb792c80bfa66e05.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8843.35ec0f0b1f61c25e0401.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/8afc6e5e842baab16010c2ce6fcf48ec4ded8e1579a37c1f1bc027e120d04951.woff2 +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/900.6a1241c0269d5df615c8.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/901.2ec3367a81663f96cc4b.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/9039.5f28fec36b1eba3e4a52.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/9109.1b114e9c83e36c6560df.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/911.0c08f040896753efc653.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/911.0c08f040896753efc653.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/9316.c4abfd78d98bb182cd2f.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/96.c281b119ab350d7dd3de.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/9845.8b6c837a5ff754554b39.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/9866.5db2f5cd62fb6e231305.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/aff76e5c986f295d4bc6f8142a78e2a31888b101c2d025db89f79c75f64fd90b.woff +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/bootstrap.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/c651b8a67d3193206f622c3c3b0fbca4a2f2727108c4212b52c1e2a2e84c9b31.ttf +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/cf83ffb8cf0023bd439dfdd5d02f1954b6ee027e85897d6cfc5f90bbca9ec1d2.eot +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/d0b4256abed72481585662971262eabee345c19f837af00d7ce24239d3b40eef.woff2 +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/fa498fb2596a5235c5c86d7b68a7fbe76e9855c01af4b0e5ab41c41047c648e0.svg +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/index.out.js +0 -0
- /jupyterlab-3.6.6.data/data/share/jupyter/lab/static/jlab_core.c3f88431949a8243d08c.js.LICENSE.txt → /jupyterlab-3.6.8.data/data/share/jupyter/lab/static/jlab_core.7af6a20412fb66e231eb.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/static/style.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css +0 -0
- {jupyterlab-3.6.6.data → jupyterlab-3.6.8.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js +0 -0
- {jupyterlab-3.6.6.dist-info → jupyterlab-3.6.8.dist-info}/LICENSE +0 -0
- {jupyterlab-3.6.6.dist-info → jupyterlab-3.6.8.dist-info}/entry_points.txt +0 -0
- {jupyterlab-3.6.6.dist-info → jupyterlab-3.6.8.dist-info}/top_level.txt +0 -0
jupyterlab/static/build_log.json
CHANGED
@@ -88,27 +88,27 @@
|
|
88
88
|
},
|
89
89
|
"resolve": {
|
90
90
|
"alias": {
|
91
|
-
"@phosphor/algorithm$": "/home/runner/work/
|
92
|
-
"@phosphor/application$": "/home/runner/work/
|
93
|
-
"@phosphor/commands$": "/home/runner/work/
|
94
|
-
"@phosphor/coreutils$": "/home/runner/work/
|
95
|
-
"@phosphor/disposable$": "/home/runner/work/
|
96
|
-
"@phosphor/domutils$": "/home/runner/work/
|
97
|
-
"@phosphor/dragdrop$": "/home/runner/work/
|
98
|
-
"@phosphor/dragdrop/style": "/home/runner/work/
|
99
|
-
"@phosphor/messaging$": "/home/runner/work/
|
100
|
-
"@phosphor/properties$": "/home/runner/work/
|
101
|
-
"@phosphor/signaling": "/home/runner/work/
|
102
|
-
"@phosphor/widgets/style": "/home/runner/work/
|
103
|
-
"@phosphor/virtualdom$": "/home/runner/work/
|
104
|
-
"@phosphor/widgets$": "/home/runner/work/
|
91
|
+
"@phosphor/algorithm$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/algorithm/dist/index.js",
|
92
|
+
"@phosphor/application$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/application/dist/index.js",
|
93
|
+
"@phosphor/commands$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/commands/dist/index.js",
|
94
|
+
"@phosphor/coreutils$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/coreutils/dist/index.node.js",
|
95
|
+
"@phosphor/disposable$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/disposable/dist/index.js",
|
96
|
+
"@phosphor/domutils$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/domutils/dist/index.js",
|
97
|
+
"@phosphor/dragdrop$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/dragdrop/dist/index.js",
|
98
|
+
"@phosphor/dragdrop/style": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/widgets/style",
|
99
|
+
"@phosphor/messaging$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/messaging/dist/index.js",
|
100
|
+
"@phosphor/properties$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/properties/dist/index.js",
|
101
|
+
"@phosphor/signaling": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/signaling/dist/index.js",
|
102
|
+
"@phosphor/widgets/style": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/widgets/style",
|
103
|
+
"@phosphor/virtualdom$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/virtualdom/dist/index.js",
|
104
|
+
"@phosphor/widgets$": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@lumino/widgets/dist/index.js"
|
105
105
|
},
|
106
106
|
"fallback": {
|
107
107
|
"url": false,
|
108
108
|
"buffer": false,
|
109
109
|
"crypto": false,
|
110
|
-
"path": "/home/runner/work/
|
111
|
-
"process": "/home/runner/work/
|
110
|
+
"path": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/path-browserify/index.js",
|
111
|
+
"process": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/process/browser.js"
|
112
112
|
}
|
113
113
|
},
|
114
114
|
"watchOptions": {
|
@@ -117,7 +117,7 @@
|
|
117
117
|
},
|
118
118
|
"output": {
|
119
119
|
"hashFunction": "sha256",
|
120
|
-
"path": "/home/runner/work/
|
120
|
+
"path": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/build",
|
121
121
|
"publicPath": "{{page_config.fullStaticUrl}}/",
|
122
122
|
"filename": "[name].[contenthash].js"
|
123
123
|
},
|
@@ -138,14 +138,14 @@
|
|
138
138
|
{
|
139
139
|
"userOptions": {
|
140
140
|
"chunksSortMode": "none",
|
141
|
-
"template": "/home/runner/work/
|
141
|
+
"template": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/templates/template.html",
|
142
142
|
"title": "JupyterLab"
|
143
143
|
},
|
144
144
|
"version": 5
|
145
145
|
},
|
146
146
|
{},
|
147
147
|
{
|
148
|
-
"buildDir": "/home/runner/work/
|
148
|
+
"buildDir": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/build",
|
149
149
|
"staticDir": "../static",
|
150
150
|
"_first": true
|
151
151
|
},
|
@@ -165,325 +165,325 @@
|
|
165
165
|
"singleton": true
|
166
166
|
},
|
167
167
|
"@jupyterlab/application": {
|
168
|
-
"requiredVersion": "~3.6.
|
168
|
+
"requiredVersion": "~3.6.8",
|
169
169
|
"singleton": true
|
170
170
|
},
|
171
171
|
"@jupyterlab/application-extension": {
|
172
|
-
"requiredVersion": "~3.6.
|
172
|
+
"requiredVersion": "~3.6.8"
|
173
173
|
},
|
174
174
|
"@jupyterlab/apputils": {
|
175
|
-
"requiredVersion": "~3.6.
|
175
|
+
"requiredVersion": "~3.6.8",
|
176
176
|
"singleton": true
|
177
177
|
},
|
178
178
|
"@jupyterlab/apputils-extension": {
|
179
|
-
"requiredVersion": "~3.6.
|
179
|
+
"requiredVersion": "~3.6.8"
|
180
180
|
},
|
181
181
|
"@jupyterlab/attachments": {
|
182
|
-
"requiredVersion": "~3.6.
|
182
|
+
"requiredVersion": "~3.6.8"
|
183
183
|
},
|
184
184
|
"@jupyterlab/cell-toolbar": {
|
185
|
-
"requiredVersion": "~3.6.
|
185
|
+
"requiredVersion": "~3.6.8",
|
186
186
|
"singleton": true
|
187
187
|
},
|
188
188
|
"@jupyterlab/cell-toolbar-extension": {
|
189
|
-
"requiredVersion": "~3.6.
|
189
|
+
"requiredVersion": "~3.6.8"
|
190
190
|
},
|
191
191
|
"@jupyterlab/cells": {
|
192
|
-
"requiredVersion": "~3.6.
|
192
|
+
"requiredVersion": "~3.6.8"
|
193
193
|
},
|
194
194
|
"@jupyterlab/celltags": {
|
195
|
-
"requiredVersion": "~3.6.
|
195
|
+
"requiredVersion": "~3.6.8"
|
196
196
|
},
|
197
197
|
"@jupyterlab/celltags-extension": {
|
198
|
-
"requiredVersion": "~3.6.
|
198
|
+
"requiredVersion": "~3.6.8"
|
199
199
|
},
|
200
200
|
"@jupyterlab/codeeditor": {
|
201
|
-
"requiredVersion": "~3.6.
|
201
|
+
"requiredVersion": "~3.6.8",
|
202
202
|
"singleton": true
|
203
203
|
},
|
204
204
|
"@jupyterlab/codemirror": {
|
205
|
-
"requiredVersion": "~3.6.
|
205
|
+
"requiredVersion": "~3.6.8",
|
206
206
|
"singleton": true
|
207
207
|
},
|
208
208
|
"@jupyterlab/codemirror-extension": {
|
209
|
-
"requiredVersion": "~3.6.
|
209
|
+
"requiredVersion": "~3.6.8"
|
210
210
|
},
|
211
211
|
"@jupyterlab/collaboration": {
|
212
|
-
"requiredVersion": "~3.6.
|
212
|
+
"requiredVersion": "~3.6.8",
|
213
213
|
"singleton": true
|
214
214
|
},
|
215
215
|
"@jupyterlab/collaboration-extension": {
|
216
|
-
"requiredVersion": "~3.6.
|
216
|
+
"requiredVersion": "~3.6.8"
|
217
217
|
},
|
218
218
|
"@jupyterlab/completer": {
|
219
|
-
"requiredVersion": "~3.6.
|
219
|
+
"requiredVersion": "~3.6.8",
|
220
220
|
"singleton": true
|
221
221
|
},
|
222
222
|
"@jupyterlab/completer-extension": {
|
223
|
-
"requiredVersion": "~3.6.
|
223
|
+
"requiredVersion": "~3.6.8"
|
224
224
|
},
|
225
225
|
"@jupyterlab/console": {
|
226
|
-
"requiredVersion": "~3.6.
|
226
|
+
"requiredVersion": "~3.6.8",
|
227
227
|
"singleton": true
|
228
228
|
},
|
229
229
|
"@jupyterlab/console-extension": {
|
230
|
-
"requiredVersion": "~3.6.
|
230
|
+
"requiredVersion": "~3.6.8"
|
231
231
|
},
|
232
232
|
"@jupyterlab/coreutils": {
|
233
|
-
"requiredVersion": "~5.6.
|
233
|
+
"requiredVersion": "~5.6.8",
|
234
234
|
"singleton": true
|
235
235
|
},
|
236
236
|
"@jupyterlab/csvviewer": {
|
237
|
-
"requiredVersion": "~3.6.
|
237
|
+
"requiredVersion": "~3.6.8"
|
238
238
|
},
|
239
239
|
"@jupyterlab/csvviewer-extension": {
|
240
|
-
"requiredVersion": "~3.6.
|
240
|
+
"requiredVersion": "~3.6.8"
|
241
241
|
},
|
242
242
|
"@jupyterlab/debugger": {
|
243
|
-
"requiredVersion": "~3.6.
|
243
|
+
"requiredVersion": "~3.6.8",
|
244
244
|
"singleton": true
|
245
245
|
},
|
246
246
|
"@jupyterlab/debugger-extension": {
|
247
|
-
"requiredVersion": "~3.6.
|
247
|
+
"requiredVersion": "~3.6.8"
|
248
248
|
},
|
249
249
|
"@jupyterlab/docmanager": {
|
250
|
-
"requiredVersion": "~3.6.
|
250
|
+
"requiredVersion": "~3.6.8",
|
251
251
|
"singleton": true
|
252
252
|
},
|
253
253
|
"@jupyterlab/docmanager-extension": {
|
254
|
-
"requiredVersion": "~3.6.
|
254
|
+
"requiredVersion": "~3.6.8"
|
255
255
|
},
|
256
256
|
"@jupyterlab/docprovider": {
|
257
|
-
"requiredVersion": "~3.6.
|
257
|
+
"requiredVersion": "~3.6.8",
|
258
258
|
"singleton": true
|
259
259
|
},
|
260
260
|
"@jupyterlab/docprovider-extension": {
|
261
|
-
"requiredVersion": "~3.6.
|
261
|
+
"requiredVersion": "~3.6.8"
|
262
262
|
},
|
263
263
|
"@jupyterlab/docregistry": {
|
264
|
-
"requiredVersion": "~3.6.
|
264
|
+
"requiredVersion": "~3.6.8"
|
265
265
|
},
|
266
266
|
"@jupyterlab/documentsearch": {
|
267
|
-
"requiredVersion": "~3.6.
|
267
|
+
"requiredVersion": "~3.6.8",
|
268
268
|
"singleton": true
|
269
269
|
},
|
270
270
|
"@jupyterlab/documentsearch-extension": {
|
271
|
-
"requiredVersion": "~3.6.
|
271
|
+
"requiredVersion": "~3.6.8"
|
272
272
|
},
|
273
273
|
"@jupyterlab/extensionmanager": {
|
274
|
-
"requiredVersion": "~3.6.
|
274
|
+
"requiredVersion": "~3.6.8",
|
275
275
|
"singleton": true
|
276
276
|
},
|
277
277
|
"@jupyterlab/extensionmanager-extension": {
|
278
|
-
"requiredVersion": "~3.6.
|
278
|
+
"requiredVersion": "~3.6.8"
|
279
279
|
},
|
280
280
|
"@jupyterlab/filebrowser": {
|
281
|
-
"requiredVersion": "~3.6.
|
281
|
+
"requiredVersion": "~3.6.8",
|
282
282
|
"singleton": true
|
283
283
|
},
|
284
284
|
"@jupyterlab/filebrowser-extension": {
|
285
|
-
"requiredVersion": "~3.6.
|
285
|
+
"requiredVersion": "~3.6.8"
|
286
286
|
},
|
287
287
|
"@jupyterlab/fileeditor": {
|
288
|
-
"requiredVersion": "~3.6.
|
288
|
+
"requiredVersion": "~3.6.8",
|
289
289
|
"singleton": true
|
290
290
|
},
|
291
291
|
"@jupyterlab/fileeditor-extension": {
|
292
|
-
"requiredVersion": "~3.6.
|
292
|
+
"requiredVersion": "~3.6.8"
|
293
293
|
},
|
294
294
|
"@jupyterlab/help-extension": {
|
295
|
-
"requiredVersion": "~3.6.
|
295
|
+
"requiredVersion": "~3.6.8"
|
296
296
|
},
|
297
297
|
"@jupyterlab/htmlviewer": {
|
298
|
-
"requiredVersion": "~3.6.
|
298
|
+
"requiredVersion": "~3.6.8"
|
299
299
|
},
|
300
300
|
"@jupyterlab/htmlviewer-extension": {
|
301
|
-
"requiredVersion": "~3.6.
|
301
|
+
"requiredVersion": "~3.6.8"
|
302
302
|
},
|
303
303
|
"@jupyterlab/hub-extension": {
|
304
|
-
"requiredVersion": "~3.6.
|
304
|
+
"requiredVersion": "~3.6.8"
|
305
305
|
},
|
306
306
|
"@jupyterlab/imageviewer": {
|
307
|
-
"requiredVersion": "~3.6.
|
307
|
+
"requiredVersion": "~3.6.8",
|
308
308
|
"singleton": true
|
309
309
|
},
|
310
310
|
"@jupyterlab/imageviewer-extension": {
|
311
|
-
"requiredVersion": "~3.6.
|
311
|
+
"requiredVersion": "~3.6.8"
|
312
312
|
},
|
313
313
|
"@jupyterlab/inspector": {
|
314
|
-
"requiredVersion": "~3.6.
|
314
|
+
"requiredVersion": "~3.6.8",
|
315
315
|
"singleton": true
|
316
316
|
},
|
317
317
|
"@jupyterlab/inspector-extension": {
|
318
|
-
"requiredVersion": "~3.6.
|
318
|
+
"requiredVersion": "~3.6.8"
|
319
319
|
},
|
320
320
|
"@jupyterlab/javascript-extension": {
|
321
|
-
"requiredVersion": "~3.6.
|
321
|
+
"requiredVersion": "~3.6.8"
|
322
322
|
},
|
323
323
|
"@jupyterlab/json-extension": {
|
324
|
-
"requiredVersion": "~3.6.
|
324
|
+
"requiredVersion": "~3.6.8"
|
325
325
|
},
|
326
326
|
"@jupyterlab/launcher": {
|
327
|
-
"requiredVersion": "~3.6.
|
327
|
+
"requiredVersion": "~3.6.8",
|
328
328
|
"singleton": true
|
329
329
|
},
|
330
330
|
"@jupyterlab/launcher-extension": {
|
331
|
-
"requiredVersion": "~3.6.
|
331
|
+
"requiredVersion": "~3.6.8"
|
332
332
|
},
|
333
333
|
"@jupyterlab/logconsole": {
|
334
|
-
"requiredVersion": "~3.6.
|
334
|
+
"requiredVersion": "~3.6.8",
|
335
335
|
"singleton": true
|
336
336
|
},
|
337
337
|
"@jupyterlab/logconsole-extension": {
|
338
|
-
"requiredVersion": "~3.6.
|
338
|
+
"requiredVersion": "~3.6.8"
|
339
339
|
},
|
340
340
|
"@jupyterlab/mainmenu": {
|
341
|
-
"requiredVersion": "~3.6.
|
341
|
+
"requiredVersion": "~3.6.8",
|
342
342
|
"singleton": true
|
343
343
|
},
|
344
344
|
"@jupyterlab/mainmenu-extension": {
|
345
|
-
"requiredVersion": "~3.6.
|
345
|
+
"requiredVersion": "~3.6.8"
|
346
346
|
},
|
347
347
|
"@jupyterlab/markdownviewer": {
|
348
|
-
"requiredVersion": "~3.6.
|
348
|
+
"requiredVersion": "~3.6.8",
|
349
349
|
"singleton": true
|
350
350
|
},
|
351
351
|
"@jupyterlab/markdownviewer-extension": {
|
352
|
-
"requiredVersion": "~3.6.
|
352
|
+
"requiredVersion": "~3.6.8"
|
353
353
|
},
|
354
354
|
"@jupyterlab/mathjax2": {
|
355
|
-
"requiredVersion": "~3.6.
|
355
|
+
"requiredVersion": "~3.6.8"
|
356
356
|
},
|
357
357
|
"@jupyterlab/mathjax2-extension": {
|
358
|
-
"requiredVersion": "~3.6.
|
358
|
+
"requiredVersion": "~3.6.8"
|
359
359
|
},
|
360
360
|
"@jupyterlab/metapackage": {
|
361
|
-
"requiredVersion": "~3.6.
|
361
|
+
"requiredVersion": "~3.6.8"
|
362
362
|
},
|
363
363
|
"@jupyterlab/nbconvert-css": {
|
364
|
-
"requiredVersion": "~3.6.
|
364
|
+
"requiredVersion": "~3.6.8"
|
365
365
|
},
|
366
366
|
"@jupyterlab/nbformat": {
|
367
|
-
"requiredVersion": "~3.6.
|
367
|
+
"requiredVersion": "~3.6.8"
|
368
368
|
},
|
369
369
|
"@jupyterlab/notebook": {
|
370
|
-
"requiredVersion": "~3.6.
|
370
|
+
"requiredVersion": "~3.6.8",
|
371
371
|
"singleton": true
|
372
372
|
},
|
373
373
|
"@jupyterlab/notebook-extension": {
|
374
|
-
"requiredVersion": "~3.6.
|
374
|
+
"requiredVersion": "~3.6.8"
|
375
375
|
},
|
376
376
|
"@jupyterlab/observables": {
|
377
|
-
"requiredVersion": "~4.6.
|
377
|
+
"requiredVersion": "~4.6.8"
|
378
378
|
},
|
379
379
|
"@jupyterlab/outputarea": {
|
380
|
-
"requiredVersion": "~3.6.
|
380
|
+
"requiredVersion": "~3.6.8"
|
381
381
|
},
|
382
382
|
"@jupyterlab/pdf-extension": {
|
383
|
-
"requiredVersion": "~3.6.
|
383
|
+
"requiredVersion": "~3.6.8"
|
384
384
|
},
|
385
385
|
"@jupyterlab/property-inspector": {
|
386
|
-
"requiredVersion": "~3.6.
|
386
|
+
"requiredVersion": "~3.6.8"
|
387
387
|
},
|
388
388
|
"@jupyterlab/rendermime": {
|
389
|
-
"requiredVersion": "~3.6.
|
389
|
+
"requiredVersion": "~3.6.8",
|
390
390
|
"singleton": true
|
391
391
|
},
|
392
392
|
"@jupyterlab/rendermime-extension": {
|
393
|
-
"requiredVersion": "~3.6.
|
393
|
+
"requiredVersion": "~3.6.8"
|
394
394
|
},
|
395
395
|
"@jupyterlab/rendermime-interfaces": {
|
396
|
-
"requiredVersion": "~3.6.
|
396
|
+
"requiredVersion": "~3.6.8",
|
397
397
|
"singleton": true
|
398
398
|
},
|
399
399
|
"@jupyterlab/running": {
|
400
|
-
"requiredVersion": "~3.6.
|
400
|
+
"requiredVersion": "~3.6.8"
|
401
401
|
},
|
402
402
|
"@jupyterlab/running-extension": {
|
403
|
-
"requiredVersion": "~3.6.
|
403
|
+
"requiredVersion": "~3.6.8"
|
404
404
|
},
|
405
405
|
"@jupyterlab/services": {
|
406
|
-
"requiredVersion": "~6.6.
|
406
|
+
"requiredVersion": "~6.6.8",
|
407
407
|
"singleton": true
|
408
408
|
},
|
409
409
|
"@jupyterlab/settingeditor": {
|
410
|
-
"requiredVersion": "~3.6.
|
410
|
+
"requiredVersion": "~3.6.8",
|
411
411
|
"singleton": true
|
412
412
|
},
|
413
413
|
"@jupyterlab/settingeditor-extension": {
|
414
|
-
"requiredVersion": "~3.6.
|
414
|
+
"requiredVersion": "~3.6.8"
|
415
415
|
},
|
416
416
|
"@jupyterlab/settingregistry": {
|
417
|
-
"requiredVersion": "~3.6.
|
417
|
+
"requiredVersion": "~3.6.8",
|
418
418
|
"singleton": true
|
419
419
|
},
|
420
420
|
"@jupyterlab/shared-models": {
|
421
|
-
"requiredVersion": "~3.6.
|
421
|
+
"requiredVersion": "~3.6.8",
|
422
422
|
"singleton": true
|
423
423
|
},
|
424
424
|
"@jupyterlab/shortcuts-extension": {
|
425
|
-
"requiredVersion": "~3.6.
|
425
|
+
"requiredVersion": "~3.6.8"
|
426
426
|
},
|
427
427
|
"@jupyterlab/statedb": {
|
428
|
-
"requiredVersion": "~3.6.
|
428
|
+
"requiredVersion": "~3.6.8",
|
429
429
|
"singleton": true
|
430
430
|
},
|
431
431
|
"@jupyterlab/statusbar": {
|
432
|
-
"requiredVersion": "~3.6.
|
432
|
+
"requiredVersion": "~3.6.8",
|
433
433
|
"singleton": true
|
434
434
|
},
|
435
435
|
"@jupyterlab/statusbar-extension": {
|
436
|
-
"requiredVersion": "~3.6.
|
436
|
+
"requiredVersion": "~3.6.8"
|
437
437
|
},
|
438
438
|
"@jupyterlab/terminal": {
|
439
|
-
"requiredVersion": "~3.6.
|
439
|
+
"requiredVersion": "~3.6.8",
|
440
440
|
"singleton": true
|
441
441
|
},
|
442
442
|
"@jupyterlab/terminal-extension": {
|
443
|
-
"requiredVersion": "~3.6.
|
443
|
+
"requiredVersion": "~3.6.8"
|
444
444
|
},
|
445
445
|
"@jupyterlab/theme-dark-extension": {
|
446
|
-
"requiredVersion": "~3.6.
|
446
|
+
"requiredVersion": "~3.6.8"
|
447
447
|
},
|
448
448
|
"@jupyterlab/theme-light-extension": {
|
449
|
-
"requiredVersion": "~3.6.
|
449
|
+
"requiredVersion": "~3.6.8"
|
450
450
|
},
|
451
451
|
"@jupyterlab/toc": {
|
452
|
-
"requiredVersion": "~5.6.
|
452
|
+
"requiredVersion": "~5.6.8",
|
453
453
|
"singleton": true
|
454
454
|
},
|
455
455
|
"@jupyterlab/toc-extension": {
|
456
|
-
"requiredVersion": "~5.6.
|
456
|
+
"requiredVersion": "~5.6.8"
|
457
457
|
},
|
458
458
|
"@jupyterlab/tooltip": {
|
459
|
-
"requiredVersion": "~3.6.
|
459
|
+
"requiredVersion": "~3.6.8",
|
460
460
|
"singleton": true
|
461
461
|
},
|
462
462
|
"@jupyterlab/tooltip-extension": {
|
463
|
-
"requiredVersion": "~3.6.
|
463
|
+
"requiredVersion": "~3.6.8"
|
464
464
|
},
|
465
465
|
"@jupyterlab/translation": {
|
466
|
-
"requiredVersion": "~3.6.
|
466
|
+
"requiredVersion": "~3.6.8",
|
467
467
|
"singleton": true
|
468
468
|
},
|
469
469
|
"@jupyterlab/translation-extension": {
|
470
|
-
"requiredVersion": "~3.6.
|
470
|
+
"requiredVersion": "~3.6.8"
|
471
471
|
},
|
472
472
|
"@jupyterlab/ui-components": {
|
473
|
-
"requiredVersion": "~3.6.
|
473
|
+
"requiredVersion": "~3.6.8",
|
474
474
|
"singleton": true
|
475
475
|
},
|
476
476
|
"@jupyterlab/ui-components-extension": {
|
477
|
-
"requiredVersion": "~3.6.
|
477
|
+
"requiredVersion": "~3.6.8"
|
478
478
|
},
|
479
479
|
"@jupyterlab/vdom": {
|
480
|
-
"requiredVersion": "~3.6.
|
480
|
+
"requiredVersion": "~3.6.8"
|
481
481
|
},
|
482
482
|
"@jupyterlab/vdom-extension": {
|
483
|
-
"requiredVersion": "~3.6.
|
483
|
+
"requiredVersion": "~3.6.8"
|
484
484
|
},
|
485
485
|
"@jupyterlab/vega5-extension": {
|
486
|
-
"requiredVersion": "~3.6.
|
486
|
+
"requiredVersion": "~3.6.8"
|
487
487
|
},
|
488
488
|
"@lumino/algorithm": {
|
489
489
|
"requiredVersion": "^1.9.0",
|
@@ -596,7 +596,7 @@
|
|
596
596
|
"main": [
|
597
597
|
"./publicpath",
|
598
598
|
"whatwg-fetch",
|
599
|
-
"/home/runner/work/
|
599
|
+
"/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/build/bootstrap.js"
|
600
600
|
]
|
601
601
|
},
|
602
602
|
"optimization": {
|
@@ -619,10 +619,10 @@
|
|
619
619
|
{
|
620
620
|
"mode": "production",
|
621
621
|
"entry": {
|
622
|
-
"index": "/home/runner/work/
|
622
|
+
"index": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@jupyterlab/theme-dark-extension/style/theme.css"
|
623
623
|
},
|
624
624
|
"output": {
|
625
|
-
"path": "/home/runner/work/
|
625
|
+
"path": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/themes/@jupyterlab/theme-dark-extension",
|
626
626
|
"filename": "[name].js",
|
627
627
|
"hashFunction": "sha256"
|
628
628
|
},
|
@@ -631,7 +631,7 @@
|
|
631
631
|
{
|
632
632
|
"test": {},
|
633
633
|
"use": [
|
634
|
-
"/home/runner/work/
|
634
|
+
"/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/mini-css-extract-plugin/dist/loader.js",
|
635
635
|
"css-loader"
|
636
636
|
]
|
637
637
|
},
|
@@ -676,10 +676,10 @@
|
|
676
676
|
{
|
677
677
|
"mode": "production",
|
678
678
|
"entry": {
|
679
|
-
"index": "/home/runner/work/
|
679
|
+
"index": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/@jupyterlab/theme-light-extension/style/theme.css"
|
680
680
|
},
|
681
681
|
"output": {
|
682
|
-
"path": "/home/runner/work/
|
682
|
+
"path": "/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/themes/@jupyterlab/theme-light-extension",
|
683
683
|
"filename": "[name].js",
|
684
684
|
"hashFunction": "sha256"
|
685
685
|
},
|
@@ -688,7 +688,7 @@
|
|
688
688
|
{
|
689
689
|
"test": {},
|
690
690
|
"use": [
|
691
|
-
"/home/runner/work/
|
691
|
+
"/home/runner/work/jupyterlab/jupyterlab/.jupyter_releaser_checkout/jupyterlab/staging/node_modules/mini-css-extract-plugin/dist/loader.js",
|
692
692
|
"css-loader"
|
693
693
|
]
|
694
694
|
},
|
jupyterlab/static/index.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>JupyterLab</title><meta name="viewport" content="width=device-width,initial-scale=1">{# Copy so we do not modify the page_config with updates. #} {% set page_config_full = page_config.copy() %} {# Set a dummy variable - we just want the side effect of the update. #} {% set _ = page_config_full.update(baseUrl=base_url, wsUrl=ws_url) %}<script id="jupyter-config-data" type="application/json">{{ page_config_full | tojson }}</script>{% block favicon %}<link rel="icon" type="image/x-icon" href="{{ base_url | escape }}static/favicons/favicon.ico" class="idle favicon"><link rel="" type="image/x-icon" href="{{ base_url | escape }}static/favicons/favicon-busy-1.ico" class="busy favicon">{% endblock %}<script defer="defer" src="{{page_config.fullStaticUrl}}/main.
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>JupyterLab</title><meta name="viewport" content="width=device-width,initial-scale=1">{# Copy so we do not modify the page_config with updates. #} {% set page_config_full = page_config.copy() %} {# Set a dummy variable - we just want the side effect of the update. #} {% set _ = page_config_full.update(baseUrl=base_url, wsUrl=ws_url) %}<script id="jupyter-config-data" type="application/json">{{ page_config_full | tojson }}</script>{% block favicon %}<link rel="icon" type="image/x-icon" href="{{ base_url | escape }}static/favicons/favicon.ico" class="idle favicon"><link rel="" type="image/x-icon" href="{{ base_url | escape }}static/favicons/favicon-busy-1.ico" class="busy favicon">{% endblock %}<script defer="defer" src="{{page_config.fullStaticUrl}}/main.4999cab70933d690f75e.js?v=4999cab70933d690f75e"></script></head><body><script>/* Remove token from URL. */
|
2
2
|
(function () {
|
3
3
|
var location = window.location;
|
4
4
|
var search = location.search;
|