jupyterlab 3.6.2__py3-none-any.whl → 3.6.3__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 +10 -10
- jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig +14 -14
- 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 +9 -9
- jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig +13 -13
- jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +11 -11
- jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig +16 -16
- jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig +13 -13
- jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +7 -7
- jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
- jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +15 -15
- jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +18 -18
- jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig +9 -9
- 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 +7 -7
- jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig +25 -25
- jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +7 -7
- jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig +13 -13
- jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig +11 -11
- jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
- jupyterlab/staging/package.json +148 -147
- jupyterlab/staging/yarn.lock +1259 -1259
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3122.6da9e52abd5263a9752f.js → jupyterlab/static/3122.b1fda55c421da97a00a3.js +2 -2
- jupyterlab/static/{5493.7afc94ce5db2401a17a0.js → 5493.bc25a653f87ecf6d27f8.js} +3 -3
- jupyterlab/static/7796.0dcdca3baf288d835bab.js +2 -0
- jupyterlab/static/{6174.b837e8b720639bb0675d.js → 9493.7d21c080b2fe6d48740c.js} +2 -2
- jupyterlab/static/build_log.json +98 -97
- jupyterlab/static/index.html +1 -1
- jupyterlab/static/jlab_core.4d5114e25256eeddf4e4.js +3 -0
- jupyterlab/static/main.c474366c927dbb3da565.js +2 -0
- jupyterlab/static/package.json +148 -147
- jupyterlab/static/third-party-licenses.json +97 -97
- 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/tests/mock_packages/mimeextension/package.json +1 -1
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig +10 -10
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig +14 -14
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +7 -7
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig +10 -10
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig +9 -9
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig +13 -13
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +11 -11
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig +16 -16
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig +13 -13
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +7 -7
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +15 -15
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +18 -18
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig +9 -9
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +9 -9
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig +6 -6
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +6 -6
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig +9 -9
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig +7 -7
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig +12 -12
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +10 -10
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +25 -25
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +7 -7
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig +13 -13
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig +12 -12
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig +11 -11
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
- jupyterlab/static/3122.6da9e52abd5263a9752f.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3122.b1fda55c421da97a00a3.js +2 -2
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5493.7afc94ce5db2401a17a0.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5493.bc25a653f87ecf6d27f8.js +3 -3
- jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7796.0dcdca3baf288d835bab.js +2 -0
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6174.b837e8b720639bb0675d.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9493.7d21c080b2fe6d48740c.js +2 -2
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/build_log.json +98 -97
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/index.html +1 -1
- jupyterlab-3.6.3.data/data/share/jupyter/lab/static/jlab_core.4d5114e25256eeddf4e4.js +3 -0
- jupyterlab-3.6.3.data/data/share/jupyter/lab/static/main.c474366c927dbb3da565.js +2 -0
- jupyterlab-3.6.3.data/data/share/jupyter/lab/static/package.json +323 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/third-party-licenses.json +97 -97
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/METADATA +1 -1
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/RECORD +290 -290
- jupyterlab/static/7796.6cae4a397b88ab8cf016.js +0 -2
- jupyterlab/static/jlab_core.48a41b637653e18e773e.js +0 -3
- jupyterlab/static/main.b5a59426d23035dbc798.js +0 -2
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7796.6cae4a397b88ab8cf016.js +0 -2
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/jlab_core.48a41b637653e18e773e.js +0 -3
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/main.b5a59426d23035dbc798.js +0 -2
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/package.json +0 -322
- /jupyterlab/static/{5493.7afc94ce5db2401a17a0.js.LICENSE.txt → 5493.bc25a653f87ecf6d27f8.js.LICENSE.txt} +0 -0
- /jupyterlab/static/{jlab_core.48a41b637653e18e773e.js.LICENSE.txt → jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt} +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/etc/jupyter/jupyter_server_config.d/jupyterlab.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/sidebar.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/commands.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/consoles.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/files.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/notebooks.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/06f4d00923ea24697df5df0b92984175991d8bd25776a02d531bb401e393ec42.ttf +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1033.890eeae47460e241b1e9.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1044.4e54e3e338cfaccdfb46.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1057.16c446ab94eb9e5ed42a.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1142.074d125bb59f5a332666.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1249.8501a6fa8feae7016c0a.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/126.1e2fb998804b27c72a3e.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1358.9ab4f57e8227ce75f427.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1397.4b53e533e7ca4d3f06fe.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/14c9db4ff87fde08f67b0a69dd594bab6d87174812a0dbd34c59833bfed8cc0e.woff +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1842.1846f224482b066652bf.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/198.ebf955f77b5c9807f163.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2249.0cc057d5b7da618aa4e0.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2326849b6c3dfa217a0e9ecaec9553c910a4e2987c87315c85073d2b95a484f3.svg +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2349.91555cd2ef72c84e9253.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2353.baeba73a2e9f3d9e75d2.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2356.f97dd8093f97f156efe4.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2585.4d374708a4df1d35065d.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3029.51bdde209f9c4e269943.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3087.06efd084edba2bea6ea1.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3114.5cbcff15783573c636c6.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3236.4fabf963498daeeb9624.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3308.03624912593a42120dea.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3387.bb8976de803b341fe7a3.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3443.868b4f89289beb97adec.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3496.ecb0e7fcc54191234ae6.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3531.0bacde3facdc0c46766c.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3532.c5348a7ce31c17eaeb0b.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3664.cfb68e6cb3654849310c.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3791.6adeeacb6143a6599115.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3992.6587b8bb22d3b162cc6b.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3d06af1f31cd83ace7a265a014b8fb5dee15770ecac8f7a55555190e627e03c2.ttf +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/406.6f87c9a21bbaa5f39fc4.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/407a9723fc717c94e287496080d773e18e29c3cac49e2630172343c65c0864a8.eot +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4151.ce38cc139e8eec621bde.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4155.784ca1752696680bf373.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/43c072c16c9ee6d67acdfa6c6d6685ff1e74eb4237b7cc3c1348ab1c108b26af.woff2 +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4402.d24b4a44244e256d0126.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4429.c4f083ef6b6e29345fd4.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/45.91c59b0e1dca32f01373.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4570.53adcb6f69939da383ff.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4631.96a143e70f005fef7b59.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4657.f97cd1238beedb61548c.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/466.239a0c009f33f1cb7cab.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4894.f5e3a48d18905b75d07f.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/501.d77919e38ba77753c7f8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5065.49dd76cb64fd444f785f.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5223.0006e6e211b7c197b9f1.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5289.6c67522c6a1c32fc2ea2.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5383.d630abf49f5cb82bb76f.js +0 -0
- /jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5493.7afc94ce5db2401a17a0.js.LICENSE.txt → /jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5493.bc25a653f87ecf6d27f8.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5505.d108d38d683afca0e4ed.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5557.625f5943a166b494ee38.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5619.b1928648a190b38e627a.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6005.cda1ecd972909c2a0250.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6218.63b338a58c855634089e.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6282.455f87010a88485c089b.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6443.04025a1d063425902d56.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6504.f578fea4ca18a937babd.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6550.f5dbb748ddae3ef4b27e.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6598.e2d4d064ef6bca780c2c.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6655.0f133ab652b8d8af8a1a.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6700.c96344a466d1896657bf.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6777.1b7dcbf5a42c2daf11b8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/679b5a5216bbdf913cc22d6ae44778c1ef975ee387a6c4c5de87e75d19a22232.svg +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6952.1bd5bcfeb0d87e61efcb.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6962.6d7125f759d926dcf34f.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6975.e0560614fd629195c9bf.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6989.75bf0da94e660a6c26f8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7034.fce307da76771c0ef0c8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7050.fc2b565767a93966c20e.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7289.c749cf355edec3e37aa8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7300.26360c57b8bd81344bd5.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7454.5859b3e9803de4da9c05.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7463.c34847707aeb55f90a82.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/74edc18b67c487e32f181719fdb347e2e77020744651f446e9acd7bd6821e2e7.woff +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/75a761159ae266c5332a4f266e07a5543712ffb76ee0260b07782195c04dc364.eot +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7717.2a6e6bb4e5f6b92e9798.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7755.d506a1d9dadf30b1e490.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7788.5e16fdcc197e245776fd.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7900.86dcbbbfb1a3d4f98375.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8012.e4c8f67dc497d26c16fc.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8059.6011120485fc3c4868d4.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8102.7f1644c3be420fb40db9.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8284.54c936b3303933d2da84.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8428.dd5a93f02f55af0d3d8c.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8523.9b232c15e4eb5bc08a37.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8524.48062ecfe543b6d76860.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8580.974138f8b6ddb72035f9.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8657.bf693afb7646976b9a51.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/870.e515a8a325f5ddb19079.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8708.35479b2d01be1e86804a.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8819.743ff7148bbdf35c7bbb.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8834.7621cb792c80bfa66e05.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8843.35ec0f0b1f61c25e0401.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8afc6e5e842baab16010c2ce6fcf48ec4ded8e1579a37c1f1bc027e120d04951.woff2 +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/900.6a1241c0269d5df615c8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/901.2ec3367a81663f96cc4b.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9039.5f28fec36b1eba3e4a52.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9109.1b114e9c83e36c6560df.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/911.0c08f040896753efc653.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/911.0c08f040896753efc653.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9316.c4abfd78d98bb182cd2f.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/96.c281b119ab350d7dd3de.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9845.8b6c837a5ff754554b39.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9866.5db2f5cd62fb6e231305.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/aff76e5c986f295d4bc6f8142a78e2a31888b101c2d025db89f79c75f64fd90b.woff +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/bootstrap.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/c651b8a67d3193206f622c3c3b0fbca4a2f2727108c4212b52c1e2a2e84c9b31.ttf +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/cf83ffb8cf0023bd439dfdd5d02f1954b6ee027e85897d6cfc5f90bbca9ec1d2.eot +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/d0b4256abed72481585662971262eabee345c19f837af00d7ce24239d3b40eef.woff2 +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/fa498fb2596a5235c5c86d7b68a7fbe76e9855c01af4b0e5ab41c41047c648e0.svg +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/index.out.js +0 -0
- /jupyterlab-3.6.2.data/data/share/jupyter/lab/static/jlab_core.48a41b637653e18e773e.js.LICENSE.txt → /jupyterlab-3.6.3.data/data/share/jupyter/lab/static/jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/style.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js +0 -0
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/LICENSE +0 -0
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/WHEEL +0 -0
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/entry_points.txt +0 -0
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2 @@
|
|
1
|
+
(()=>{var e={37559:(e,t,a)=>{let r=null;function n(e){if(r===null){let e={};if(typeof document!=="undefined"&&document){const t=document.getElementById("jupyter-config-data");if(t){e=JSON.parse(t.textContent||"{}")}}r=e}return r[e]||""}a.p=n("fullStaticUrl")+"/";if(Promise.allSettled===undefined){Promise.allSettled=e=>Promise.all(e.map((e=>e.then((e=>({status:"fulfilled",value:e})),(e=>({status:"rejected",reason:e}))))))}function l(e){return new Promise(((t,a)=>{const r=document.createElement("script");r.onerror=a;r.onload=t;r.async=true;document.head.appendChild(r);r.src=e}))}async function o(e,t){await l(e);await a.I("default");const r=window._JUPYTERLAB[t];await r.init(a.S.default)}void async function e(){const t=n("federated_extensions");let r=n("fullLabextensionsUrl");const l=await Promise.allSettled(t.map((async e=>{await o(`${r}/${e.name}/${e.load}`,e.name)})));l.forEach((e=>{if(e.status==="rejected"){console.error(e.reason)}}));let i=(await Promise.all([a.e(3472),a.e(8284),a.e(8961),a.e(2473),a.e(9927),a.e(7796)]).then(a.bind(a,37796))).main;window.addEventListener("load",i)}()},57147:(e,t,a)=>{"use strict";var r=typeof globalThis!=="undefined"&&globalThis||typeof self!=="undefined"&&self||typeof r!=="undefined"&&r;var n={searchParams:"URLSearchParams"in r,iterable:"Symbol"in r&&"iterator"in Symbol,blob:"FileReader"in r&&"Blob"in r&&function(){try{new Blob;return true}catch(e){return false}}(),formData:"FormData"in r,arrayBuffer:"ArrayBuffer"in r};function l(e){return e&&DataView.prototype.isPrototypeOf(e)}if(n.arrayBuffer){var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"];var i=ArrayBuffer.isView||function(e){return e&&o.indexOf(Object.prototype.toString.call(e))>-1}}function f(e){if(typeof e!=="string"){e=String(e)}if(/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||e===""){throw new TypeError('Invalid character in header field name: "'+e+'"')}return e.toLowerCase()}function s(e){if(typeof e!=="string"){e=String(e)}return e}function d(e){var t={next:function(){var t=e.shift();return{done:t===undefined,value:t}}};if(n.iterable){t[Symbol.iterator]=function(){return t}}return t}function b(e){this.map={};if(e instanceof b){e.forEach((function(e,t){this.append(t,e)}),this)}else if(Array.isArray(e)){e.forEach((function(e){this.append(e[0],e[1])}),this)}else if(e){Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}}b.prototype.append=function(e,t){e=f(e);t=s(t);var a=this.map[e];this.map[e]=a?a+", "+t:t};b.prototype["delete"]=function(e){delete this.map[f(e)]};b.prototype.get=function(e){e=f(e);return this.has(e)?this.map[e]:null};b.prototype.has=function(e){return this.map.hasOwnProperty(f(e))};b.prototype.set=function(e,t){this.map[f(e)]=s(t)};b.prototype.forEach=function(e,t){for(var a in this.map){if(this.map.hasOwnProperty(a)){e.call(t,this.map[a],a,this)}}};b.prototype.keys=function(){var e=[];this.forEach((function(t,a){e.push(a)}));return d(e)};b.prototype.values=function(){var e=[];this.forEach((function(t){e.push(t)}));return d(e)};b.prototype.entries=function(){var e=[];this.forEach((function(t,a){e.push([a,t])}));return d(e)};if(n.iterable){b.prototype[Symbol.iterator]=b.prototype.entries}function c(e){if(e.bodyUsed){return Promise.reject(new TypeError("Already read"))}e.bodyUsed=true}function u(e){return new Promise((function(t,a){e.onload=function(){t(e.result)};e.onerror=function(){a(e.error)}}))}function h(e){var t=new FileReader;var a=u(t);t.readAsArrayBuffer(e);return a}function p(e){var t=new FileReader;var a=u(t);t.readAsText(e);return a}function m(e){var t=new Uint8Array(e);var a=new Array(t.length);for(var r=0;r<t.length;r++){a[r]=String.fromCharCode(t[r])}return a.join("")}function y(e){if(e.slice){return e.slice(0)}else{var t=new Uint8Array(e.byteLength);t.set(new Uint8Array(e));return t.buffer}}function P(){this.bodyUsed=false;this._initBody=function(e){this.bodyUsed=this.bodyUsed;this._bodyInit=e;if(!e){this._bodyText=""}else if(typeof e==="string"){this._bodyText=e}else if(n.blob&&Blob.prototype.isPrototypeOf(e)){this._bodyBlob=e}else if(n.formData&&FormData.prototype.isPrototypeOf(e)){this._bodyFormData=e}else if(n.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)){this._bodyText=e.toString()}else if(n.arrayBuffer&&n.blob&&l(e)){this._bodyArrayBuffer=y(e.buffer);this._bodyInit=new Blob([this._bodyArrayBuffer])}else if(n.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(e)||i(e))){this._bodyArrayBuffer=y(e)}else{this._bodyText=e=Object.prototype.toString.call(e)}if(!this.headers.get("content-type")){if(typeof e==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}else if(n.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)){this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8")}}};if(n.blob){this.blob=function(){var e=c(this);if(e){return e}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(new Blob([this._bodyArrayBuffer]))}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}};this.arrayBuffer=function(){if(this._bodyArrayBuffer){var e=c(this);if(e){return e}if(ArrayBuffer.isView(this._bodyArrayBuffer)){return Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength))}else{return Promise.resolve(this._bodyArrayBuffer)}}else{return this.blob().then(h)}}}this.text=function(){var e=c(this);if(e){return e}if(this._bodyBlob){return p(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(m(this._bodyArrayBuffer))}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}};if(n.formData){this.formData=function(){return this.text().then(x)}}this.json=function(){return this.text().then(JSON.parse)};return this}var j=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function v(e){var t=e.toUpperCase();return j.indexOf(t)>-1?t:e}function g(e,t){if(!(this instanceof g)){throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.')}t=t||{};var a=t.body;if(e instanceof g){if(e.bodyUsed){throw new TypeError("Already read")}this.url=e.url;this.credentials=e.credentials;if(!t.headers){this.headers=new b(e.headers)}this.method=e.method;this.mode=e.mode;this.signal=e.signal;if(!a&&e._bodyInit!=null){a=e._bodyInit;e.bodyUsed=true}}else{this.url=String(e)}this.credentials=t.credentials||this.credentials||"same-origin";if(t.headers||!this.headers){this.headers=new b(t.headers)}this.method=v(t.method||this.method||"GET");this.mode=t.mode||this.mode||null;this.signal=t.signal||this.signal;this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&a){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(a);if(this.method==="GET"||this.method==="HEAD"){if(t.cache==="no-store"||t.cache==="no-cache"){var r=/([?&])_=[^&]*/;if(r.test(this.url)){this.url=this.url.replace(r,"$1_="+(new Date).getTime())}else{var n=/\?/;this.url+=(n.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})};function x(e){var t=new FormData;e.trim().split("&").forEach((function(e){if(e){var a=e.split("=");var r=a.shift().replace(/\+/g," ");var n=a.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(n))}}));return t}function w(e){var t=new b;var a=e.replace(/\r?\n[\t ]+/g," ");a.split("\r").map((function(e){return e.indexOf("\n")===0?e.substr(1,e.length):e})).forEach((function(e){var a=e.split(":");var r=a.shift().trim();if(r){var n=a.join(":").trim();t.append(r,n)}}));return t}P.call(g.prototype);function _(e,t){if(!(this instanceof _)){throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.')}if(!t){t={}}this.type="default";this.status=t.status===undefined?200:t.status;this.ok=this.status>=200&&this.status<300;this.statusText=t.statusText===undefined?"":""+t.statusText;this.headers=new b(t.headers);this.url=t.url||"";this._initBody(e)}P.call(_.prototype);_.prototype.clone=function(){return new _(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new b(this.headers),url:this.url})};_.error=function(){var e=new _(null,{status:0,statusText:""});e.type="error";return e};var E=[301,302,303,307,308];_.redirect=function(e,t){if(E.indexOf(t)===-1){throw new RangeError("Invalid status code")}return new _(null,{status:t,headers:{location:e}})};var T=r.DOMException;try{new T}catch(O){T=function(e,t){this.message=e;this.name=t;var a=Error(e);this.stack=a.stack};T.prototype=Object.create(Error.prototype);T.prototype.constructor=T}function A(e,t){return new Promise((function(a,l){var o=new g(e,t);if(o.signal&&o.signal.aborted){return l(new T("Aborted","AbortError"))}var i=new XMLHttpRequest;function f(){i.abort()}i.onload=function(){var e={status:i.status,statusText:i.statusText,headers:w(i.getAllResponseHeaders()||"")};e.url="responseURL"in i?i.responseURL:e.headers.get("X-Request-URL");var t="response"in i?i.response:i.responseText;setTimeout((function(){a(new _(t,e))}),0)};i.onerror=function(){setTimeout((function(){l(new TypeError("Network request failed"))}),0)};i.ontimeout=function(){setTimeout((function(){l(new TypeError("Network request failed"))}),0)};i.onabort=function(){setTimeout((function(){l(new T("Aborted","AbortError"))}),0)};function d(e){try{return e===""&&r.location.href?r.location.href:e}catch(t){return e}}i.open(o.method,d(o.url),true);if(o.credentials==="include"){i.withCredentials=true}else if(o.credentials==="omit"){i.withCredentials=false}if("responseType"in i){if(n.blob){i.responseType="blob"}else if(n.arrayBuffer&&o.headers.get("Content-Type")&&o.headers.get("Content-Type").indexOf("application/octet-stream")!==-1){i.responseType="arraybuffer"}}if(t&&typeof t.headers==="object"&&!(t.headers instanceof b)){Object.getOwnPropertyNames(t.headers).forEach((function(e){i.setRequestHeader(e,s(t.headers[e]))}))}else{o.headers.forEach((function(e,t){i.setRequestHeader(t,e)}))}if(o.signal){o.signal.addEventListener("abort",f);i.onreadystatechange=function(){if(i.readyState===4){o.signal.removeEventListener("abort",f)}}}i.send(typeof o._bodyInit==="undefined"?null:o._bodyInit)}))}A.polyfill=true;if(!r.fetch){r.fetch=A;r.Headers=b;r.Request=g;r.Response=_}},68444:(e,t,a)=>{function r(e){let t=Object.create(null);if(typeof document!=="undefined"&&document){const e=document.getElementById("jupyter-config-data");if(e){t=JSON.parse(e.textContent||"{}")}}return t[e]||""}a.p=r("fullStaticUrl")+"/"},86786:e=>{"use strict";e.exports=node-fetch},22439:e=>{"use strict";e.exports=ws}};var t={};function a(r){var n=t[r];if(n!==undefined){return n.exports}var l=t[r]={id:r,loaded:false,exports:{}};e[r].call(l.exports,l,l.exports,a);l.loaded=true;return l.exports}a.m=e;a.c=t;(()=>{a.n=e=>{var t=e&&e.__esModule?()=>e["default"]:()=>e;a.d(t,{a:t});return t}})();(()=>{var e=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;var t;a.t=function(r,n){if(n&1)r=this(r);if(n&8)return r;if(typeof r==="object"&&r){if(n&4&&r.__esModule)return r;if(n&16&&typeof r.then==="function")return r}var l=Object.create(null);a.r(l);var o={};t=t||[null,e({}),e([]),e(e)];for(var i=n&2&&r;typeof i=="object"&&!~t.indexOf(i);i=e(i)){Object.getOwnPropertyNames(i).forEach((e=>o[e]=()=>r[e]))}o["default"]=()=>r;a.d(l,o);return l}})();(()=>{a.d=(e,t)=>{for(var r in t){if(a.o(t,r)&&!a.o(e,r)){Object.defineProperty(e,r,{enumerable:true,get:t[r]})}}}})();(()=>{a.f={};a.e=e=>Promise.all(Object.keys(a.f).reduce(((t,r)=>{a.f[r](e,t);return t}),[]))})();(()=>{a.u=e=>""+(e===3472?"jlab_core":e)+"."+{45:"91c59b0e1dca32f01373",63:"ddf2a290c6fe992d6dcb",70:"a3b0e734e397fb80e24c",73:"4dd3c7fadb609bedde41",96:"c281b119ab350d7dd3de",126:"1e2fb998804b27c72a3e",127:"21376a5030ac1bb23b88",161:"db21470b3ce014526a75",198:"ebf955f77b5c9807f163",406:"6f87c9a21bbaa5f39fc4",466:"239a0c009f33f1cb7cab",501:"d77919e38ba77753c7f8",552:"e96d70a9113076d8af38",757:"5fb8cbc8a35effa0b7c7",790:"2721043adee63c737c13",807:"25ee5f37af96f64ba380",870:"e515a8a325f5ddb19079",900:"6a1241c0269d5df615c8",901:"2ec3367a81663f96cc4b",911:"0c08f040896753efc653",1033:"890eeae47460e241b1e9",1036:"a055f7326513fc5a04f7",1044:"4e54e3e338cfaccdfb46",1057:"16c446ab94eb9e5ed42a",1100:"655a05dff25fa207f859",1142:"074d125bb59f5a332666",1249:"8501a6fa8feae7016c0a",1358:"9ab4f57e8227ce75f427",1397:"4b53e533e7ca4d3f06fe",1453:"801cf7465a139af50fcd",1704:"587cc19e352e04f11380",1842:"1846f224482b066652bf",1933:"e954dd055d075f1a043e",1944:"9bb345a40325c23313e9",1962:"46d012859aa40e26402e",2109:"2aba305c93cf9b7e381f",2129:"20cff635a5536b21700a",2249:"0cc057d5b7da618aa4e0",2349:"91555cd2ef72c84e9253",2353:"baeba73a2e9f3d9e75d2",2356:"f97dd8093f97f156efe4",2431:"f0507272e2d8a584aabe",2473:"7039a9516c818343bf0c",2505:"5908cea41087b18a2719",2524:"7d82f23c36392208a780",2585:"4d374708a4df1d35065d",2601:"38afb03947d3f228c96b",2634:"55349e69f90a62292e72",2899:"ddacf7c260ad6ef810ba",3029:"51bdde209f9c4e269943",3087:"06efd084edba2bea6ea1",3114:"5cbcff15783573c636c6",3122:"b1fda55c421da97a00a3",3211:"632d719df38eee772717",3236:"4fabf963498daeeb9624",3308:"03624912593a42120dea",3387:"bb8976de803b341fe7a3",3423:"ed187a79a36e2bd8be63",3443:"868b4f89289beb97adec",3472:"4d5114e25256eeddf4e4",3496:"ecb0e7fcc54191234ae6",3531:"0bacde3facdc0c46766c",3532:"c5348a7ce31c17eaeb0b",3577:"6fef3a05b7c4973ed86f",3664:"cfb68e6cb3654849310c",3791:"6adeeacb6143a6599115",3935:"4159b022aa6d82e44127",3967:"a5badad0c6c4a6a3f228",3992:"6587b8bb22d3b162cc6b",4142:"537f2ecab23f7c84ed95",4151:"ce38cc139e8eec621bde",4155:"784ca1752696680bf373",4183:"46541bfd5370e97c7c3b",4307:"048a7baeb1213e819bed",4402:"d24b4a44244e256d0126",4429:"c4f083ef6b6e29345fd4",4522:"816bdd060317682364a4",4570:"53adcb6f69939da383ff",4631:"96a143e70f005fef7b59",4657:"f97cd1238beedb61548c",4782:"ae79fc437f9c12913a99",4894:"f5e3a48d18905b75d07f",5065:"49dd76cb64fd444f785f",5085:"e402d36a6bc52f76378a",5096:"96faf5ddac346a9ad9c3",5187:"9c0fb0167d257c74f87c",5223:"0006e6e211b7c197b9f1",5289:"6c67522c6a1c32fc2ea2",5313:"6cc98bbf9eb47a4bd5c7",5372:"68cf54b0d6b83981a950",5383:"d630abf49f5cb82bb76f",5428:"743c5b98df6aa7dba570",5493:"bc25a653f87ecf6d27f8",5505:"d108d38d683afca0e4ed",5557:"625f5943a166b494ee38",5573:"5c1be45e7909947ee7db",5608:"473a9e5950fc17502826",5619:"b1928648a190b38e627a",5765:"124752e681c6d8a59f53",5908:"a0687224468e58336cbf",6005:"cda1ecd972909c2a0250",6064:"1a4a55a09511d4907870",6218:"63b338a58c855634089e",6240:"e01b83b18d0077ff5799",6282:"455f87010a88485c089b",6358:"5464d37e8ce92af8dacc",6393:"a9141614bcbd3398e990",6443:"04025a1d063425902d56",6498:"494fb2f2e20046787e1c",6501:"3562ed73f0af69172096",6504:"f578fea4ca18a937babd",6550:"f5dbb748ddae3ef4b27e",6583:"4b035745f590c282d0e8",6598:"e2d4d064ef6bca780c2c",6611:"68da3575f90702639f49",6625:"0ef7bb5d4aa7b3f011e4",6655:"0f133ab652b8d8af8a1a",6700:"c96344a466d1896657bf",6777:"1b7dcbf5a42c2daf11b8",6814:"98b1dfba17c26c608bb1",6843:"62a07aa3cdde2d56e418",6952:"1bd5bcfeb0d87e61efcb",6962:"6d7125f759d926dcf34f",6975:"e0560614fd629195c9bf",6989:"75bf0da94e660a6c26f8",7034:"fce307da76771c0ef0c8",7050:"fc2b565767a93966c20e",7122:"af92ad029175ed6c0b87",7202:"ab9a08ff014c1ecf17ad",7220:"88ea3fc0b8059944ad32",7289:"c749cf355edec3e37aa8",7294:"f71c2889fedcd71bd1ee",7300:"26360c57b8bd81344bd5",7454:"5859b3e9803de4da9c05",7463:"c34847707aeb55f90a82",7558:"1bd1950420c833ffbf7f",7664:"a4bcb9536b55b3473099",7673:"966b83e49bda3ae7567b",7717:"2a6e6bb4e5f6b92e9798",7730:"7e3a9fb140d2d55a51fc",7755:"d506a1d9dadf30b1e490",7788:"5e16fdcc197e245776fd",7796:"0dcdca3baf288d835bab",7865:"52cb65817f4aebb6ceb6",7878:"d20a906db96780bf8b8e",7886:"20a5f197c15ccdda8452",7900:"86dcbbbfb1a3d4f98375",7989:"903eb9499cf19b94d22d",8012:"e4c8f67dc497d26c16fc",8059:"6011120485fc3c4868d4",8102:"7f1644c3be420fb40db9",8178:"3c2956c29e13f47d0971",8217:"fd46db103134dd1adba8",8254:"588c2ce8b9db30d4aa79",8284:"54c936b3303933d2da84",8428:"dd5a93f02f55af0d3d8c",8438:"5c9c1fd2f62ef61c8a46",8509:"00aabeb5ac07f5be0f86",8523:"9b232c15e4eb5bc08a37",8524:"48062ecfe543b6d76860",8580:"974138f8b6ddb72035f9",8657:"bf693afb7646976b9a51",8708:"35479b2d01be1e86804a",8819:"743ff7148bbdf35c7bbb",8834:"7621cb792c80bfa66e05",8843:"35ec0f0b1f61c25e0401",8961:"b954abdc385f6eeb5dcc",8987:"a93f800ee85c93bc1418",9004:"193c39cb7271c1ccc5f7",9039:"5f28fec36b1eba3e4a52",9109:"1b114e9c83e36c6560df",9123:"759bbe4d4c0c9b3fb0d5",9190:"dac435c5b4387874f94b",9316:"c4abfd78d98bb182cd2f",9327:"495720533bf94efdeb11",9473:"2e52d2ba788beec303be",9493:"7d21c080b2fe6d48740c",9549:"b5f52581bdb312c44265",9638:"4d4a4ae47b2fdd289a01",9761:"0cb00eb09df7838eff03",9845:"8b6c837a5ff754554b39",9866:"5db2f5cd62fb6e231305",9927:"5ad9c24a432f16fed1f0"}[e]+".js?v="+{45:"91c59b0e1dca32f01373",63:"ddf2a290c6fe992d6dcb",70:"a3b0e734e397fb80e24c",73:"4dd3c7fadb609bedde41",96:"c281b119ab350d7dd3de",126:"1e2fb998804b27c72a3e",127:"21376a5030ac1bb23b88",161:"db21470b3ce014526a75",198:"ebf955f77b5c9807f163",406:"6f87c9a21bbaa5f39fc4",466:"239a0c009f33f1cb7cab",501:"d77919e38ba77753c7f8",552:"e96d70a9113076d8af38",757:"5fb8cbc8a35effa0b7c7",790:"2721043adee63c737c13",807:"25ee5f37af96f64ba380",870:"e515a8a325f5ddb19079",900:"6a1241c0269d5df615c8",901:"2ec3367a81663f96cc4b",911:"0c08f040896753efc653",1033:"890eeae47460e241b1e9",1036:"a055f7326513fc5a04f7",1044:"4e54e3e338cfaccdfb46",1057:"16c446ab94eb9e5ed42a",1100:"655a05dff25fa207f859",1142:"074d125bb59f5a332666",1249:"8501a6fa8feae7016c0a",1358:"9ab4f57e8227ce75f427",1397:"4b53e533e7ca4d3f06fe",1453:"801cf7465a139af50fcd",1704:"587cc19e352e04f11380",1842:"1846f224482b066652bf",1933:"e954dd055d075f1a043e",1944:"9bb345a40325c23313e9",1962:"46d012859aa40e26402e",2109:"2aba305c93cf9b7e381f",2129:"20cff635a5536b21700a",2249:"0cc057d5b7da618aa4e0",2349:"91555cd2ef72c84e9253",2353:"baeba73a2e9f3d9e75d2",2356:"f97dd8093f97f156efe4",2431:"f0507272e2d8a584aabe",2473:"7039a9516c818343bf0c",2505:"5908cea41087b18a2719",2524:"7d82f23c36392208a780",2585:"4d374708a4df1d35065d",2601:"38afb03947d3f228c96b",2634:"55349e69f90a62292e72",2899:"ddacf7c260ad6ef810ba",3029:"51bdde209f9c4e269943",3087:"06efd084edba2bea6ea1",3114:"5cbcff15783573c636c6",3122:"b1fda55c421da97a00a3",3211:"632d719df38eee772717",3236:"4fabf963498daeeb9624",3308:"03624912593a42120dea",3387:"bb8976de803b341fe7a3",3423:"ed187a79a36e2bd8be63",3443:"868b4f89289beb97adec",3472:"4d5114e25256eeddf4e4",3496:"ecb0e7fcc54191234ae6",3531:"0bacde3facdc0c46766c",3532:"c5348a7ce31c17eaeb0b",3577:"6fef3a05b7c4973ed86f",3664:"cfb68e6cb3654849310c",3791:"6adeeacb6143a6599115",3935:"4159b022aa6d82e44127",3967:"a5badad0c6c4a6a3f228",3992:"6587b8bb22d3b162cc6b",4142:"537f2ecab23f7c84ed95",4151:"ce38cc139e8eec621bde",4155:"784ca1752696680bf373",4183:"46541bfd5370e97c7c3b",4307:"048a7baeb1213e819bed",4402:"d24b4a44244e256d0126",4429:"c4f083ef6b6e29345fd4",4522:"816bdd060317682364a4",4570:"53adcb6f69939da383ff",4631:"96a143e70f005fef7b59",4657:"f97cd1238beedb61548c",4782:"ae79fc437f9c12913a99",4894:"f5e3a48d18905b75d07f",5065:"49dd76cb64fd444f785f",5085:"e402d36a6bc52f76378a",5096:"96faf5ddac346a9ad9c3",5187:"9c0fb0167d257c74f87c",5223:"0006e6e211b7c197b9f1",5289:"6c67522c6a1c32fc2ea2",5313:"6cc98bbf9eb47a4bd5c7",5372:"68cf54b0d6b83981a950",5383:"d630abf49f5cb82bb76f",5428:"743c5b98df6aa7dba570",5493:"bc25a653f87ecf6d27f8",5505:"d108d38d683afca0e4ed",5557:"625f5943a166b494ee38",5573:"5c1be45e7909947ee7db",5608:"473a9e5950fc17502826",5619:"b1928648a190b38e627a",5765:"124752e681c6d8a59f53",5908:"a0687224468e58336cbf",6005:"cda1ecd972909c2a0250",6064:"1a4a55a09511d4907870",6218:"63b338a58c855634089e",6240:"e01b83b18d0077ff5799",6282:"455f87010a88485c089b",6358:"5464d37e8ce92af8dacc",6393:"a9141614bcbd3398e990",6443:"04025a1d063425902d56",6498:"494fb2f2e20046787e1c",6501:"3562ed73f0af69172096",6504:"f578fea4ca18a937babd",6550:"f5dbb748ddae3ef4b27e",6583:"4b035745f590c282d0e8",6598:"e2d4d064ef6bca780c2c",6611:"68da3575f90702639f49",6625:"0ef7bb5d4aa7b3f011e4",6655:"0f133ab652b8d8af8a1a",6700:"c96344a466d1896657bf",6777:"1b7dcbf5a42c2daf11b8",6814:"98b1dfba17c26c608bb1",6843:"62a07aa3cdde2d56e418",6952:"1bd5bcfeb0d87e61efcb",6962:"6d7125f759d926dcf34f",6975:"e0560614fd629195c9bf",6989:"75bf0da94e660a6c26f8",7034:"fce307da76771c0ef0c8",7050:"fc2b565767a93966c20e",7122:"af92ad029175ed6c0b87",7202:"ab9a08ff014c1ecf17ad",7220:"88ea3fc0b8059944ad32",7289:"c749cf355edec3e37aa8",7294:"f71c2889fedcd71bd1ee",7300:"26360c57b8bd81344bd5",7454:"5859b3e9803de4da9c05",7463:"c34847707aeb55f90a82",7558:"1bd1950420c833ffbf7f",7664:"a4bcb9536b55b3473099",7673:"966b83e49bda3ae7567b",7717:"2a6e6bb4e5f6b92e9798",7730:"7e3a9fb140d2d55a51fc",7755:"d506a1d9dadf30b1e490",7788:"5e16fdcc197e245776fd",7796:"0dcdca3baf288d835bab",7865:"52cb65817f4aebb6ceb6",7878:"d20a906db96780bf8b8e",7886:"20a5f197c15ccdda8452",7900:"86dcbbbfb1a3d4f98375",7989:"903eb9499cf19b94d22d",8012:"e4c8f67dc497d26c16fc",8059:"6011120485fc3c4868d4",8102:"7f1644c3be420fb40db9",8178:"3c2956c29e13f47d0971",8217:"fd46db103134dd1adba8",8254:"588c2ce8b9db30d4aa79",8284:"54c936b3303933d2da84",8428:"dd5a93f02f55af0d3d8c",8438:"5c9c1fd2f62ef61c8a46",8509:"00aabeb5ac07f5be0f86",8523:"9b232c15e4eb5bc08a37",8524:"48062ecfe543b6d76860",8580:"974138f8b6ddb72035f9",8657:"bf693afb7646976b9a51",8708:"35479b2d01be1e86804a",8819:"743ff7148bbdf35c7bbb",8834:"7621cb792c80bfa66e05",8843:"35ec0f0b1f61c25e0401",8961:"b954abdc385f6eeb5dcc",8987:"a93f800ee85c93bc1418",9004:"193c39cb7271c1ccc5f7",9039:"5f28fec36b1eba3e4a52",9109:"1b114e9c83e36c6560df",9123:"759bbe4d4c0c9b3fb0d5",9190:"dac435c5b4387874f94b",9316:"c4abfd78d98bb182cd2f",9327:"495720533bf94efdeb11",9473:"2e52d2ba788beec303be",9493:"7d21c080b2fe6d48740c",9549:"b5f52581bdb312c44265",9638:"4d4a4ae47b2fdd289a01",9761:"0cb00eb09df7838eff03",9845:"8b6c837a5ff754554b39",9866:"5db2f5cd62fb6e231305",9927:"5ad9c24a432f16fed1f0"}[e]+""})();(()=>{a.g=function(){if(typeof globalThis==="object")return globalThis;try{return this||new Function("return this")()}catch(e){if(typeof window==="object")return window}}()})();(()=>{a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})();(()=>{var e={};var t="@jupyterlab/application-top:";a.l=(r,n,l,o)=>{if(e[r]){e[r].push(n);return}var i,f;if(l!==undefined){var s=document.getElementsByTagName("script");for(var d=0;d<s.length;d++){var b=s[d];if(b.getAttribute("src")==r||b.getAttribute("data-webpack")==t+l){i=b;break}}}if(!i){f=true;i=document.createElement("script");i.charset="utf-8";i.timeout=120;if(a.nc){i.setAttribute("nonce",a.nc)}i.setAttribute("data-webpack",t+l);i.src=r}e[r]=[n];var c=(t,a)=>{i.onerror=i.onload=null;clearTimeout(u);var n=e[r];delete e[r];i.parentNode&&i.parentNode.removeChild(i);n&&n.forEach((e=>e(a)));if(t)return t(a)};var u=setTimeout(c.bind(null,undefined,{type:"timeout",target:i}),12e4);i.onerror=c.bind(null,i.onerror);i.onload=c.bind(null,i.onload);f&&document.head.appendChild(i)}})();(()=>{a.r=e=>{if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(e,"__esModule",{value:true})}})();(()=>{a.nmd=e=>{e.paths=[];if(!e.children)e.children=[];return e}})();(()=>{a.S={};var e={};var t={};a.I=(r,n)=>{if(!n)n=[];var l=t[r];if(!l)l=t[r]={};if(n.indexOf(l)>=0)return;n.push(l);if(e[r])return e[r];if(!a.o(a.S,r))a.S[r]={};var o=a.S[r];var i=e=>typeof console!=="undefined"&&console.warn&&console.warn(e);var f="@jupyterlab/application-top";var s=(e,t,a,r)=>{var n=o[e]=o[e]||{};var l=n[t];if(!l||!l.loaded&&(!r!=!l.eager?r:f>l.from))n[t]={get:a,from:f,eager:!!r}};var d=e=>{var t=e=>i("Initialization of sharing external failed: "+e);try{var l=a(e);if(!l)return;var o=e=>e&&e.init&&e.init(a.S[r],n);if(l.then)return b.push(l.then(o,t));var f=o(l);if(f&&f.then)return b.push(f.catch(t))}catch(s){t(s)}};var b=[];switch(r){case"default":{s("@jupyter/ydoc","0.2.3",(()=>Promise.all([a.e(4657),a.e(1057),a.e(6655),a.e(1100),a.e(8987),a.e(73)]).then((()=>()=>a(26655)))));s("@jupyterlab/application-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8961),a.e(7865),a.e(5608),a.e(4782),a.e(2473),a.e(5765),a.e(8438)]).then((()=>()=>a(23891)))));s("@jupyterlab/application","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7122),a.e(4782),a.e(7989),a.e(3211),a.e(6625),a.e(6843),a.e(3577),a.e(5908)]).then((()=>()=>a(40915)))));s("@jupyterlab/apputils-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8961),a.e(7865),a.e(5608),a.e(4782),a.e(2473),a.e(7989),a.e(3211),a.e(4142),a.e(6625),a.e(5765),a.e(2601),a.e(7220),a.e(5573),a.e(1704)]).then((()=>()=>a(39849)))));s("@jupyterlab/apputils","3.6.3",(()=>Promise.all([a.e(3472),a.e(1036),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(5608),a.e(4782),a.e(7989),a.e(6625),a.e(6843),a.e(5765),a.e(5187),a.e(3577),a.e(2634),a.e(7220),a.e(1704),a.e(7730)]).then((()=>()=>a(70842)))));s("@jupyterlab/attachments","3.6.3",(()=>Promise.all([a.e(3472),a.e(8987),a.e(7122),a.e(2634)]).then((()=>()=>a(4388)))));s("@jupyterlab/cell-toolbar-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(5608),a.e(2109)]).then((()=>()=>a(12650)))));s("@jupyterlab/cell-toolbar","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(4522),a.e(8987),a.e(2634)]).then((()=>()=>a(70055)))));s("@jupyterlab/cells","3.6.3",(()=>Promise.all([a.e(3472),a.e(3308),a.e(127),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(7122),a.e(6625),a.e(3423),a.e(5187),a.e(3967),a.e(6393),a.e(7673),a.e(2524),a.e(8217)]).then((()=>()=>a(11994)))));s("@jupyterlab/celltags-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(1453),a.e(7878),a.e(63)]).then((()=>()=>a(70439)))));s("@jupyterlab/celltags","3.6.3",(()=>Promise.all([a.e(3472),a.e(1453),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(7878)]).then((()=>()=>a(1061)))));s("@jupyterlab/codeeditor","3.6.3",(()=>Promise.all([a.e(3472),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(8987),a.e(2634),a.e(7673)]).then((()=>()=>a(62821)))));s("@jupyterlab/codemirror-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(1453),a.e(5608),a.e(2473),a.e(4142),a.e(2601),a.e(3423),a.e(7664),a.e(6393),a.e(7886),a.e(3496)]).then((()=>()=>a(40725)))));s("@jupyterlab/codemirror","3.6.3",(()=>Promise.all([a.e(3472),a.e(4631),a.e(7755),a.e(3114),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(4782),a.e(4142),a.e(6625),a.e(3423),a.e(73),a.e(7886)]).then((()=>()=>a(59108)))));s("@jupyterlab/collaboration-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(4657),a.e(1057),a.e(127),a.e(1453),a.e(70),a.e(6583),a.e(8961),a.e(7989),a.e(5765),a.e(73),a.e(2505),a.e(7558)]).then((()=>()=>a(9518)))));s("@jupyterlab/collaboration","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1100),a.e(70),a.e(6583),a.e(8961),a.e(7865),a.e(7989),a.e(3967)]).then((()=>()=>a(9788)))));s("@jupyterlab/completer-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(70),a.e(4522),a.e(7878),a.e(7664),a.e(9123),a.e(552)]).then((()=>()=>a(39360)))));s("@jupyterlab/completer","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(6843),a.e(5765),a.e(5187)]).then((()=>()=>a(77275)))));s("@jupyterlab/console-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(6583),a.e(4522),a.e(5608),a.e(7122),a.e(4782),a.e(2473),a.e(2601),a.e(3423),a.e(3577),a.e(9123),a.e(1962),a.e(5573)]).then((()=>()=>a(39511)))));s("@jupyterlab/console","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7122),a.e(2634),a.e(8509),a.e(9004)]).then((()=>()=>a(80867)))));s("@jupyterlab/coreutils","5.6.3",(()=>Promise.all([a.e(3472),a.e(9473),a.e(1100),a.e(8987),a.e(6700)]).then((()=>()=>a(79622)))));s("@jupyterlab/csvviewer-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(8987),a.e(5608),a.e(2473),a.e(3211),a.e(2601),a.e(9549),a.e(6358),a.e(8254)]).then((()=>()=>a(70224)))));s("@jupyterlab/csvviewer","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(3211),a.e(9549)]).then((()=>()=>a(83026)))));s("@jupyterlab/debugger-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(8961),a.e(5608),a.e(7122),a.e(2473),a.e(3211),a.e(7878),a.e(3423),a.e(7664),a.e(9123),a.e(6393),a.e(1933),a.e(8178)]).then((()=>()=>a(34360)))));s("@jupyterlab/debugger","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(7122),a.e(6625),a.e(3423),a.e(2634),a.e(8509),a.e(9549)]).then((()=>()=>a(34409)))));s("@jupyterlab/docmanager-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8961),a.e(7865),a.e(5608),a.e(2473),a.e(4142),a.e(9190),a.e(790)]).then((()=>()=>a(87144)))));s("@jupyterlab/docmanager","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(4782),a.e(3211),a.e(4142),a.e(6843),a.e(3577)]).then((()=>()=>a(69993)))));s("@jupyterlab/docprovider-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(1453),a.e(8961),a.e(7989),a.e(790)]).then((()=>()=>a(67188)))));s("@jupyterlab/docprovider","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(8987),a.e(8961),a.e(7989),a.e(2505)]).then((()=>()=>a(92476)))));s("@jupyterlab/docregistry","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7122),a.e(4782),a.e(6843),a.e(3423),a.e(6393),a.e(790),a.e(7673)]).then((()=>()=>a(17454)))));s("@jupyterlab/documentsearch-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(5608),a.e(2473),a.e(6358)]).then((()=>()=>a(25649)))));s("@jupyterlab/documentsearch","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(7865),a.e(4782),a.e(7878),a.e(6625),a.e(7664),a.e(8509),a.e(6393),a.e(7886)]).then((()=>()=>a(4163)))));s("@jupyterlab/extensionmanager-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(5608),a.e(2473),a.e(9638)]).then((()=>()=>a(32601)))));s("@jupyterlab/extensionmanager","3.6.3",(()=>Promise.all([a.e(3472),a.e(1249),a.e(127),a.e(1453),a.e(6583),a.e(8987),a.e(8961),a.e(7865),a.e(7989),a.e(6625),a.e(1358)]).then((()=>()=>a(74298)))));s("@jupyterlab/filebrowser-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(4522),a.e(8961),a.e(5608),a.e(2473),a.e(4142),a.e(5765),a.e(7220),a.e(9190),a.e(5573)]).then((()=>()=>a(90053)))));s("@jupyterlab/filebrowser","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(7989),a.e(3211),a.e(4142),a.e(6625),a.e(6843),a.e(5187),a.e(3967),a.e(9190),a.e(9004)]).then((()=>()=>a(34635)))));s("@jupyterlab/fileeditor-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(70),a.e(6583),a.e(8961),a.e(5608),a.e(2473),a.e(4142),a.e(2601),a.e(3423),a.e(7664),a.e(9123),a.e(1962),a.e(5573)]).then((()=>()=>a(8863)))));s("@jupyterlab/fileeditor","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(7865),a.e(3211),a.e(4142),a.e(3423)]).then((()=>()=>a(79378)))));s("@jupyterlab/help-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(8987),a.e(8961),a.e(7865),a.e(2473),a.e(7989),a.e(2601),a.e(3967)]).then((()=>()=>a(16783)))));s("@jupyterlab/htmlviewer-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(5608),a.e(2473),a.e(6814)]).then((()=>()=>a(39899)))));s("@jupyterlab/htmlviewer","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(6583),a.e(8987),a.e(8961),a.e(7865),a.e(3211)]).then((()=>()=>a(27048)))));s("@jupyterlab/hub-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(8961),a.e(2473)]).then((()=>()=>a(10313)))));s("@jupyterlab/imageviewer-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(2473),a.e(2431)]).then((()=>()=>a(15453)))));s("@jupyterlab/imageviewer","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1100),a.e(70),a.e(8961),a.e(3211)]).then((()=>()=>a(32067)))));s("@jupyterlab/inspector-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(2473),a.e(7878),a.e(9123),a.e(1962),a.e(161)]).then((()=>()=>a(77407)))));s("@jupyterlab/inspector","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(8987),a.e(8961),a.e(7122),a.e(6625),a.e(5765)]).then((()=>()=>a(55091)))));s("@jupyterlab/javascript-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(7122)]).then((()=>()=>a(48105)))));s("@jupyterlab/json-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(7865),a.e(1704),a.e(5428)]).then((()=>()=>a(6373)))));s("@jupyterlab/launcher-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(4522),a.e(2473),a.e(1962)]).then((()=>()=>a(65392)))));s("@jupyterlab/launcher","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(7865),a.e(4782),a.e(3577)]).then((()=>()=>a(85850)))));s("@jupyterlab/logconsole-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(6583),a.e(8987),a.e(7865),a.e(5608),a.e(7122),a.e(2473),a.e(4142),a.e(7878),a.e(1933)]).then((()=>()=>a(54780)))));s("@jupyterlab/logconsole","3.6.3",(()=>Promise.all([a.e(3472),a.e(1453),a.e(1100),a.e(70),a.e(8987),a.e(7122),a.e(2524)]).then((()=>()=>a(28194)))));s("@jupyterlab/mainmenu-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8961),a.e(5608),a.e(2473),a.e(7989),a.e(2601)]).then((()=>()=>a(66147)))));s("@jupyterlab/mainmenu","3.6.3",(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(6583),a.e(4522)]).then((()=>()=>a(97630)))));s("@jupyterlab/markdownviewer-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(8961),a.e(5608),a.e(7122),a.e(2473),a.e(2129)]).then((()=>()=>a(32824)))));s("@jupyterlab/markdownviewer","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(8961),a.e(7122),a.e(3211)]).then((()=>()=>a(41703)))));s("@jupyterlab/mathjax2-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(8961),a.e(7122),a.e(6501)]).then((()=>()=>a(65087)))));s("@jupyterlab/mathjax2","3.6.3",(()=>Promise.all([a.e(3472),a.e(1100)]).then((()=>()=>a(98049)))));s("@jupyterlab/nbformat","3.6.3",(()=>Promise.all([a.e(3472),a.e(1100)]).then((()=>()=>a(42302)))));s("@jupyterlab/notebook-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8961),a.e(5608),a.e(7122),a.e(4782),a.e(2473),a.e(7989),a.e(4142),a.e(7878),a.e(6843),a.e(5765),a.e(2601),a.e(3423),a.e(1962),a.e(9190),a.e(8509),a.e(5573),a.e(1933),a.e(8438),a.e(9927)]).then((()=>()=>a(77343)))));s("@jupyterlab/notebook","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(7989),a.e(3211),a.e(4142),a.e(6843),a.e(3423),a.e(5187),a.e(3577),a.e(2634),a.e(3967),a.e(8509),a.e(9004),a.e(7673),a.e(5372)]).then((()=>()=>a(14502)))));s("@jupyterlab/observables","4.6.3",(()=>Promise.all([a.e(3472),a.e(1100),a.e(4522),a.e(8987),a.e(4782),a.e(6843)]).then((()=>()=>a(84691)))));s("@jupyterlab/outputarea","3.6.3",(()=>Promise.all([a.e(3472),a.e(1033),a.e(127),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(7122),a.e(7989),a.e(3577),a.e(2634),a.e(5372)]).then((()=>()=>a(6710)))));s("@jupyterlab/pdf-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(4782)]).then((()=>()=>a(60962)))));s("@jupyterlab/property-inspector","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(8987)]).then((()=>()=>a(90790)))));s("@jupyterlab/rendermime-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(7122),a.e(9190)]).then((()=>()=>a(22793)))));s("@jupyterlab/rendermime-interfaces","3.6.3",(()=>a.e(3472).then((()=>()=>a(1428)))));s("@jupyterlab/rendermime","3.6.3",(()=>Promise.all([a.e(3472),a.e(3308),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(2634),a.e(6393),a.e(5372),a.e(9493)]).then((()=>()=>a(20299)))));s("@jupyterlab/running-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(1453),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(2473),a.e(3211),a.e(9327)]).then((()=>()=>a(39914)))));s("@jupyterlab/running","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(6583),a.e(7865),a.e(4782)]).then((()=>()=>a(18981)))));s("@jupyterlab/services","6.6.3",(()=>Promise.all([a.e(3472),a.e(1100),a.e(4522),a.e(8987),a.e(8961),a.e(4782),a.e(6625),a.e(5765),a.e(4155)]).then((()=>()=>a(76240)))));s("@jupyterlab/settingeditor-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(6583),a.e(5608),a.e(7122),a.e(2473),a.e(5765),a.e(3423)]).then((()=>()=>a(80538)))));s("@jupyterlab/settingeditor","3.6.3",(()=>Promise.all([a.e(3472),a.e(5096),a.e(5493),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(7865),a.e(7122),a.e(6625),a.e(5765),a.e(3423),a.e(161)]).then((()=>()=>a(89517)))));s("@jupyterlab/settingregistry","3.6.3",(()=>Promise.all([a.e(3472),a.e(5096),a.e(1142),a.e(1100),a.e(8987),a.e(4782),a.e(7220)]).then((()=>()=>a(75761)))));s("@jupyterlab/shortcuts-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(7865),a.e(5608),a.e(4782),a.e(5187),a.e(7220),a.e(9761),a.e(6611)]).then((()=>()=>a(16223)))));s("@jupyterlab/statedb","3.6.3",(()=>Promise.all([a.e(3472),a.e(1100),a.e(8987),a.e(3577)]).then((()=>()=>a(17266)))));s("@jupyterlab/statusbar-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(5608),a.e(2473),a.e(4142),a.e(7878),a.e(7664),a.e(9123),a.e(7220)]).then((()=>()=>a(38938)))));s("@jupyterlab/statusbar","3.6.3",(()=>Promise.all([a.e(3472),a.e(4570),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(7865),a.e(4782)]).then((()=>()=>a(43810)))));s("@jupyterlab/terminal-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(70),a.e(6583),a.e(4522),a.e(5608),a.e(2473),a.e(7989),a.e(2601),a.e(1962),a.e(9327),a.e(757)]).then((()=>()=>a(8883)))));s("@jupyterlab/terminal","3.6.3",(()=>Promise.all([a.e(3472),a.e(8524),a.e(1453),a.e(1100),a.e(70),a.e(6843),a.e(5187)]).then((()=>()=>a(84262)))));s("@jupyterlab/theme-dark-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453)]).then((()=>()=>a(37881)))));s("@jupyterlab/theme-light-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453)]).then((()=>()=>a(44413)))));s("@jupyterlab/toc-extension","5.6.3",(()=>Promise.all([a.e(3472),a.e(1453),a.e(6583),a.e(5608),a.e(7122),a.e(2473),a.e(7878),a.e(7664),a.e(9190),a.e(8509),a.e(2129),a.e(6240)]).then((()=>()=>a(7223)))));s("@jupyterlab/toc","5.6.3",(()=>Promise.all([a.e(3472),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(8987),a.e(8961),a.e(7865),a.e(7878),a.e(5187),a.e(8509),a.e(1704)]).then((()=>()=>a(9117)))));s("@jupyterlab/tooltip-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(70),a.e(4522),a.e(8961),a.e(7122),a.e(7878),a.e(7664),a.e(9123),a.e(7202)]).then((()=>()=>a(3326)))));s("@jupyterlab/tooltip","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1100),a.e(70),a.e(7122)]).then((()=>()=>a(43906)))));s("@jupyterlab/translation-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(5608),a.e(2473),a.e(2601)]).then((()=>()=>a(37556)))));s("@jupyterlab/translation","3.6.3",(()=>Promise.all([a.e(3472),a.e(1100),a.e(8961),a.e(7989),a.e(5765)]).then((()=>()=>a(2285)))));s("@jupyterlab/ui-components-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(6583)]).then((()=>()=>a(85907)))));s("@jupyterlab/ui-components","3.6.3",(()=>Promise.all([a.e(3472),a.e(1033),a.e(4570),a.e(807),a.e(1453),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(4782),a.e(3967),a.e(1704)]).then((()=>()=>a(94984)))));s("@jupyterlab/vdom-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(127),a.e(6583),a.e(7122),a.e(2473),a.e(3211),a.e(7878),a.e(2899)]).then((()=>()=>a(24211)))));s("@jupyterlab/vdom","3.6.3",(()=>Promise.all([a.e(3472),a.e(4429),a.e(1100),a.e(70),a.e(7865),a.e(1704)]).then((()=>()=>a(91571)))));s("@jupyterlab/vega5-extension","3.6.3",(()=>Promise.all([a.e(3472),a.e(70)]).then((()=>()=>a(12549)))));s("@lumino/algorithm","1.9.2",(()=>a.e(3472).then((()=>()=>a(35259)))));s("@lumino/application","1.31.4",(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(7220)]).then((()=>()=>a(80885)))));s("@lumino/commands","1.21.1",(()=>Promise.all([a.e(3472),a.e(1100),a.e(4522),a.e(8987),a.e(4782),a.e(5187),a.e(9761)]).then((()=>()=>a(45159)))));s("@lumino/coreutils","1.12.1",(()=>a.e(3472).then((()=>()=>a(95082)))));s("@lumino/datagrid","0.36.9",(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(6843),a.e(5187),a.e(9004),a.e(9761)]).then((()=>()=>a(58302)))));s("@lumino/disposable","1.10.4",(()=>Promise.all([a.e(3472),a.e(4522),a.e(8987)]).then((()=>()=>a(70725)))));s("@lumino/domutils","1.8.2",(()=>a.e(3472).then((()=>()=>a(19150)))));s("@lumino/dragdrop","1.14.5",(()=>Promise.all([a.e(3472),a.e(4782)]).then((()=>()=>a(17303)))));s("@lumino/keyboard","1.8.2",(()=>a.e(3472).then((()=>()=>a(27347)))));s("@lumino/messaging","1.10.3",(()=>Promise.all([a.e(3472),a.e(4522)]).then((()=>()=>a(37192)))));s("@lumino/polling","1.11.4",(()=>Promise.all([a.e(3472),a.e(1100),a.e(8987)]).then((()=>()=>a(23114)))));s("@lumino/properties","1.8.2",(()=>a.e(3472).then((()=>()=>a(39770)))));s("@lumino/signaling","1.11.1",(()=>Promise.all([a.e(3472),a.e(4522),a.e(3577)]).then((()=>()=>a(4016)))));s("@lumino/virtualdom","1.14.3",(()=>Promise.all([a.e(3472),a.e(4522)]).then((()=>()=>a(37135)))));s("@lumino/widgets","1.37.2",(()=>Promise.all([a.e(3472),a.e(1100),a.e(4522),a.e(8987),a.e(4782),a.e(6843),a.e(5187),a.e(3577),a.e(7220),a.e(3967),a.e(9004),a.e(9761)]).then((()=>()=>a(6654)))));s("codemirror","5.61.1",(()=>a.e(4631).then((()=>()=>a(4631)))));s("react-dom","17.0.2",(()=>Promise.all([a.e(3935),a.e(7865)]).then((()=>()=>a(73935)))));s("react-highlighter","0.4.3",(()=>Promise.all([a.e(911),a.e(7865)]).then((()=>()=>a(50911)))));s("react-json-tree","0.15.0",(()=>Promise.all([a.e(126),a.e(7865)]).then((()=>()=>a(80126)))));s("react-toastify","9.0.8",(()=>Promise.all([a.e(6443),a.e(7865)]).then((()=>()=>a(86443)))));s("react","17.0.2",(()=>a.e(7294).then((()=>()=>a(67294)))));s("typestyle","2.1.0",(()=>a.e(466).then((()=>()=>a(466)))));s("vega-embed","6.18.2",(()=>Promise.all([a.e(1249),a.e(1944),a.e(6498),a.e(5313)]).then((()=>()=>a(21944)))));s("vega-lite","5.1.1",(()=>Promise.all([a.e(7454),a.e(6498)]).then((()=>()=>a(27454)))));s("vega","5.21.0",(()=>a.e(501).then((()=>()=>a(90501)))));s("y-websocket","1.4.6",(()=>Promise.all([a.e(4657),a.e(1057),a.e(4151),a.e(73)]).then((()=>()=>a(64151)))));s("yjs","13.5.42",(()=>Promise.all([a.e(4657),a.e(6282),a.e(3029)]).then((()=>()=>a(16282)))))}break}if(!b.length)return e[r]=1;return e[r]=Promise.all(b).then((()=>e[r]=1))}})();(()=>{a.p="{{page_config.fullStaticUrl}}/"})();(()=>{var e=e=>{var t=e=>e.split(".").map((e=>+e==e?+e:e)),a=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),r=a[1]?t(a[1]):[];return a[2]&&(r.length++,r.push.apply(r,t(a[2]))),a[3]&&(r.push([]),r.push.apply(r,t(a[3]))),r};var t=(t,a)=>{t=e(t),a=e(a);for(var r=0;;){if(r>=t.length)return r<a.length&&"u"!=(typeof a[r])[0];var n=t[r],l=(typeof n)[0];if(r>=a.length)return"u"==l;var o=a[r],i=(typeof o)[0];if(l!=i)return"o"==l&&"n"==i||("s"==i||"u"==l);if("o"!=l&&"u"!=l&&n!=o)return n<o;r++}};var r=e=>{var t=e[0],a="";if(1===e.length)return"*";if(t+.5){a+=0==t?">=":-1==t?"<":1==t?"^":2==t?"~":t>0?"=":"!=";for(var n=1,l=1;l<e.length;l++){n--,a+="u"==(typeof(i=e[l]))[0]?"-":(n>0?".":"")+(n=2,i)}return a}var o=[];for(l=1;l<e.length;l++){var i=e[l];o.push(0===i?"not("+f()+")":1===i?"("+f()+" || "+f()+")":2===i?o.pop()+" "+o.pop():r(i))}return f();function f(){return o.pop().replace(/^\((.+)\)$/,"$1")}};var n=(t,a)=>{if(0 in t){a=e(a);var r=t[0],l=r<0;l&&(r=-r-1);for(var o=0,i=1,f=!0;;i++,o++){var s,d,b=i<t.length?(typeof t[i])[0]:"";if(o>=a.length||"o"==(d=(typeof(s=a[o]))[0]))return!f||("u"==b?i>r&&!l:""==b!=l);if("u"==d){if(!f||"u"!=b)return!1}else if(f)if(b==d)if(i<=r){if(s!=t[i])return!1}else{if(l?s>t[i]:s<t[i])return!1;s!=t[i]&&(f=!1)}else if("s"!=b&&"n"!=b){if(l||i<=r)return!1;f=!1,i--}else{if(i<=r||d<b!=l)return!1;f=!1}else"s"!=b&&"n"!=b&&(f=!1,i--)}}var c=[],u=c.pop.bind(c);for(o=1;o<t.length;o++){var h=t[o];c.push(1==h?u()|u():2==h?u()&u():h?n(h,a):!u())}return!!u()};var l=(e,t)=>{var r=a.S[e];if(!r||!a.o(r,t))throw new Error("Shared module "+t+" doesn't exist in shared scope "+e);return r};var o=(e,a)=>{var r=e[a];var a=Object.keys(r).reduce(((e,a)=>!e||t(e,a)?a:e),0);return a&&r[a]};var i=(e,a)=>{var r=e[a];return Object.keys(r).reduce(((e,a)=>!e||!r[e].loaded&&t(e,a)?a:e),0)};var f=(e,t,a)=>"Unsatisfied version "+t+" of shared singleton module "+e+" (required "+r(a)+")";var s=(e,t,a,r)=>{var l=i(e,a);if(!n(r,l))typeof console!=="undefined"&&console.warn&&console.warn(f(a,l,r));return p(e[a][l])};var d=(e,t,a,r)=>{var l=i(e,a);if(!n(r,l))throw new Error(f(a,l,r));return p(e[a][l])};var b=(e,a,r)=>{var l=e[a];var a=Object.keys(l).reduce(((e,a)=>{if(!n(r,a))return e;return!e||t(e,a)?a:e}),0);return a&&l[a]};var c=(e,t,a,n)=>{var l=e[a];return"No satisfying version ("+r(n)+") of shared module "+a+" found in shared scope "+t+".\n"+"Available versions: "+Object.keys(l).map((e=>e+" from "+l[e].from)).join(", ")};var u=(e,t,a,r)=>{var n=b(e,a,r);if(n)return p(n);throw new Error(c(e,t,a,r))};var h=(e,t,a,r)=>{typeof console!=="undefined"&&console.warn&&console.warn(c(e,t,a,r))};var p=e=>{e.loaded=1;return e.get()};var m=e=>function(t,r,n,l){var o=a.I(t);if(o&&o.then)return o.then(e.bind(e,t,a.S[t],r,n,l));return e(t,a.S[t],r,n,l)};var y=m(((e,t,a)=>{l(e,a);return p(o(t,a))}));var P=m(((e,t,r,n)=>t&&a.o(t,r)?p(o(t,r)):n()));var j=m(((e,t,a,r)=>{l(e,a);return p(b(t,a,r)||h(t,e,a,r)||o(t,a))}));var v=m(((e,t,a,r)=>{l(e,a);return s(t,e,a,r)}));var g=m(((e,t,a,r)=>{l(e,a);return u(t,e,a,r)}));var x=m(((e,t,a,r)=>{l(e,a);return d(t,e,a,r)}));var w=m(((e,t,r,n,l)=>{if(!t||!a.o(t,r))return l();return p(b(t,r,n)||h(t,e,r,n)||o(t,r))}));var _=m(((e,t,r,n,l)=>{if(!t||!a.o(t,r))return l();return s(t,e,r,n)}));var E=m(((e,t,r,n,l)=>{var o=t&&a.o(t,r)&&b(t,r,n);return o?p(o):l()}));var T=m(((e,t,r,n,l)=>{if(!t||!a.o(t,r))return l();return d(t,e,r,n)}));var A={};var O={58961:()=>_("default","@jupyterlab/coreutils",[2,5,6,3],(()=>Promise.all([a.e(3472),a.e(9473),a.e(1100),a.e(8987),a.e(6700)]).then((()=>()=>a(79622))))),92473:()=>_("default","@jupyterlab/application",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7122),a.e(4782),a.e(7989),a.e(3211),a.e(6625),a.e(6843),a.e(3577),a.e(5908)]).then((()=>()=>a(40915))))),79927:()=>E("default","@jupyterlab/docmanager-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(7865),a.e(5608),a.e(4142),a.e(9190),a.e(790)]).then((()=>()=>a(87144))))),1941:()=>E("default","@jupyterlab/debugger-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(5608),a.e(7122),a.e(3211),a.e(7878),a.e(3423),a.e(7664),a.e(9123),a.e(6393),a.e(1933),a.e(8178)]).then((()=>()=>a(34360))))),6800:()=>E("default","@jupyterlab/fileeditor-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(70),a.e(6583),a.e(5608),a.e(4142),a.e(2601),a.e(3423),a.e(7664),a.e(9123),a.e(1962),a.e(5573)]).then((()=>()=>a(8863))))),8380:()=>E("default","@jupyterlab/translation-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(5608),a.e(2601)]).then((()=>()=>a(37556))))),10753:()=>E("default","@jupyterlab/celltags-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1453),a.e(7878),a.e(63)]).then((()=>()=>a(70439))))),15029:()=>E("default","@jupyterlab/markdownviewer-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(5608),a.e(7122),a.e(2129)]).then((()=>()=>a(32824))))),19976:()=>E("default","@jupyterlab/inspector-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(7878),a.e(9123),a.e(1962),a.e(161)]).then((()=>()=>a(77407))))),22189:()=>E("default","@jupyterlab/vega5-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(70)]).then((()=>()=>a(12549))))),23547:()=>E("default","@jupyterlab/terminal-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(70),a.e(6583),a.e(4522),a.e(5608),a.e(7989),a.e(2601),a.e(1962),a.e(9327),a.e(757)]).then((()=>()=>a(8883))))),24856:()=>E("default","@jupyterlab/imageviewer-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(2431)]).then((()=>()=>a(15453))))),29157:()=>E("default","@jupyterlab/docprovider-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1453),a.e(7989),a.e(790)]).then((()=>()=>a(67188))))),34187:()=>E("default","@jupyterlab/toc-extension",[2,5,6,3],(()=>Promise.all([a.e(3472),a.e(1453),a.e(6583),a.e(5608),a.e(7122),a.e(7878),a.e(7664),a.e(9190),a.e(8509),a.e(2129),a.e(6240)]).then((()=>()=>a(7223))))),35025:()=>E("default","@jupyterlab/running-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1453),a.e(6583),a.e(4522),a.e(8987),a.e(3211),a.e(9327)]).then((()=>()=>a(39914))))),38259:()=>E("default","@jupyterlab/console-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(6583),a.e(4522),a.e(5608),a.e(7122),a.e(4782),a.e(2601),a.e(3423),a.e(3577),a.e(9123),a.e(1962),a.e(5573)]).then((()=>()=>a(39511))))),38656:()=>E("default","@jupyterlab/statusbar-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(5608),a.e(4142),a.e(7878),a.e(7664),a.e(9123),a.e(7220)]).then((()=>()=>a(38938))))),40975:()=>E("default","@jupyterlab/csvviewer-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(8987),a.e(5608),a.e(3211),a.e(2601),a.e(9549),a.e(6358),a.e(8254)]).then((()=>()=>a(70224))))),41320:()=>E("default","@jupyterlab/javascript-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(7122)]).then((()=>()=>a(48105))))),44348:()=>E("default","@jupyterlab/settingeditor-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(6583),a.e(5608),a.e(7122),a.e(5765),a.e(3423)]).then((()=>()=>a(80538))))),46563:()=>E("default","@jupyterlab/mathjax2-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(7122),a.e(6501)]).then((()=>()=>a(65087))))),47266:()=>E("default","@jupyterlab/vdom-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(6583),a.e(7122),a.e(3211),a.e(7878),a.e(2899)]).then((()=>()=>a(24211))))),51798:()=>E("default","@jupyterlab/json-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(7865),a.e(1704),a.e(5428)]).then((()=>()=>a(6373))))),54750:()=>E("default","@jupyterlab/rendermime-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(7122),a.e(9190)]).then((()=>()=>a(22793))))),55657:()=>E("default","@jupyterlab/extensionmanager-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(5608),a.e(9638)]).then((()=>()=>a(32601))))),61155:()=>E("default","@jupyterlab/cell-toolbar-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(5608),a.e(2109)]).then((()=>()=>a(12650))))),63083:()=>E("default","@jupyterlab/notebook-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(5608),a.e(7122),a.e(4782),a.e(7989),a.e(4142),a.e(7878),a.e(6843),a.e(5765),a.e(2601),a.e(3423),a.e(1962),a.e(9190),a.e(8509),a.e(5573),a.e(1933),a.e(8438)]).then((()=>()=>a(77343))))),63550:()=>E("default","@jupyterlab/application-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(7865),a.e(5608),a.e(4782),a.e(5765),a.e(8438)]).then((()=>()=>a(23891))))),64735:()=>E("default","@jupyterlab/completer-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(70),a.e(4522),a.e(7878),a.e(7664),a.e(9123),a.e(552)]).then((()=>()=>a(39360))))),73913:()=>E("default","@jupyterlab/mainmenu-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(5608),a.e(7989),a.e(2601)]).then((()=>()=>a(66147))))),74883:()=>E("default","@jupyterlab/launcher-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(4522),a.e(1962)]).then((()=>()=>a(65392))))),76704:()=>E("default","@jupyterlab/ui-components-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(6583)]).then((()=>()=>a(85907))))),80248:()=>E("default","@jupyterlab/codemirror-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1453),a.e(5608),a.e(4142),a.e(2601),a.e(3423),a.e(7664),a.e(6393),a.e(7886),a.e(5065)]).then((()=>()=>a(40725))))),80815:()=>E("default","@jupyterlab/apputils-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(7865),a.e(5608),a.e(4782),a.e(7989),a.e(3211),a.e(4142),a.e(6625),a.e(5765),a.e(2601),a.e(7220),a.e(5573),a.e(1704)]).then((()=>()=>a(39849))))),82509:()=>E("default","@jupyterlab/documentsearch-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(5608),a.e(6358)]).then((()=>()=>a(25649))))),82551:()=>E("default","@jupyterlab/shortcuts-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(7865),a.e(5608),a.e(4782),a.e(5187),a.e(7220),a.e(9761),a.e(6611)]).then((()=>()=>a(16223))))),86707:()=>E("default","@jupyterlab/filebrowser-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(4522),a.e(5608),a.e(4142),a.e(5765),a.e(7220),a.e(9190),a.e(5573)]).then((()=>()=>a(90053))))),86715:()=>E("default","@jupyterlab/pdf-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(4782)]).then((()=>()=>a(60962))))),90865:()=>E("default","@jupyterlab/theme-dark-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453)]).then((()=>()=>a(37881))))),92220:()=>E("default","@jupyterlab/hub-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453)]).then((()=>()=>a(10313))))),92765:()=>E("default","@jupyterlab/collaboration-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(4657),a.e(1057),a.e(127),a.e(1453),a.e(70),a.e(6583),a.e(7989),a.e(5765),a.e(73),a.e(2505),a.e(7558)]).then((()=>()=>a(9518))))),94876:()=>E("default","@jupyterlab/htmlviewer-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(6583),a.e(5608),a.e(6814)]).then((()=>()=>a(39899))))),96632:()=>E("default","@jupyterlab/logconsole-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(6583),a.e(8987),a.e(7865),a.e(5608),a.e(7122),a.e(4142),a.e(7878),a.e(1933)]).then((()=>()=>a(54780))))),96901:()=>E("default","@jupyterlab/tooltip-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(70),a.e(4522),a.e(7122),a.e(7878),a.e(7664),a.e(9123),a.e(7202)]).then((()=>()=>a(3326))))),97031:()=>E("default","@jupyterlab/theme-light-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453)]).then((()=>()=>a(44413))))),98105:()=>E("default","@jupyterlab/help-extension",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(8987),a.e(7865),a.e(7989),a.e(2601),a.e(3967)]).then((()=>()=>a(16783))))),91100:()=>_("default","@lumino/coreutils",[1,1,11,0],(()=>a.e(3472).then((()=>()=>a(95082))))),18987:()=>_("default","@lumino/signaling",[1,1,10,0],(()=>Promise.all([a.e(3472),a.e(4522),a.e(3577)]).then((()=>()=>a(4016))))),20073:()=>_("default","yjs",[1,13,5,17],(()=>Promise.all([a.e(4657),a.e(6282)]).then((()=>()=>a(16282))))),10127:()=>_("default","@jupyterlab/apputils",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1036),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(5608),a.e(4782),a.e(7989),a.e(6625),a.e(6843),a.e(5765),a.e(5187),a.e(3577),a.e(2634),a.e(7220),a.e(1704),a.e(7730)]).then((()=>()=>a(70842))))),71453:()=>_("default","@jupyterlab/translation",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(8961),a.e(7989),a.e(5765)]).then((()=>()=>a(2285))))),70:()=>_("default","@lumino/widgets",[1,1,37,2],(()=>Promise.all([a.e(3472),a.e(1100),a.e(4522),a.e(8987),a.e(4782),a.e(6843),a.e(5187),a.e(3577),a.e(7220),a.e(3967),a.e(9004),a.e(9761)]).then((()=>()=>a(6654))))),56583:()=>_("default","@jupyterlab/ui-components",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1033),a.e(4570),a.e(807),a.e(1453),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(4782),a.e(3967),a.e(1704)]).then((()=>()=>a(94984))))),54522:()=>_("default","@lumino/algorithm",[1,1,9,0],(()=>a.e(3472).then((()=>()=>a(35259))))),77865:()=>_("default","react",[1,17,0,1],(()=>a.e(7294).then((()=>()=>a(67294))))),75608:()=>_("default","@jupyterlab/settingregistry",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(5096),a.e(1142),a.e(1100),a.e(8987),a.e(4782),a.e(7220)]).then((()=>()=>a(75761))))),64782:()=>_("default","@lumino/disposable",[1,1,10,0],(()=>Promise.all([a.e(3472),a.e(4522),a.e(8987)]).then((()=>()=>a(70725))))),25765:()=>_("default","@jupyterlab/statedb",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(8987),a.e(3577)]).then((()=>()=>a(17266))))),58438:()=>E("default","@jupyterlab/property-inspector",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(8987)]).then((()=>()=>a(90790))))),47122:()=>_("default","@jupyterlab/rendermime",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(3308),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(2634),a.e(6393),a.e(5372),a.e(9493)]).then((()=>()=>a(20299))))),67989:()=>_("default","@jupyterlab/services",[2,6,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(4522),a.e(8987),a.e(8961),a.e(4782),a.e(6625),a.e(5765),a.e(4155)]).then((()=>()=>a(76240))))),53211:()=>E("default","@jupyterlab/docregistry",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7122),a.e(4782),a.e(6843),a.e(3423),a.e(6393),a.e(790),a.e(7673)]).then((()=>()=>a(17454))))),6625:()=>E("default","@lumino/polling",[1,1,9,0],(()=>Promise.all([a.e(3472),a.e(1100),a.e(8987)]).then((()=>()=>a(23114))))),46843:()=>_("default","@lumino/messaging",[1,1,10,0],(()=>Promise.all([a.e(3472),a.e(4522)]).then((()=>()=>a(37192))))),63577:()=>_("default","@lumino/properties",[1,1,8,0],(()=>a.e(3472).then((()=>()=>a(39770))))),75908:()=>_("default","@lumino/application",[1,1,31,4],(()=>Promise.all([a.e(3472),a.e(7220)]).then((()=>()=>a(80885))))),24142:()=>_("default","@jupyterlab/statusbar",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(4570),a.e(127),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(7865),a.e(4782)]).then((()=>()=>a(43810))))),12601:()=>_("default","@jupyterlab/mainmenu",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(6583),a.e(4522)]).then((()=>()=>a(97630))))),47220:()=>_("default","@lumino/commands",[1,1,19,0],(()=>Promise.all([a.e(3472),a.e(1100),a.e(4522),a.e(8987),a.e(4782),a.e(5187),a.e(9761)]).then((()=>()=>a(45159))))),75573:()=>_("default","@jupyterlab/filebrowser",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(7989),a.e(3211),a.e(4142),a.e(6625),a.e(6843),a.e(5187),a.e(3967),a.e(9190),a.e(9004)]).then((()=>()=>a(34635))))),21704:()=>_("default","react-dom",[1,17,0,1],(()=>a.e(3935).then((()=>()=>a(73935))))),45187:()=>_("default","@lumino/domutils",[1,1,8,0],(()=>a.e(3472).then((()=>()=>a(19150))))),52634:()=>E("default","@jupyterlab/observables",[2,4,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(4522),a.e(4782),a.e(6843)]).then((()=>()=>a(84691))))),22109:()=>_("default","@jupyterlab/cell-toolbar",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(4522),a.e(8987),a.e(2634)]).then((()=>()=>a(70055))))),43423:()=>_("default","@jupyterlab/codeeditor",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(8987),a.e(2634),a.e(7673)]).then((()=>()=>a(62821))))),3967:()=>_("default","@lumino/virtualdom",[1,1,14,0],(()=>Promise.all([a.e(3472),a.e(4522)]).then((()=>()=>a(37135))))),66393:()=>_("default","@jupyterlab/codemirror",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(4631),a.e(7755),a.e(3114),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(4782),a.e(4142),a.e(6625),a.e(3423),a.e(73),a.e(7886)]).then((()=>()=>a(59108))))),57673:()=>_("default","@jupyter/ydoc",[2,0,2,3],(()=>Promise.all([a.e(4657),a.e(1057),a.e(6655),a.e(73)]).then((()=>()=>a(26655))))),72524:()=>E("default","@jupyterlab/outputarea",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1033),a.e(127),a.e(4522),a.e(7989),a.e(3577),a.e(2634),a.e(5372)]).then((()=>()=>a(6710))))),68217:()=>E("default","@jupyterlab/attachments",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(2634)]).then((()=>()=>a(4388))))),17878:()=>_("default","@jupyterlab/notebook",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(7989),a.e(3211),a.e(4142),a.e(6843),a.e(3423),a.e(5187),a.e(3577),a.e(2634),a.e(3967),a.e(8509),a.e(9004),a.e(7673),a.e(5372)]).then((()=>()=>a(14502))))),80063:()=>E("default","@jupyterlab/celltags",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(70),a.e(6583),a.e(4522),a.e(8987)]).then((()=>()=>a(1061))))),7664:()=>_("default","@jupyterlab/fileeditor",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(7865),a.e(3211),a.e(4142),a.e(3423)]).then((()=>()=>a(79378))))),57886:()=>E("default","codemirror",[2,5,61,0],(()=>a.e(4631).then((()=>()=>a(4631))))),32505:()=>E("default","y-websocket",[1,1,4,6],(()=>Promise.all([a.e(4657),a.e(1057),a.e(4151),a.e(73)]).then((()=>()=>a(64151))))),37558:()=>_("default","@jupyterlab/collaboration",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(7865),a.e(3967)]).then((()=>()=>a(9788))))),39123:()=>_("default","@jupyterlab/console",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1453),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(8961),a.e(7122),a.e(2634),a.e(8509),a.e(9004)]).then((()=>()=>a(80867))))),80552:()=>_("default","@jupyterlab/completer",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(8987),a.e(8961),a.e(6843),a.e(5765),a.e(5187)]).then((()=>()=>a(77275))))),51962:()=>_("default","@jupyterlab/launcher",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(4522),a.e(7865),a.e(4782),a.e(3577)]).then((()=>()=>a(85850))))),48509:()=>E("default","@jupyterlab/cells",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(3308),a.e(127),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(7122),a.e(6625),a.e(3423),a.e(5187),a.e(3967),a.e(6393),a.e(7673),a.e(2524),a.e(8217)]).then((()=>()=>a(11994))))),9004:()=>_("default","@lumino/dragdrop",[1,1,13,0],(()=>Promise.all([a.e(3472),a.e(4782)]).then((()=>()=>a(17303))))),59549:()=>E("default","@lumino/datagrid",[2,0,36,7],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(4522),a.e(6843),a.e(5187),a.e(9004),a.e(9761)]).then((()=>()=>a(58302))))),12356:()=>_("default","@jupyterlab/documentsearch",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(7865),a.e(4782),a.e(7878),a.e(6625),a.e(7664),a.e(8509),a.e(6393),a.e(7886)]).then((()=>()=>a(4163))))),16230:()=>E("default","@jupyterlab/csvviewer",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(4522),a.e(8961)]).then((()=>()=>a(83026))))),41933:()=>_("default","@jupyterlab/logconsole",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(8987),a.e(2524)]).then((()=>()=>a(28194))))),38178:()=>_("default","@jupyterlab/debugger",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(6583),a.e(4522),a.e(8987),a.e(7865),a.e(6625),a.e(2634),a.e(8509),a.e(9549)]).then((()=>()=>a(34409))))),99190:()=>_("default","@jupyterlab/docmanager",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1100),a.e(70),a.e(4522),a.e(8987),a.e(8961),a.e(7865),a.e(4782),a.e(3211),a.e(4142),a.e(6843),a.e(3577)]).then((()=>()=>a(69993))))),80790:()=>_("default","@jupyterlab/docprovider",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1100),a.e(8987),a.e(7989),a.e(2505)]).then((()=>()=>a(92476))))),79638:()=>_("default","@jupyterlab/extensionmanager",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1249),a.e(8987),a.e(8961),a.e(7865),a.e(7989),a.e(6625),a.e(3236)]).then((()=>()=>a(74298))))),6814:()=>E("default","@jupyterlab/htmlviewer",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(8987),a.e(8961),a.e(7865),a.e(3211)]).then((()=>()=>a(27048))))),12431:()=>_("default","@jupyterlab/imageviewer",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(8961),a.e(3211)]).then((()=>()=>a(32067))))),60161:()=>_("default","@jupyterlab/inspector",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(8987),a.e(8961),a.e(7122),a.e(6625),a.e(5765)]).then((()=>()=>a(55091))))),66660:()=>E("default","react-json-tree",[2,0,15,0],(()=>a.e(126).then((()=>()=>a(80126))))),77146:()=>E("default","react-highlighter",[2,0,4,3],(()=>a.e(911).then((()=>()=>a(50911))))),62129:()=>_("default","@jupyterlab/markdownviewer",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1100),a.e(70),a.e(8961),a.e(3211)]).then((()=>()=>a(41703))))),96501:()=>E("default","@jupyterlab/mathjax2",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(1100)]).then((()=>()=>a(98049))))),55372:()=>E("default","@jupyterlab/nbformat",[2,3,6,3],(()=>a.e(3472).then((()=>()=>a(42302))))),75028:()=>_("default","@jupyterlab/rendermime-interfaces",[2,3,6,3],(()=>a.e(3472).then((()=>()=>a(1428))))),59327:()=>E("default","@jupyterlab/running",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1100),a.e(7865),a.e(4782)]).then((()=>()=>a(18981))))),9761:()=>E("default","@lumino/keyboard",[1,1,8,1],(()=>a.e(3472).then((()=>()=>a(27347))))),62471:()=>E("default","typestyle",[1,2,0,4],(()=>a.e(466).then((()=>()=>a(466))))),10757:()=>_("default","@jupyterlab/terminal",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(8524),a.e(1100),a.e(6843),a.e(5187)]).then((()=>()=>a(84262))))),66240:()=>_("default","@jupyterlab/toc",[2,5,6,3],(()=>Promise.all([a.e(3472),a.e(1100),a.e(70),a.e(8987),a.e(8961),a.e(7865),a.e(5187),a.e(1704)]).then((()=>()=>a(9117))))),97202:()=>_("default","@jupyterlab/tooltip",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(127),a.e(1100)]).then((()=>()=>a(43906))))),22899:()=>E("default","@jupyterlab/vdom",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(4429),a.e(1100),a.e(70),a.e(7865),a.e(1704)]).then((()=>()=>a(91571))))),56498:()=>E("default","vega",[1,5,20,0],(()=>a.e(501).then((()=>()=>a(90501))))),55313:()=>E("default","vega-lite",[1,5,1,0],(()=>a.e(7454).then((()=>()=>a(27454))))),84307:()=>E("default","react-toastify",[1,9,0,8],(()=>a.e(6443).then((()=>()=>a(86443))))),24183:()=>_("default","@jupyterlab/settingeditor",[2,3,6,3],(()=>Promise.all([a.e(3472),a.e(5096),a.e(5493),a.e(70),a.e(4522),a.e(8987),a.e(7865),a.e(6625),a.e(161)]).then((()=>()=>a(89517))))),65085:()=>E("default","vega-embed",[1,6,2,1],(()=>Promise.all([a.e(1249),a.e(1944),a.e(6498),a.e(5313)]).then((()=>()=>a(21944)))))};var B={63:[80063],70:[70],73:[20073],127:[10127],161:[60161],552:[80552],757:[10757],790:[80790],1100:[91100],1453:[71453],1704:[21704],1933:[41933],1962:[51962],2109:[22109],2129:[62129],2431:[12431],2473:[92473],2505:[32505],2524:[72524],2601:[12601],2634:[52634],2899:[22899],3211:[53211],3423:[43423],3577:[63577],3967:[3967],4142:[24142],4183:[24183],4307:[84307],4522:[54522],4782:[64782],5085:[65085],5187:[45187],5313:[55313],5372:[55372],5428:[66660,77146],5573:[75573],5608:[75608],5765:[25765],5908:[75908],6240:[66240],6358:[12356],6393:[66393],6498:[56498],6501:[96501],6583:[56583],6611:[62471],6625:[6625],6814:[6814],6843:[46843],7122:[47122],7202:[97202],7220:[47220],7558:[37558],7664:[7664],7673:[57673],7796:[1941,6800,8380,10753,15029,19976,22189,23547,24856,29157,34187,35025,38259,38656,40975,41320,44348,46563,47266,51798,54750,55657,61155,63083,63550,64735,73913,74883,76704,80248,80815,82509,82551,86707,86715,90865,92220,92765,94876,96632,96901,97031,98105],7865:[77865],7878:[17878],7886:[57886],7989:[67989],8178:[38178],8217:[68217],8254:[16230],8438:[58438],8509:[48509],8961:[58961],8987:[18987],9004:[9004],9123:[39123],9190:[99190],9327:[59327],9493:[75028],9549:[59549],9638:[79638],9761:[9761],9927:[79927]};a.f.consumes=(e,t)=>{if(a.o(B,e)){B[e].forEach((e=>{if(a.o(A,e))return t.push(A[e]);var r=t=>{A[e]=0;a.m[e]=r=>{delete a.c[e];r.exports=t()}};var n=t=>{delete A[e];a.m[e]=r=>{delete a.c[e];throw t}};try{var l=O[e]();if(l.then){t.push(A[e]=l.then(r).catch(n))}else r(l)}catch(o){n(o)}}))}}})();(()=>{var e={179:0};a.f.j=(t,r)=>{var n=a.o(e,t)?e[t]:undefined;if(n!==0){if(n){r.push(n[2])}else{if(!/^(1(100|27|453|61|704|933|962)|2((10|12|89)9|431|473|505|524|601|634)|3(211|423|577|967)|4((14|52|78)2|183|307)|5((42|60|90)8|085|187|313|372|52|573|765)|6(3(|58|93)|240|498|501|583|611|625|814|843)|7(8(65|78|86)|(|22|9)0|122|202|3|558|57|664|673|989)|8(178|217|254|438|509|961|987)|9([39]27|004|123|190|549|638|761))$/.test(t)){var l=new Promise(((a,r)=>n=e[t]=[a,r]));r.push(n[2]=l);var o=a.p+a.u(t);var i=new Error;var f=r=>{if(a.o(e,t)){n=e[t];if(n!==0)e[t]=undefined;if(n){var l=r&&(r.type==="load"?"missing":r.type);var o=r&&r.target&&r.target.src;i.message="Loading chunk "+t+" failed.\n("+l+": "+o+")";i.name="ChunkLoadError";i.type=l;i.request=o;n[1](i)}}};a.l(o,f,"chunk-"+t,t)}else e[t]=0}}};var t=(t,r)=>{var[n,l,o]=r;var i,f,s=0;for(i in l){if(a.o(l,i)){a.m[i]=l[i]}}if(o)var d=o(a);if(t)t(r);for(;s<n.length;s++){f=n[s];if(a.o(e,f)&&e[f]){e[f][0]()}e[n[s]]=0}};var r=self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[];r.forEach(t.bind(null,0));r.push=t.bind(null,r.push.bind(r))})();a(68444);a(57147);var r=a(37559)})();
|
2
|
+
//# sourceMappingURL=main.c474366c927dbb3da565.js.map?v=c474366c927dbb3da565
|
jupyterlab/static/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jupyterlab/application-top",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.3",
|
4
4
|
"private": true,
|
5
5
|
"license": "BSD-3-Clause",
|
6
6
|
"scripts": {
|
@@ -17,103 +17,103 @@
|
|
17
17
|
},
|
18
18
|
"resolutions": {
|
19
19
|
"@jupyter/ydoc": "~0.2.3",
|
20
|
-
"@jupyterlab/application": "~3.6.
|
21
|
-
"@jupyterlab/application-extension": "~3.6.
|
22
|
-
"@jupyterlab/apputils": "~3.6.
|
23
|
-
"@jupyterlab/apputils-extension": "~3.6.
|
24
|
-
"@jupyterlab/attachments": "~3.6.
|
25
|
-
"@jupyterlab/cell-toolbar": "~3.6.
|
26
|
-
"@jupyterlab/cell-toolbar-extension": "~3.6.
|
27
|
-
"@jupyterlab/cells": "~3.6.
|
28
|
-
"@jupyterlab/celltags": "~3.6.
|
29
|
-
"@jupyterlab/celltags-extension": "~3.6.
|
30
|
-
"@jupyterlab/codeeditor": "~3.6.
|
31
|
-
"@jupyterlab/codemirror": "~3.6.
|
32
|
-
"@jupyterlab/codemirror-extension": "~3.6.
|
33
|
-
"@jupyterlab/collaboration": "~3.6.
|
34
|
-
"@jupyterlab/collaboration-extension": "~3.6.
|
35
|
-
"@jupyterlab/completer": "~3.6.
|
36
|
-
"@jupyterlab/completer-extension": "~3.6.
|
37
|
-
"@jupyterlab/console": "~3.6.
|
38
|
-
"@jupyterlab/console-extension": "~3.6.
|
39
|
-
"@jupyterlab/coreutils": "~5.6.
|
40
|
-
"@jupyterlab/csvviewer": "~3.6.
|
41
|
-
"@jupyterlab/csvviewer-extension": "~3.6.
|
42
|
-
"@jupyterlab/debugger": "~3.6.
|
43
|
-
"@jupyterlab/debugger-extension": "~3.6.
|
44
|
-
"@jupyterlab/docmanager": "~3.6.
|
45
|
-
"@jupyterlab/docmanager-extension": "~3.6.
|
46
|
-
"@jupyterlab/docprovider": "~3.6.
|
47
|
-
"@jupyterlab/docprovider-extension": "~3.6.
|
48
|
-
"@jupyterlab/docregistry": "~3.6.
|
49
|
-
"@jupyterlab/documentsearch": "~3.6.
|
50
|
-
"@jupyterlab/documentsearch-extension": "~3.6.
|
51
|
-
"@jupyterlab/extensionmanager": "~3.6.
|
52
|
-
"@jupyterlab/extensionmanager-extension": "~3.6.
|
53
|
-
"@jupyterlab/filebrowser": "~3.6.
|
54
|
-
"@jupyterlab/filebrowser-extension": "~3.6.
|
55
|
-
"@jupyterlab/fileeditor": "~3.6.
|
56
|
-
"@jupyterlab/fileeditor-extension": "~3.6.
|
57
|
-
"@jupyterlab/help-extension": "~3.6.
|
58
|
-
"@jupyterlab/htmlviewer": "~3.6.
|
59
|
-
"@jupyterlab/htmlviewer-extension": "~3.6.
|
60
|
-
"@jupyterlab/hub-extension": "~3.6.
|
61
|
-
"@jupyterlab/imageviewer": "~3.6.
|
62
|
-
"@jupyterlab/imageviewer-extension": "~3.6.
|
63
|
-
"@jupyterlab/inspector": "~3.6.
|
64
|
-
"@jupyterlab/inspector-extension": "~3.6.
|
65
|
-
"@jupyterlab/javascript-extension": "~3.6.
|
66
|
-
"@jupyterlab/json-extension": "~3.6.
|
67
|
-
"@jupyterlab/launcher": "~3.6.
|
68
|
-
"@jupyterlab/launcher-extension": "~3.6.
|
69
|
-
"@jupyterlab/logconsole": "~3.6.
|
70
|
-
"@jupyterlab/logconsole-extension": "~3.6.
|
71
|
-
"@jupyterlab/mainmenu": "~3.6.
|
72
|
-
"@jupyterlab/mainmenu-extension": "~3.6.
|
73
|
-
"@jupyterlab/markdownviewer": "~3.6.
|
74
|
-
"@jupyterlab/markdownviewer-extension": "~3.6.
|
75
|
-
"@jupyterlab/mathjax2": "~3.6.
|
76
|
-
"@jupyterlab/mathjax2-extension": "~3.6.
|
77
|
-
"@jupyterlab/metapackage": "~3.6.
|
78
|
-
"@jupyterlab/nbconvert-css": "~3.6.
|
79
|
-
"@jupyterlab/nbformat": "~3.6.
|
80
|
-
"@jupyterlab/notebook": "~3.6.
|
81
|
-
"@jupyterlab/notebook-extension": "~3.6.
|
82
|
-
"@jupyterlab/observables": "~4.6.
|
83
|
-
"@jupyterlab/outputarea": "~3.6.
|
84
|
-
"@jupyterlab/pdf-extension": "~3.6.
|
85
|
-
"@jupyterlab/property-inspector": "~3.6.
|
86
|
-
"@jupyterlab/rendermime": "~3.6.
|
87
|
-
"@jupyterlab/rendermime-extension": "~3.6.
|
88
|
-
"@jupyterlab/rendermime-interfaces": "~3.6.
|
89
|
-
"@jupyterlab/running": "~3.6.
|
90
|
-
"@jupyterlab/running-extension": "~3.6.
|
91
|
-
"@jupyterlab/services": "~6.6.
|
92
|
-
"@jupyterlab/settingeditor": "~3.6.
|
93
|
-
"@jupyterlab/settingeditor-extension": "~3.6.
|
94
|
-
"@jupyterlab/settingregistry": "~3.6.
|
95
|
-
"@jupyterlab/shared-models": "~3.6.
|
96
|
-
"@jupyterlab/shortcuts-extension": "~3.6.
|
97
|
-
"@jupyterlab/statedb": "~3.6.
|
98
|
-
"@jupyterlab/statusbar": "~3.6.
|
99
|
-
"@jupyterlab/statusbar-extension": "~3.6.
|
100
|
-
"@jupyterlab/terminal": "~3.6.
|
101
|
-
"@jupyterlab/terminal-extension": "~3.6.
|
102
|
-
"@jupyterlab/theme-dark-extension": "~3.6.
|
103
|
-
"@jupyterlab/theme-light-extension": "~3.6.
|
104
|
-
"@jupyterlab/toc": "~5.6.
|
105
|
-
"@jupyterlab/toc-extension": "~5.6.
|
106
|
-
"@jupyterlab/tooltip": "~3.6.
|
107
|
-
"@jupyterlab/tooltip-extension": "~3.6.
|
108
|
-
"@jupyterlab/translation": "~3.6.
|
109
|
-
"@jupyterlab/translation-extension": "~3.6.
|
110
|
-
"@jupyterlab/ui-components": "~3.6.
|
111
|
-
"@jupyterlab/ui-components-extension": "~3.6.
|
112
|
-
"@jupyterlab/vdom": "~3.6.
|
113
|
-
"@jupyterlab/vdom-extension": "~3.6.
|
114
|
-
"@jupyterlab/vega5-extension": "~3.6.
|
20
|
+
"@jupyterlab/application": "~3.6.3",
|
21
|
+
"@jupyterlab/application-extension": "~3.6.3",
|
22
|
+
"@jupyterlab/apputils": "~3.6.3",
|
23
|
+
"@jupyterlab/apputils-extension": "~3.6.3",
|
24
|
+
"@jupyterlab/attachments": "~3.6.3",
|
25
|
+
"@jupyterlab/cell-toolbar": "~3.6.3",
|
26
|
+
"@jupyterlab/cell-toolbar-extension": "~3.6.3",
|
27
|
+
"@jupyterlab/cells": "~3.6.3",
|
28
|
+
"@jupyterlab/celltags": "~3.6.3",
|
29
|
+
"@jupyterlab/celltags-extension": "~3.6.3",
|
30
|
+
"@jupyterlab/codeeditor": "~3.6.3",
|
31
|
+
"@jupyterlab/codemirror": "~3.6.3",
|
32
|
+
"@jupyterlab/codemirror-extension": "~3.6.3",
|
33
|
+
"@jupyterlab/collaboration": "~3.6.3",
|
34
|
+
"@jupyterlab/collaboration-extension": "~3.6.3",
|
35
|
+
"@jupyterlab/completer": "~3.6.3",
|
36
|
+
"@jupyterlab/completer-extension": "~3.6.3",
|
37
|
+
"@jupyterlab/console": "~3.6.3",
|
38
|
+
"@jupyterlab/console-extension": "~3.6.3",
|
39
|
+
"@jupyterlab/coreutils": "~5.6.3",
|
40
|
+
"@jupyterlab/csvviewer": "~3.6.3",
|
41
|
+
"@jupyterlab/csvviewer-extension": "~3.6.3",
|
42
|
+
"@jupyterlab/debugger": "~3.6.3",
|
43
|
+
"@jupyterlab/debugger-extension": "~3.6.3",
|
44
|
+
"@jupyterlab/docmanager": "~3.6.3",
|
45
|
+
"@jupyterlab/docmanager-extension": "~3.6.3",
|
46
|
+
"@jupyterlab/docprovider": "~3.6.3",
|
47
|
+
"@jupyterlab/docprovider-extension": "~3.6.3",
|
48
|
+
"@jupyterlab/docregistry": "~3.6.3",
|
49
|
+
"@jupyterlab/documentsearch": "~3.6.3",
|
50
|
+
"@jupyterlab/documentsearch-extension": "~3.6.3",
|
51
|
+
"@jupyterlab/extensionmanager": "~3.6.3",
|
52
|
+
"@jupyterlab/extensionmanager-extension": "~3.6.3",
|
53
|
+
"@jupyterlab/filebrowser": "~3.6.3",
|
54
|
+
"@jupyterlab/filebrowser-extension": "~3.6.3",
|
55
|
+
"@jupyterlab/fileeditor": "~3.6.3",
|
56
|
+
"@jupyterlab/fileeditor-extension": "~3.6.3",
|
57
|
+
"@jupyterlab/help-extension": "~3.6.3",
|
58
|
+
"@jupyterlab/htmlviewer": "~3.6.3",
|
59
|
+
"@jupyterlab/htmlviewer-extension": "~3.6.3",
|
60
|
+
"@jupyterlab/hub-extension": "~3.6.3",
|
61
|
+
"@jupyterlab/imageviewer": "~3.6.3",
|
62
|
+
"@jupyterlab/imageviewer-extension": "~3.6.3",
|
63
|
+
"@jupyterlab/inspector": "~3.6.3",
|
64
|
+
"@jupyterlab/inspector-extension": "~3.6.3",
|
65
|
+
"@jupyterlab/javascript-extension": "~3.6.3",
|
66
|
+
"@jupyterlab/json-extension": "~3.6.3",
|
67
|
+
"@jupyterlab/launcher": "~3.6.3",
|
68
|
+
"@jupyterlab/launcher-extension": "~3.6.3",
|
69
|
+
"@jupyterlab/logconsole": "~3.6.3",
|
70
|
+
"@jupyterlab/logconsole-extension": "~3.6.3",
|
71
|
+
"@jupyterlab/mainmenu": "~3.6.3",
|
72
|
+
"@jupyterlab/mainmenu-extension": "~3.6.3",
|
73
|
+
"@jupyterlab/markdownviewer": "~3.6.3",
|
74
|
+
"@jupyterlab/markdownviewer-extension": "~3.6.3",
|
75
|
+
"@jupyterlab/mathjax2": "~3.6.3",
|
76
|
+
"@jupyterlab/mathjax2-extension": "~3.6.3",
|
77
|
+
"@jupyterlab/metapackage": "~3.6.3",
|
78
|
+
"@jupyterlab/nbconvert-css": "~3.6.3",
|
79
|
+
"@jupyterlab/nbformat": "~3.6.3",
|
80
|
+
"@jupyterlab/notebook": "~3.6.3",
|
81
|
+
"@jupyterlab/notebook-extension": "~3.6.3",
|
82
|
+
"@jupyterlab/observables": "~4.6.3",
|
83
|
+
"@jupyterlab/outputarea": "~3.6.3",
|
84
|
+
"@jupyterlab/pdf-extension": "~3.6.3",
|
85
|
+
"@jupyterlab/property-inspector": "~3.6.3",
|
86
|
+
"@jupyterlab/rendermime": "~3.6.3",
|
87
|
+
"@jupyterlab/rendermime-extension": "~3.6.3",
|
88
|
+
"@jupyterlab/rendermime-interfaces": "~3.6.3",
|
89
|
+
"@jupyterlab/running": "~3.6.3",
|
90
|
+
"@jupyterlab/running-extension": "~3.6.3",
|
91
|
+
"@jupyterlab/services": "~6.6.3",
|
92
|
+
"@jupyterlab/settingeditor": "~3.6.3",
|
93
|
+
"@jupyterlab/settingeditor-extension": "~3.6.3",
|
94
|
+
"@jupyterlab/settingregistry": "~3.6.3",
|
95
|
+
"@jupyterlab/shared-models": "~3.6.3",
|
96
|
+
"@jupyterlab/shortcuts-extension": "~3.6.3",
|
97
|
+
"@jupyterlab/statedb": "~3.6.3",
|
98
|
+
"@jupyterlab/statusbar": "~3.6.3",
|
99
|
+
"@jupyterlab/statusbar-extension": "~3.6.3",
|
100
|
+
"@jupyterlab/terminal": "~3.6.3",
|
101
|
+
"@jupyterlab/terminal-extension": "~3.6.3",
|
102
|
+
"@jupyterlab/theme-dark-extension": "~3.6.3",
|
103
|
+
"@jupyterlab/theme-light-extension": "~3.6.3",
|
104
|
+
"@jupyterlab/toc": "~5.6.3",
|
105
|
+
"@jupyterlab/toc-extension": "~5.6.3",
|
106
|
+
"@jupyterlab/tooltip": "~3.6.3",
|
107
|
+
"@jupyterlab/tooltip-extension": "~3.6.3",
|
108
|
+
"@jupyterlab/translation": "~3.6.3",
|
109
|
+
"@jupyterlab/translation-extension": "~3.6.3",
|
110
|
+
"@jupyterlab/ui-components": "~3.6.3",
|
111
|
+
"@jupyterlab/ui-components-extension": "~3.6.3",
|
112
|
+
"@jupyterlab/vdom": "~3.6.3",
|
113
|
+
"@jupyterlab/vdom-extension": "~3.6.3",
|
114
|
+
"@jupyterlab/vega5-extension": "~3.6.3",
|
115
115
|
"@lumino/algorithm": "^1.9.0",
|
116
|
-
"@lumino/application": "^1.31.
|
116
|
+
"@lumino/application": "^1.31.4",
|
117
117
|
"@lumino/commands": "^1.19.0",
|
118
118
|
"@lumino/coreutils": "^1.11.0",
|
119
119
|
"@lumino/disposable": "^1.10.0",
|
@@ -123,62 +123,62 @@
|
|
123
123
|
"@lumino/properties": "^1.8.0",
|
124
124
|
"@lumino/signaling": "^1.10.0",
|
125
125
|
"@lumino/virtualdom": "^1.14.0",
|
126
|
-
"@lumino/widgets": "^1.37.
|
126
|
+
"@lumino/widgets": "^1.37.2",
|
127
127
|
"react": "^17.0.1",
|
128
128
|
"react-dom": "^17.0.1",
|
129
129
|
"yjs": "^13.5.17"
|
130
130
|
},
|
131
131
|
"dependencies": {
|
132
|
-
"@jupyterlab/application": "~3.6.
|
133
|
-
"@jupyterlab/application-extension": "~3.6.
|
134
|
-
"@jupyterlab/apputils-extension": "~3.6.
|
135
|
-
"@jupyterlab/cell-toolbar-extension": "~3.6.
|
136
|
-
"@jupyterlab/celltags-extension": "~3.6.
|
137
|
-
"@jupyterlab/codemirror-extension": "~3.6.
|
138
|
-
"@jupyterlab/collaboration-extension": "~3.6.
|
139
|
-
"@jupyterlab/completer-extension": "~3.6.
|
140
|
-
"@jupyterlab/console-extension": "~3.6.
|
141
|
-
"@jupyterlab/coreutils": "~5.6.
|
142
|
-
"@jupyterlab/csvviewer-extension": "~3.6.
|
143
|
-
"@jupyterlab/debugger-extension": "~3.6.
|
144
|
-
"@jupyterlab/docmanager-extension": "~3.6.
|
145
|
-
"@jupyterlab/docprovider-extension": "~3.6.
|
146
|
-
"@jupyterlab/documentsearch-extension": "~3.6.
|
147
|
-
"@jupyterlab/extensionmanager-extension": "~3.6.
|
148
|
-
"@jupyterlab/filebrowser-extension": "~3.6.
|
149
|
-
"@jupyterlab/fileeditor-extension": "~3.6.
|
150
|
-
"@jupyterlab/help-extension": "~3.6.
|
151
|
-
"@jupyterlab/htmlviewer-extension": "~3.6.
|
152
|
-
"@jupyterlab/hub-extension": "~3.6.
|
153
|
-
"@jupyterlab/imageviewer-extension": "~3.6.
|
154
|
-
"@jupyterlab/inspector-extension": "~3.6.
|
155
|
-
"@jupyterlab/javascript-extension": "~3.6.
|
156
|
-
"@jupyterlab/json-extension": "~3.6.
|
157
|
-
"@jupyterlab/launcher-extension": "~3.6.
|
158
|
-
"@jupyterlab/logconsole-extension": "~3.6.
|
159
|
-
"@jupyterlab/mainmenu-extension": "~3.6.
|
160
|
-
"@jupyterlab/markdownviewer-extension": "~3.6.
|
161
|
-
"@jupyterlab/mathjax2-extension": "~3.6.
|
162
|
-
"@jupyterlab/notebook-extension": "~3.6.
|
163
|
-
"@jupyterlab/pdf-extension": "~3.6.
|
164
|
-
"@jupyterlab/rendermime-extension": "~3.6.
|
165
|
-
"@jupyterlab/running-extension": "~3.6.
|
166
|
-
"@jupyterlab/settingeditor-extension": "~3.6.
|
167
|
-
"@jupyterlab/shortcuts-extension": "~3.6.
|
168
|
-
"@jupyterlab/statusbar-extension": "~3.6.
|
169
|
-
"@jupyterlab/terminal-extension": "~3.6.
|
170
|
-
"@jupyterlab/theme-dark-extension": "~3.6.
|
171
|
-
"@jupyterlab/theme-light-extension": "~3.6.
|
172
|
-
"@jupyterlab/toc-extension": "~5.6.
|
173
|
-
"@jupyterlab/tooltip-extension": "~3.6.
|
174
|
-
"@jupyterlab/translation-extension": "~3.6.
|
175
|
-
"@jupyterlab/ui-components-extension": "~3.6.
|
176
|
-
"@jupyterlab/vdom-extension": "~3.6.
|
177
|
-
"@jupyterlab/vega5-extension": "~3.6.
|
132
|
+
"@jupyterlab/application": "~3.6.3",
|
133
|
+
"@jupyterlab/application-extension": "~3.6.3",
|
134
|
+
"@jupyterlab/apputils-extension": "~3.6.3",
|
135
|
+
"@jupyterlab/cell-toolbar-extension": "~3.6.3",
|
136
|
+
"@jupyterlab/celltags-extension": "~3.6.3",
|
137
|
+
"@jupyterlab/codemirror-extension": "~3.6.3",
|
138
|
+
"@jupyterlab/collaboration-extension": "~3.6.3",
|
139
|
+
"@jupyterlab/completer-extension": "~3.6.3",
|
140
|
+
"@jupyterlab/console-extension": "~3.6.3",
|
141
|
+
"@jupyterlab/coreutils": "~5.6.3",
|
142
|
+
"@jupyterlab/csvviewer-extension": "~3.6.3",
|
143
|
+
"@jupyterlab/debugger-extension": "~3.6.3",
|
144
|
+
"@jupyterlab/docmanager-extension": "~3.6.3",
|
145
|
+
"@jupyterlab/docprovider-extension": "~3.6.3",
|
146
|
+
"@jupyterlab/documentsearch-extension": "~3.6.3",
|
147
|
+
"@jupyterlab/extensionmanager-extension": "~3.6.3",
|
148
|
+
"@jupyterlab/filebrowser-extension": "~3.6.3",
|
149
|
+
"@jupyterlab/fileeditor-extension": "~3.6.3",
|
150
|
+
"@jupyterlab/help-extension": "~3.6.3",
|
151
|
+
"@jupyterlab/htmlviewer-extension": "~3.6.3",
|
152
|
+
"@jupyterlab/hub-extension": "~3.6.3",
|
153
|
+
"@jupyterlab/imageviewer-extension": "~3.6.3",
|
154
|
+
"@jupyterlab/inspector-extension": "~3.6.3",
|
155
|
+
"@jupyterlab/javascript-extension": "~3.6.3",
|
156
|
+
"@jupyterlab/json-extension": "~3.6.3",
|
157
|
+
"@jupyterlab/launcher-extension": "~3.6.3",
|
158
|
+
"@jupyterlab/logconsole-extension": "~3.6.3",
|
159
|
+
"@jupyterlab/mainmenu-extension": "~3.6.3",
|
160
|
+
"@jupyterlab/markdownviewer-extension": "~3.6.3",
|
161
|
+
"@jupyterlab/mathjax2-extension": "~3.6.3",
|
162
|
+
"@jupyterlab/notebook-extension": "~3.6.3",
|
163
|
+
"@jupyterlab/pdf-extension": "~3.6.3",
|
164
|
+
"@jupyterlab/rendermime-extension": "~3.6.3",
|
165
|
+
"@jupyterlab/running-extension": "~3.6.3",
|
166
|
+
"@jupyterlab/settingeditor-extension": "~3.6.3",
|
167
|
+
"@jupyterlab/shortcuts-extension": "~3.6.3",
|
168
|
+
"@jupyterlab/statusbar-extension": "~3.6.3",
|
169
|
+
"@jupyterlab/terminal-extension": "~3.6.3",
|
170
|
+
"@jupyterlab/theme-dark-extension": "~3.6.3",
|
171
|
+
"@jupyterlab/theme-light-extension": "~3.6.3",
|
172
|
+
"@jupyterlab/toc-extension": "~5.6.3",
|
173
|
+
"@jupyterlab/tooltip-extension": "~3.6.3",
|
174
|
+
"@jupyterlab/translation-extension": "~3.6.3",
|
175
|
+
"@jupyterlab/ui-components-extension": "~3.6.3",
|
176
|
+
"@jupyterlab/vdom-extension": "~3.6.3",
|
177
|
+
"@jupyterlab/vega5-extension": "~3.6.3"
|
178
178
|
},
|
179
179
|
"devDependencies": {
|
180
|
-
"@jupyterlab/builder": "^3.6.
|
181
|
-
"@jupyterlab/buildutils": "^3.6.
|
180
|
+
"@jupyterlab/builder": "^3.6.3",
|
181
|
+
"@jupyterlab/buildutils": "^3.6.3",
|
182
182
|
"chokidar": "^3.4.0",
|
183
183
|
"css-loader": "^5.0.1",
|
184
184
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
@@ -211,7 +211,7 @@
|
|
211
211
|
},
|
212
212
|
"jupyterlab": {
|
213
213
|
"name": "JupyterLab",
|
214
|
-
"version": "3.6.
|
214
|
+
"version": "3.6.3",
|
215
215
|
"extensions": {
|
216
216
|
"@jupyterlab/application-extension": "",
|
217
217
|
"@jupyterlab/apputils-extension": "",
|
@@ -293,6 +293,7 @@
|
|
293
293
|
"@jupyterlab/services",
|
294
294
|
"@jupyterlab/settingeditor",
|
295
295
|
"@jupyterlab/settingregistry",
|
296
|
+
"@jupyterlab/shared-models",
|
296
297
|
"@jupyterlab/statedb",
|
297
298
|
"@jupyterlab/statusbar",
|
298
299
|
"@jupyterlab/terminal",
|