jupyterlab 4.0.12__py3-none-any.whl → 4.1.0__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/browser_check.py +1 -1
- jupyterlab/commands.py +122 -24
- jupyterlab/extensions/manager.py +146 -40
- jupyterlab/extensions/pypi.py +121 -143
- jupyterlab/galata/@jupyterlab/galata-extension/build_log.json +133 -95
- jupyterlab/galata/@jupyterlab/galata-extension/package.json +13 -13
- jupyterlab/galata/@jupyterlab/galata-extension/static/{lib_extension_index_js.6258249575a3de76958a.js → lib_extension_index_js.193465adc9aa81a6b29f.js} +11 -7
- jupyterlab/galata/@jupyterlab/galata-extension/static/{remoteEntry.b8fefd648959729a91e4.js → remoteEntry.9126d8bd4815ede2d14b.js} +4 -4
- jupyterlab/handlers/announcements.py +1 -1
- jupyterlab/handlers/plugin_manager_handler.py +64 -0
- jupyterlab/labapp.py +70 -12
- jupyterlab/labextensions.py +58 -3
- jupyterlab/schemas/@jupyterlab/application-extension/commands.json +181 -1
- jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig +14 -14
- jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig +18 -18
- jupyterlab/schemas/@jupyterlab/apputils-extension/themes.json +23 -1
- jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/celltags-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig +13 -13
- jupyterlab/schemas/@jupyterlab/completer-extension/inline-completer.json +64 -0
- jupyterlab/schemas/@jupyterlab/completer-extension/manager.json +2 -1
- jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig +10 -8
- jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig +16 -16
- jupyterlab/schemas/@jupyterlab/console-extension/tracker.json +0 -5
- jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +14 -14
- jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig +19 -19
- jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig +15 -15
- jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +10 -9
- jupyterlab/schemas/@jupyterlab/documentsearch-extension/plugin.json +13 -1
- jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +9 -9
- jupyterlab/schemas/@jupyterlab/filebrowser-extension/browser.json +6 -0
- jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +17 -17
- jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +27 -27
- jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig +11 -11
- jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +11 -11
- jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig +13 -13
- jupyterlab/schemas/@jupyterlab/lsp-extension/package.json.orig +11 -10
- jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/mainmenu-extension/plugin.json +4 -4
- jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +11 -11
- jupyterlab/schemas/@jupyterlab/mathjax-extension/package.json.orig +5 -5
- jupyterlab/schemas/@jupyterlab/metadataform-extension/package.json.orig +9 -9
- jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig +35 -35
- jupyterlab/schemas/@jupyterlab/notebook-extension/panel.json +6 -1
- jupyterlab/schemas/@jupyterlab/notebook-extension/tracker.json +68 -46
- jupyterlab/schemas/@jupyterlab/running-extension/package.json.orig +13 -13
- jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +13 -12
- jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +11 -10
- jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig +14 -14
- jupyterlab/schemas/@jupyterlab/terminal-extension/plugin.json +6 -0
- jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig +14 -14
- jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig +8 -10
- jupyterlab/semver.py +3 -3
- jupyterlab/staging/index.js +22 -3
- jupyterlab/staging/package.json +164 -145
- jupyterlab/staging/templates/partial.html +4 -0
- jupyterlab/staging/webpack.config.js +3 -4
- jupyterlab/staging/yarn.lock +2389 -1258
- jupyterlab/static/1166.08f9e1fd722f61c9b69c.js +1 -0
- jupyterlab/static/{1581.e988a625b879002dcc04.js → 1581.391504688eef08096360.js} +3 -3
- jupyterlab/static/1760.9a71f4501e9bbaa4c4d8.js +1 -0
- jupyterlab/static/{2473.cb9caf61d1e34a747cc0.js → 1851.0c7fca4c761a84e91876.js} +1 -1
- jupyterlab/static/1917.05d73322caab1f77e3bf.js +1 -0
- jupyterlab/static/1929.96e62233aa6f2a8363d4.js +1 -0
- jupyterlab/static/226.5dc3528c008170b37b21.js +1 -0
- jupyterlab/static/2551.b07d561a12360c38c589.js +1 -0
- jupyterlab/static/2579.b19edefeb9ee4daed4bd.js +1 -0
- jupyterlab/static/2655.f5b7c82c80d51a0f7ab7.js +1 -0
- jupyterlab/static/2727.6925b8cf1c5363f40138.js +1 -0
- jupyterlab/static/2755.696bab6bdca0d9a78131.js +1 -0
- jupyterlab/static/2995.0448b3ed572d9cc5fcc7.js +1 -0
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/3056.8a73f6aacd8ca45f84f9.js → jupyterlab/static/3056.6ed9d97c166cf2573275.js +1 -1
- jupyterlab/static/3308.764d71af7e591cdb1345.js +1 -0
- jupyterlab/static/367.835aef5c5efbd38183af.js +1 -0
- jupyterlab/static/3711.150292a21fd47be1c05f.js +1 -0
- jupyterlab/static/406.81906f96059e31e907a2.js +1 -0
- jupyterlab/static/4086.3087c0abed5ca45b823b.js +1 -0
- jupyterlab/static/4136.4b9f72f85f49f979ebb8.js +2 -0
- jupyterlab/static/4136.4b9f72f85f49f979ebb8.js.LICENSE.txt +9 -0
- jupyterlab/static/4765.093b4f8b3cee1251db8d.js +1 -0
- jupyterlab/static/526.601d8ddd8347cd7790b9.js +1 -0
- jupyterlab/static/5794.3cb2bcd1a3e23d0c084e.js +1 -0
- jupyterlab/static/6001.963601fcecb8b4c1d1f1.js +1 -0
- jupyterlab/static/627.7e292370f4d61d9e8648.js +5148 -0
- jupyterlab/static/627.7e292370f4d61d9e8648.js.LICENSE.txt +14 -0
- jupyterlab/static/6436.8d9ba427de4ab1053871.js +1 -0
- jupyterlab/static/6515.56c63929fb079a820cbc.js +1 -0
- jupyterlab/static/6770.fd7084bb2f4b7622401d.js +1 -0
- jupyterlab/static/6778.345e6ac9818e30317310.js +1 -0
- jupyterlab/static/6898.742a7062fa979fb68a80.js +1 -0
- jupyterlab/static/7161.353c3ab960df72e6f1ea.js +1 -0
- jupyterlab/static/7178.5f3dd740449b44efad2d.js +2 -0
- jupyterlab/static/7272.72081c10e0f645b0631a.js +1 -0
- jupyterlab/static/7313.4a8a9a1eee6f7ef15ee1.js +2 -0
- jupyterlab/static/7426.c83966ccc62601d391bd.js +2 -0
- jupyterlab/static/7426.c83966ccc62601d391bd.js.LICENSE.txt +17 -0
- jupyterlab/static/7629.1f295461ebf56a48c197.js +1 -0
- jupyterlab/static/7734.b08c15e9f538f44d0f52.js +1 -0
- jupyterlab/static/7946.7fe46d47492e459b7cb5.js +1 -0
- jupyterlab/static/812.647390901579c6a720cf.js +1 -0
- jupyterlab/static/8152.5baac73844a065f34284.js +1 -0
- jupyterlab/static/8302.5c5e5a2da7fe74b12a1d.js +1 -0
- jupyterlab/static/8322.288af285dac9cb9a8800.js +1 -0
- jupyterlab/static/8462.74d5f5afd4f9d7825eed.js +1 -0
- jupyterlab/static/8738.782816e9072ac38762b4.js +1 -0
- jupyterlab/static/881.972f79365eed0f77378e.js +1 -0
- jupyterlab/static/9395.b59dceae72715c9f885c.js +1 -0
- jupyterlab/static/9440.04751e25c9cde059ff37.js +1 -0
- jupyterlab/static/9545.f0f7a2959bdd17ee3448.js +1 -0
- jupyterlab/static/9579.4b1b079b6b7cd2924338.js +1465 -0
- jupyterlab/static/9579.4b1b079b6b7cd2924338.js.LICENSE.txt +19 -0
- jupyterlab/static/9870.70b2b59cc96c3a97c489.js +1 -0
- jupyterlab/static/9984.6ba5355e0d5487d5ac63.js +1 -0
- jupyterlab/static/build_log.json +133 -97
- jupyterlab/static/index.html +1 -1
- jupyterlab/static/index.out.js +97 -3
- jupyterlab/static/jlab_core.570a5c21bdeb57ca2ec8.js +1 -0
- jupyterlab/static/main.d277e1577010c7e39fdb.js +1 -0
- jupyterlab/static/package.json +164 -145
- jupyterlab/static/style.js +2 -0
- jupyterlab/static/third-party-licenses.json +481 -103
- jupyterlab/style.js +2 -0
- jupyterlab/tests/conftest.py +8 -0
- 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/tests/test_custom_css_handler.py +37 -0
- jupyterlab/tests/test_extensions.py +30 -1
- jupyterlab/themes/@jupyterlab/theme-dark-extension/index.css +2 -0
- jupyterlab/themes/@jupyterlab/theme-light-extension/index.css +1 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json +181 -1
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig +14 -14
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig +18 -18
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json +23 -1
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +8 -8
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/celltags-extension/package.json.orig +8 -8
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig +13 -13
- jupyterlab-4.1.0.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/inline-completer.json +64 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/manager.json +2 -1
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig +10 -8
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig +16 -16
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json +0 -5
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +14 -14
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig +19 -19
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig +15 -15
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +10 -9
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json +13 -1
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +9 -9
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json +6 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +17 -17
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +27 -27
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig +11 -11
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +11 -11
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig +8 -8
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +8 -8
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig +12 -12
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig +10 -10
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig +13 -13
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/lsp-extension/package.json.orig +11 -10
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +12 -12
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json +4 -4
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +11 -11
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension/package.json.orig +5 -5
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension/package.json.orig +9 -9
- jupyterlab-4.1.0.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +93 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json +6 -1
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json +68 -46
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/running-extension/package.json.orig +13 -13
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +13 -12
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +11 -10
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig +8 -8
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig +14 -14
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json +6 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig +8 -8
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig +14 -14
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig +8 -10
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1166.08f9e1fd722f61c9b69c.js +1 -0
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/1581.e988a625b879002dcc04.js → jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1581.391504688eef08096360.js +3 -3
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1760.9a71f4501e9bbaa4c4d8.js +1 -0
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/2473.cb9caf61d1e34a747cc0.js → jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1851.0c7fca4c761a84e91876.js +1 -1
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1917.05d73322caab1f77e3bf.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1929.96e62233aa6f2a8363d4.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/226.5dc3528c008170b37b21.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2551.b07d561a12360c38c589.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2579.b19edefeb9ee4daed4bd.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2655.f5b7c82c80d51a0f7ab7.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2727.6925b8cf1c5363f40138.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2755.696bab6bdca0d9a78131.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2995.0448b3ed572d9cc5fcc7.js +1 -0
- jupyterlab/static/3056.8a73f6aacd8ca45f84f9.js → jupyterlab-4.1.0.data/data/share/jupyter/lab/static/3056.6ed9d97c166cf2573275.js +1 -1
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/3308.764d71af7e591cdb1345.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/367.835aef5c5efbd38183af.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/3711.150292a21fd47be1c05f.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/406.81906f96059e31e907a2.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4086.3087c0abed5ca45b823b.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4136.4b9f72f85f49f979ebb8.js +2 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4136.4b9f72f85f49f979ebb8.js.LICENSE.txt +9 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4765.093b4f8b3cee1251db8d.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/526.601d8ddd8347cd7790b9.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/5794.3cb2bcd1a3e23d0c084e.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6001.963601fcecb8b4c1d1f1.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/627.7e292370f4d61d9e8648.js +5148 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/627.7e292370f4d61d9e8648.js.LICENSE.txt +14 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6436.8d9ba427de4ab1053871.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6515.56c63929fb079a820cbc.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6770.fd7084bb2f4b7622401d.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6778.345e6ac9818e30317310.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6898.742a7062fa979fb68a80.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7161.353c3ab960df72e6f1ea.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7178.5f3dd740449b44efad2d.js +2 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7272.72081c10e0f645b0631a.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7313.4a8a9a1eee6f7ef15ee1.js +2 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7426.c83966ccc62601d391bd.js +2 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7426.c83966ccc62601d391bd.js.LICENSE.txt +17 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7629.1f295461ebf56a48c197.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7734.b08c15e9f538f44d0f52.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7946.7fe46d47492e459b7cb5.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/812.647390901579c6a720cf.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8152.5baac73844a065f34284.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8302.5c5e5a2da7fe74b12a1d.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8322.288af285dac9cb9a8800.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8462.74d5f5afd4f9d7825eed.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8738.782816e9072ac38762b4.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/881.972f79365eed0f77378e.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9395.b59dceae72715c9f885c.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9440.04751e25c9cde059ff37.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9545.f0f7a2959bdd17ee3448.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9579.4b1b079b6b7cd2924338.js +1465 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9579.4b1b079b6b7cd2924338.js.LICENSE.txt +19 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9870.70b2b59cc96c3a97c489.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9984.6ba5355e0d5487d5ac63.js +1 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/build_log.json +133 -97
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/index.html +1 -1
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/index.out.js +97 -3
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/jlab_core.570a5c21bdeb57ca2ec8.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/main.d277e1577010c7e39fdb.js +1 -0
- jupyterlab-4.1.0.data/data/share/jupyter/lab/static/package.json +350 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/style.js +2 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/third-party-licenses.json +481 -103
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css +2 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css +1 -0
- {jupyterlab-4.0.12.dist-info → jupyterlab-4.1.0.dist-info}/METADATA +21 -20
- jupyterlab-4.1.0.dist-info/RECORD +872 -0
- jupyterlab/static/141.f110448d494068ebcc87.js +0 -2
- jupyterlab/static/2254.55c69210925ec9b28dd9.js +0 -1
- jupyterlab/static/2995.9791e1071c5f095421bf.js +0 -1
- jupyterlab/static/3127.75e12687687a3de3b59d.js +0 -1
- jupyterlab/static/3308.b85a46b26730c1cd5395.js +0 -1
- jupyterlab/static/4523.87224ea442d42316dda0.js +0 -1
- jupyterlab/static/812.063be439e3d9e318bdbd.js +0 -1
- jupyterlab/static/830.8ddf7d2d91f66a8e4d36.js +0 -1
- jupyterlab/static/8302.4c190e10b00fe083570e.js +0 -1
- jupyterlab/static/8768.4a80caab00174c50eb10.js +0 -2
- jupyterlab/static/9065.5305259c65dfa1c99874.js +0 -1
- jupyterlab/static/jlab_core.826ed748f0a8a70a419e.js +0 -1
- jupyterlab/static/main.7bc3df3894cb324b8f85.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +0 -93
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/141.f110448d494068ebcc87.js +0 -2
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/2254.55c69210925ec9b28dd9.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/2995.9791e1071c5f095421bf.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/3127.75e12687687a3de3b59d.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/3308.b85a46b26730c1cd5395.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/4523.87224ea442d42316dda0.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/812.063be439e3d9e318bdbd.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/830.8ddf7d2d91f66a8e4d36.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/8302.4c190e10b00fe083570e.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/8768.4a80caab00174c50eb10.js +0 -2
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/9065.5305259c65dfa1c99874.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/jlab_core.826ed748f0a8a70a419e.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/main.7bc3df3894cb324b8f85.js +0 -1
- jupyterlab-4.0.12.data/data/share/jupyter/lab/static/package.json +0 -331
- jupyterlab-4.0.12.dist-info/RECORD +0 -786
- /jupyterlab/static/{1581.e988a625b879002dcc04.js.LICENSE.txt → 1581.391504688eef08096360.js.LICENSE.txt} +0 -0
- /jupyterlab/static/{141.f110448d494068ebcc87.js.LICENSE.txt → 7178.5f3dd740449b44efad2d.js.LICENSE.txt} +0 -0
- /jupyterlab/static/{8768.4a80caab00174c50eb10.js.LICENSE.txt → 7313.4a8a9a1eee6f7ef15ee1.js.LICENSE.txt} +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/etc/jupyter/jupyter_server_config.d/jupyterlab.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/applications/jupyterlab.desktop +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/icons/hicolor/scalable/apps/jupyterlab.svg +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/property-inspector.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/top-bar.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/utilityCommands.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/celltags-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/completer.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/completer.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/menu.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/lsp-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension/metadataforms.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/completer.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tools.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/running-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/registry.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1036.0d1f109c3d842497fd51.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1036.0d1f109c3d842497fd51.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1085.0b67f0736d85ec41fdd4.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1142.d5442a459b18907c1f91.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1168.0a95b9c93afe61ceb527.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1294.9d27be1098bc8abebe3f.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1410.e2302ff5f564d6e596bb.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1420.e8486ed074346bc629ca.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1448.c391061d8a8344f9d177.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1452.4cc17f31511d1f9c6052.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1467.dcd89539f6477c1367af.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1550.09375e869bc25429b07a.js +0 -0
- /jupyterlab-4.0.12.data/data/share/jupyter/lab/static/1581.e988a625b879002dcc04.js.LICENSE.txt → /jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1581.391504688eef08096360.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1608.61240f3db67d3d952790.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1716.a6bbe1ae8a1986a73623.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1776.4f9305d35480467b23c9.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1861.4fc7b4afe2b09eb6b5c0.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1903.3b452e8ec30e57dbaba5.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1945.0fbbfe93a4aedd91875c.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1954.07d96e4020ed6e543d25.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1993.f8c5682f95ffa75cbaf6.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1cb1c39ea642f26a4dfe.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2039.aa079dac5c520f93b234.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2090.abc86741318f76c3d726.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2091.600b1c32af186f6405f9.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2104.296346db0067b4883fbf.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2145.be9ec610f29703694fcf.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2295.cda0f7182bf2a1a03c5a.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2320.04abae549b19363c2fdd.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2363.6eef078cb37c32d7fbc3.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2459.9f9cb02561de1bec73ff.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2485.dab750ed66209df61fe1.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2617.9c299e26785f7646cb39.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2646.0864fb63d7ab1ed16893.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/26683bf201fb258a2237.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2800.680b1fa0a4c66c69bb1e.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2857.27a6e85f5c4c092ab8a2.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2909.e190307f7f84c7691068.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/292.3f7844a129f16ec1ffbc.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2929.b88233153dbf33f40b29.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2953.92ff8f12bad6ee06859c.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2990.ea15322a41d3f133989b.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/30e889b58cbc51adfbb0.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3123.85cea4be2e2ed3f9654f.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/32792104b5ef69eded90.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3306.8bdc49ad1a7ca593a838.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3520.3495b98946de6960ace8.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3528.3b5ef5f31d460b5fcd01.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3547.bd90e90bfe79911486e8.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3549.24f2fe646d8128bc9db0.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/355254db9ca10a09a3b5.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3601.5c17c015d71b69ddcab3.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/36e0d72d8a7afc696a3e.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3724.a4657dc16be2ffc49282.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/373c04fd2418f5c77eea.eot +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/378.6d0f0fc4c8a2eb80ac43.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3783.93d5366ab28a19e1f0f9.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3807.08a8fd824036c30b3746.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/383.db345dbeef5ef774e50c.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3871.ba96e5b53bb16df56618.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3923.f29c06abdcb560130471.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3935.905285b8e22c337968ed.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3935.905285b8e22c337968ed.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3962.50786e3ed9a01329a4a0.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3bc6ecaae7ecf6f8d7f8.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3de784d07b9fa8f104c1.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3f6d3488cf65374f6f67.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4008.86acbefff6de679f77b5.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4008.86acbefff6de679f77b5.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4017.096a74a538e031b6d346.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4043.aa012978c41d1d1b2f14.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4139.303ee7374c742287be85.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4155.5a8d6736017097028d78.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4283.f6092d8b7f2e53118d1b.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4291.e5d8997127541f75fdaf.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4405.43dab120fea32f30bbb9.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4419.93938494f456cd76a7e3.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4452.2f8819684b96ecff5231.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4519.6b784d052db42e93eff2.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4562.72444a09f5f092646490.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4591.428531724f49fe824ffa.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/46.fb119c5e5b1e0c72a00f.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4743.d4e9658ea25301e15a94.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/481e39042508ae313a60.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4878.73004381601237a3ef9c.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/49.7233f68f95d10b85a83e.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4986.a497cdda4b7152902568.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5041.cdc120bda0a0dec4cfc2.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5157.9c77dc27a251d4135876.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5201.8866042bae350659528a.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5203.c002d40ac647dc6e1d61.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5331.0cd3f010bb08983ec3fd.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5440.2541fcda12b661665148.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5521.ce4a0274596e0325374c.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5746.e4434ef2027bcc5ed0c9.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/581.2b878ed37172aced15b5.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5881.3946238aa4afdcf4f964.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5959.a6b1fd3b03d3649ea8b1.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5cda41563a095bd70c78.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6059.d83e7323b2ee1aa16009.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6163.f5b51a9f0df4846ba40f.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6207.a8079c8d8a61039dd530.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6243.2efd673d1304c43b7b78.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6267.1def2916929e185ab9fc.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6359.4b994bfd6b1dea2d6fe3.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6443.e6b52d3732b3e8513a71.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6532.bb7137729a2d6d4e6ddf.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6560.f42276a0b1b92aea515b.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6595.6a1d7e1abbf186dd119b.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6686.3c518aa6e5f9785fb486.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6815.0b699f0c162a24b0dbe3.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6888.9d3914817f3290827a64.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7080.1330328bb6f46b4da81e.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7112.d5120c85ebd17620dda0.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7173.e28f63dbd553818e07d3.js +0 -0
- /jupyterlab-4.0.12.data/data/share/jupyter/lab/static/141.f110448d494068ebcc87.js.LICENSE.txt → /jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7178.5f3dd740449b44efad2d.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/721921bab0d001ebff02.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7245.c0cae8787dcd00b991b7.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7294.badf85a3180703d63f62.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7294.badf85a3180703d63f62.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/72bc573386dd1d48c5bb.woff +0 -0
- /jupyterlab-4.0.12.data/data/share/jupyter/lab/static/8768.4a80caab00174c50eb10.js.LICENSE.txt → /jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7313.4a8a9a1eee6f7ef15ee1.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7317.af8a7da0f881a22752c1.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7318.397bf8e913e825b2be27.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7363.abe8e31a91e113753bae.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7384.60351e008d8f687e8fcc.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7390.8253478b90f756692702.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/745.85516a9bb83bcd94d00d.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7472.58ba8647a489d019c2ef.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7473.5012397d10d3b945ecaa.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7508.b902347f820c70cd386a.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7511.b381a696cf806983c654.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7517.f3e5d420f4af90d442dd.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7669.343e259c4c8269479f5b.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7702.c479c69f7a532f7b3fd5.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7731.26db150e967313b7a7e2.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7763.19a095394000f9ef62bd.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7763.19a095394000f9ef62bd.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7775.3e0dee729369fe3d5008.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7823.817687f13e9a6781fdd3.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7827.e36d073d947bf02a05e3.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7848.e83aa4b90ae87209abb8.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/786.8a99ee7dbd7bd0eb9dce.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7877.a4c46a784149533b91d4.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7887.128a155df5d25e88c0ce.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/795.47ab66037ef33f808f09.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/79d088064beb3826054f.eot +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8002.25f64485372af5158c83.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8010.1cf8237e9def8404f355.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8012.40cb006f0c180ebafa91.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8285.1eac7b7582569be1c3a8.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8319.80fcbc832e1eb20b71e7.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8347.573b699e3590729bfa8a.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8405.154ba4b17a2dec22a355.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8493.fc635229db38e6fc6aa2.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8498.27a245b23921914bf5c2.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8512.1af96655287fd124877b.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8678.dcd3dab9025b13eb9be8.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/870673df72e70f87c91a.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8710.5fc5ecb762fb4494db02.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8771.327a202178f82f3b15b8.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8787.4d36d28dcf94bf59cbfe.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8805.0f14a91b024b59c039a7.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8823.2ff947bcd96cc0723058.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8875.88988caaba1e33edad5b.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/88b98cad3688915e50da.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8ea8791754915a898a31.woff2 +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8ea8dbb1b02e6f730f55.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9.0e0cba0ccc2a4b670600.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9030.260bc05e28eccff70ae8.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9041.df39043656c7233552e4.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9055.bd710a8db8883a836b59.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9109.fa3ee74a5c0f378f4d51.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9192.db4337a516b7f38d1f89.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9222.1c2a8e69a2de57dd1984.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9230.58b8c42b730e1a56e69b.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9265.bc2b66a4502cdfcfc14f.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9362.823dcfac216f8057452d.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9409.34c33ed11e2d6f318480.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/942.93c8de61ea9ea08ec097.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9421.022dc7b4e9a2c80c32c2.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9445.fe5e9e5b728de8d15873.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9621.9cbfa52c42927bb398b4.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9653.d93c93e084cd5e93cd2d.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9674eb1bd55047179038.svg +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9738.c0234a1f7f6ac262f560.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9826.406d2a71dc45995bc549.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9826.406d2a71dc45995bc549.js.LICENSE.txt +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9834b82ad26e2a37583d.woff2 +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/a009bea404f7a500ded4.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/a3b9817780214caf01e8.svg +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/af04542b29eaac04550a.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/af6397503fcefbd61397.ttf +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/af96f67d7accf5fd2a4a.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/b418136e3b384baaadec.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/be0a084962d8066884f7.svg +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/bootstrap.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/c49810b53ecc0d87d802.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/c56da8d69f1a0208b8e0.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/cb9e9e693192413cde2b.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/cda59d6efffa685830fd.ttf +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/e4299464e7b012968eed.eot +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/e42a88444448ac3d6054.woff2 +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/e8711bbb871afd8e9dea.ttf +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/f9217f66874b0c01cd8c.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/fc6ddf5df402b263cfb1.woff +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js +0 -0
- {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js +0 -0
- {jupyterlab-4.0.12.dist-info → jupyterlab-4.1.0.dist-info}/WHEEL +0 -0
- {jupyterlab-4.0.12.dist-info → jupyterlab-4.1.0.dist-info}/entry_points.txt +0 -0
- {jupyterlab-4.0.12.dist-info → jupyterlab-4.1.0.dist-info}/licenses/LICENSE +0 -0
@@ -1 +0,0 @@
|
|
1
|
-
(()=>{var e={37559:(e,a,t)=>{let r=null;function n(e){if(r===null){let e={};if(typeof document!=="undefined"&&document){const a=document.getElementById("jupyter-config-data");if(a){e=JSON.parse(a.textContent||"{}")}}r=e}return r[e]||""}t.p=n("fullStaticUrl")+"/";function l(e){return new Promise(((a,t)=>{const r=document.createElement("script");r.onerror=t;r.onload=a;r.async=true;document.head.appendChild(r);r.src=e}))}async function o(e,a){await l(e);await t.I("default");const r=window._JUPYTERLAB[a];await r.init(t.S.default)}void async function e(){const a=n("federated_extensions");let r=n("fullLabextensionsUrl");const l=await Promise.allSettled(a.map((async e=>{await o(`${r}/${e.name}/${e.load}`,e.name)})));l.forEach((e=>{if(e.status==="rejected"){console.error(e.reason)}}));let f=(await Promise.all([t.e(3472),t.e(7517),t.e(7228),t.e(2987),t.e(5867),t.e(812)]).then(t.bind(t,37796))).main;window.addEventListener("load",f)}()},57147:(e,a,t)=>{"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 f=ArrayBuffer.isView||function(e){return e&&o.indexOf(Object.prototype.toString.call(e))>-1}}function d(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 i(e){if(typeof e!=="string"){e=String(e)}return e}function c(e){var a={next:function(){var a=e.shift();return{done:a===undefined,value:a}}};if(n.iterable){a[Symbol.iterator]=function(){return a}}return a}function b(e){this.map={};if(e instanceof b){e.forEach((function(e,a){this.append(a,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(a){this.append(a,e[a])}),this)}}b.prototype.append=function(e,a){e=d(e);a=i(a);var t=this.map[e];this.map[e]=t?t+", "+a:a};b.prototype["delete"]=function(e){delete this.map[d(e)]};b.prototype.get=function(e){e=d(e);return this.has(e)?this.map[e]:null};b.prototype.has=function(e){return this.map.hasOwnProperty(d(e))};b.prototype.set=function(e,a){this.map[d(e)]=i(a)};b.prototype.forEach=function(e,a){for(var t in this.map){if(this.map.hasOwnProperty(t)){e.call(a,this.map[t],t,this)}}};b.prototype.keys=function(){var e=[];this.forEach((function(a,t){e.push(t)}));return c(e)};b.prototype.values=function(){var e=[];this.forEach((function(a){e.push(a)}));return c(e)};b.prototype.entries=function(){var e=[];this.forEach((function(a,t){e.push([t,a])}));return c(e)};if(n.iterable){b.prototype[Symbol.iterator]=b.prototype.entries}function s(e){if(e.bodyUsed){return Promise.reject(new TypeError("Already read"))}e.bodyUsed=true}function u(e){return new Promise((function(a,t){e.onload=function(){a(e.result)};e.onerror=function(){t(e.error)}}))}function h(e){var a=new FileReader;var t=u(a);a.readAsArrayBuffer(e);return t}function m(e){var a=new FileReader;var t=u(a);a.readAsText(e);return t}function p(e){var a=new Uint8Array(e);var t=new Array(a.length);for(var r=0;r<a.length;r++){t[r]=String.fromCharCode(a[r])}return t.join("")}function y(e){if(e.slice){return e.slice(0)}else{var a=new Uint8Array(e.byteLength);a.set(new Uint8Array(e));return a.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)||f(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=s(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=s(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=s(this);if(e){return e}if(this._bodyBlob){return m(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(p(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 a=e.toUpperCase();return j.indexOf(a)>-1?a:e}function g(e,a){if(!(this instanceof g)){throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.')}a=a||{};var t=a.body;if(e instanceof g){if(e.bodyUsed){throw new TypeError("Already read")}this.url=e.url;this.credentials=e.credentials;if(!a.headers){this.headers=new b(e.headers)}this.method=e.method;this.mode=e.mode;this.signal=e.signal;if(!t&&e._bodyInit!=null){t=e._bodyInit;e.bodyUsed=true}}else{this.url=String(e)}this.credentials=a.credentials||this.credentials||"same-origin";if(a.headers||!this.headers){this.headers=new b(a.headers)}this.method=v(a.method||this.method||"GET");this.mode=a.mode||this.mode||null;this.signal=a.signal||this.signal;this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&t){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(t);if(this.method==="GET"||this.method==="HEAD"){if(a.cache==="no-store"||a.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 a=new FormData;e.trim().split("&").forEach((function(e){if(e){var t=e.split("=");var r=t.shift().replace(/\+/g," ");var n=t.join("=").replace(/\+/g," ");a.append(decodeURIComponent(r),decodeURIComponent(n))}}));return a}function w(e){var a=new b;var t=e.replace(/\r?\n[\t ]+/g," ");t.split("\r").map((function(e){return e.indexOf("\n")===0?e.substr(1,e.length):e})).forEach((function(e){var t=e.split(":");var r=t.shift().trim();if(r){var n=t.join(":").trim();a.append(r,n)}}));return a}P.call(g.prototype);function _(e,a){if(!(this instanceof _)){throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.')}if(!a){a={}}this.type="default";this.status=a.status===undefined?200:a.status;this.ok=this.status>=200&&this.status<300;this.statusText=a.statusText===undefined?"":""+a.statusText;this.headers=new b(a.headers);this.url=a.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,a){if(E.indexOf(a)===-1){throw new RangeError("Invalid status code")}return new _(null,{status:a,headers:{location:e}})};var T=r.DOMException;try{new T}catch(O){T=function(e,a){this.message=e;this.name=a;var t=Error(e);this.stack=t.stack};T.prototype=Object.create(Error.prototype);T.prototype.constructor=T}function A(e,a){return new Promise((function(t,l){var o=new g(e,a);if(o.signal&&o.signal.aborted){return l(new T("Aborted","AbortError"))}var f=new XMLHttpRequest;function d(){f.abort()}f.onload=function(){var e={status:f.status,statusText:f.statusText,headers:w(f.getAllResponseHeaders()||"")};e.url="responseURL"in f?f.responseURL:e.headers.get("X-Request-URL");var a="response"in f?f.response:f.responseText;setTimeout((function(){t(new _(a,e))}),0)};f.onerror=function(){setTimeout((function(){l(new TypeError("Network request failed"))}),0)};f.ontimeout=function(){setTimeout((function(){l(new TypeError("Network request failed"))}),0)};f.onabort=function(){setTimeout((function(){l(new T("Aborted","AbortError"))}),0)};function c(e){try{return e===""&&r.location.href?r.location.href:e}catch(a){return e}}f.open(o.method,c(o.url),true);if(o.credentials==="include"){f.withCredentials=true}else if(o.credentials==="omit"){f.withCredentials=false}if("responseType"in f){if(n.blob){f.responseType="blob"}else if(n.arrayBuffer&&o.headers.get("Content-Type")&&o.headers.get("Content-Type").indexOf("application/octet-stream")!==-1){f.responseType="arraybuffer"}}if(a&&typeof a.headers==="object"&&!(a.headers instanceof b)){Object.getOwnPropertyNames(a.headers).forEach((function(e){f.setRequestHeader(e,i(a.headers[e]))}))}else{o.headers.forEach((function(e,a){f.setRequestHeader(a,e)}))}if(o.signal){o.signal.addEventListener("abort",d);f.onreadystatechange=function(){if(f.readyState===4){o.signal.removeEventListener("abort",d)}}}f.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,a,t)=>{function r(e){let a=Object.create(null);if(typeof document!=="undefined"&&document){const e=document.getElementById("jupyter-config-data");if(e){a=JSON.parse(e.textContent||"{}")}}return a[e]||""}t.p=r("fullStaticUrl")+"/"},18083:e=>{"use strict";e.exports=ws}};var a={};function t(r){var n=a[r];if(n!==undefined){return n.exports}var l=a[r]={id:r,loaded:false,exports:{}};e[r].call(l.exports,l,l.exports,t);l.loaded=true;return l.exports}t.m=e;t.c=a;(()=>{t.n=e=>{var a=e&&e.__esModule?()=>e["default"]:()=>e;t.d(a,{a});return a}})();(()=>{var e=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;var a;t.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);t.r(l);var o={};a=a||[null,e({}),e([]),e(e)];for(var f=n&2&&r;typeof f=="object"&&!~a.indexOf(f);f=e(f)){Object.getOwnPropertyNames(f).forEach((e=>o[e]=()=>r[e]))}o["default"]=()=>r;t.d(l,o);return l}})();(()=>{t.d=(e,a)=>{for(var r in a){if(t.o(a,r)&&!t.o(e,r)){Object.defineProperty(e,r,{enumerable:true,get:a[r]})}}}})();(()=>{t.f={};t.e=e=>Promise.all(Object.keys(t.f).reduce(((a,r)=>{t.f[r](e,a);return a}),[]))})();(()=>{t.u=e=>""+(e===3472?"jlab_core":e)+"."+{9:"0e0cba0ccc2a4b670600",46:"fb119c5e5b1e0c72a00f",49:"7233f68f95d10b85a83e",141:"f110448d494068ebcc87",292:"3f7844a129f16ec1ffbc",378:"6d0f0fc4c8a2eb80ac43",383:"db345dbeef5ef774e50c",502:"a1afab940577decd4d1b",506:"f61ca097d566fc01e091",581:"2b878ed37172aced15b5",745:"85516a9bb83bcd94d00d",786:"8a99ee7dbd7bd0eb9dce",795:"47ab66037ef33f808f09",812:"063be439e3d9e318bdbd",830:"8ddf7d2d91f66a8e4d36",942:"93c8de61ea9ea08ec097",1036:"0d1f109c3d842497fd51",1051:"f90fc2ceade0effb337c",1085:"0b67f0736d85ec41fdd4",1142:"d5442a459b18907c1f91",1168:"0a95b9c93afe61ceb527",1294:"9d27be1098bc8abebe3f",1299:"2565bfc6ec1fbc1306a2",1334:"d45670b41586fa166010",1351:"2669867aee0d2de5002d",1372:"fe6d3ac5d12585b73bf5",1410:"e2302ff5f564d6e596bb",1420:"e8486ed074346bc629ca",1433:"57c079b64a3e833f83e0",1448:"c391061d8a8344f9d177",1452:"4cc17f31511d1f9c6052",1454:"79e8da9202319eb73c18",1467:"dcd89539f6477c1367af",1550:"09375e869bc25429b07a",1581:"e988a625b879002dcc04",1608:"61240f3db67d3d952790",1657:"1b9cf438be39aa3ee4a0",1708:"6d7bc233145f2bf5f0d9",1716:"a6bbe1ae8a1986a73623",1720:"1d6572f3695ac120ec3c",1770:"ba00e5e1051468484899",1776:"4f9305d35480467b23c9",1798:"0a795c194c5c527ff809",1861:"4fc7b4afe2b09eb6b5c0",1903:"3b452e8ec30e57dbaba5",1945:"0fbbfe93a4aedd91875c",1954:"07d96e4020ed6e543d25",1993:"f8c5682f95ffa75cbaf6",2039:"aa079dac5c520f93b234",2042:"496630ba9a04b9a24669",2090:"abc86741318f76c3d726",2091:"600b1c32af186f6405f9",2104:"296346db0067b4883fbf",2145:"be9ec610f29703694fcf",2254:"55c69210925ec9b28dd9",2295:"cda0f7182bf2a1a03c5a",2320:"04abae549b19363c2fdd",2363:"6eef078cb37c32d7fbc3",2459:"9f9cb02561de1bec73ff",2473:"cb9caf61d1e34a747cc0",2485:"dab750ed66209df61fe1",2589:"730e79f170cc12310424",2617:"9c299e26785f7646cb39",2646:"0864fb63d7ab1ed16893",2800:"680b1fa0a4c66c69bb1e",2857:"27a6e85f5c4c092ab8a2",2909:"e190307f7f84c7691068",2929:"b88233153dbf33f40b29",2953:"92ff8f12bad6ee06859c",2987:"562bc97c221c88ed5f94",2990:"ea15322a41d3f133989b",2995:"9791e1071c5f095421bf",3056:"8a73f6aacd8ca45f84f9",3068:"b30141fd49c5f967e93a",3123:"85cea4be2e2ed3f9654f",3127:"75e12687687a3de3b59d",3265:"ad0bf6ab96d3614a16a7",3306:"8bdc49ad1a7ca593a838",3308:"b85a46b26730c1cd5395",3322:"c98d5249f4bbf38bfe5d",3349:"cf9d963924b7a9132f05",3364:"c7dad43f594a494c005e",3372:"e4b58bf18695add621b7",3472:"826ed748f0a8a70a419e",3520:"3495b98946de6960ace8",3523:"a423cb3b943f82af82a3",3528:"3b5ef5f31d460b5fcd01",3547:"bd90e90bfe79911486e8",3549:"24f2fe646d8128bc9db0",3576:"4cee37f3c268f17b8548",3597:"a1de5781761597710f91",3601:"5c17c015d71b69ddcab3",3724:"a4657dc16be2ffc49282",3778:"9f986be4c0e7a6daa6fc",3783:"93d5366ab28a19e1f0f9",3802:"2e72278f8edec4a80de1",3807:"08a8fd824036c30b3746",3871:"ba96e5b53bb16df56618",3923:"f29c06abdcb560130471",3935:"905285b8e22c337968ed",3962:"50786e3ed9a01329a4a0",4008:"86acbefff6de679f77b5",4017:"096a74a538e031b6d346",4033:"4b90d806c5e25f5a1711",4043:"aa012978c41d1d1b2f14",4104:"6d2f5a79e08509dc277a",4139:"303ee7374c742287be85",4155:"5a8d6736017097028d78",4283:"f6092d8b7f2e53118d1b",4291:"e5d8997127541f75fdaf",4307:"58086887433361c0788b",4405:"43dab120fea32f30bbb9",4412:"02bff7a635ebce0b3ff4",4419:"93938494f456cd76a7e3",4452:"2f8819684b96ecff5231",4519:"6b784d052db42e93eff2",4523:"87224ea442d42316dda0",4562:"72444a09f5f092646490",4591:"428531724f49fe824ffa",4623:"691f0c7dcd0a0ea30408",4743:"d4e9658ea25301e15a94",4749:"5013be1d5383f12b3237",4878:"73004381601237a3ef9c",4931:"f6240599872f30ba486c",4986:"a497cdda4b7152902568",4996:"a9589621023b71e13d83",4998:"5abb3ce925f09a01d0a2",5009:"3f8f4eaaf80798b8f1f9",5014:"55cfe060b4f1ef352979",5041:"cdc120bda0a0dec4cfc2",5046:"98dc304cbafeb2f9e2fe",5064:"24b34ee48af781b48fd2",5085:"71de2fbc78a1a00d66df",5097:"44ca7de63cdcc66a1c26",5157:"9c77dc27a251d4135876",5201:"8866042bae350659528a",5203:"c002d40ac647dc6e1d61",5317:"4e1fed4772c91996ec09",5331:"0cd3f010bb08983ec3fd",5379:"8cb2b14fa48b93755376",5440:"2541fcda12b661665148",5448:"ae855c19ee269d6ea728",5521:"ce4a0274596e0325374c",5590:"8bd6c26ede306c963858",5596:"d6fa61bbcd5df7a3e940",5671:"58788580292c125abe55",5707:"009b29fe0b031e6211ca",5746:"e4434ef2027bcc5ed0c9",5867:"69b4d4e2e62b6bf49ff9",5881:"3946238aa4afdcf4f964",5905:"b3caef27f9f6f7c8051f",5959:"a6b1fd3b03d3649ea8b1",6004:"4e0bb9d69403a6c488e2",6016:"625d01124273bac7a26e",6044:"0848955c2f2dc455c758",6059:"d83e7323b2ee1aa16009",6143:"93adda30f89dad28d5f6",6163:"f5b51a9f0df4846ba40f",6207:"a8079c8d8a61039dd530",6211:"3b85a6aa814a6cfb0425",6243:"2efd673d1304c43b7b78",6267:"1def2916929e185ab9fc",6350:"54425128ba61e038fb57",6359:"4b994bfd6b1dea2d6fe3",6443:"e6b52d3732b3e8513a71",6498:"1b9723ef84c7c4628d14",6512:"adb533e30a8862ce8b28",6532:"bb7137729a2d6d4e6ddf",6560:"f42276a0b1b92aea515b",6595:"6a1d7e1abbf186dd119b",6682:"aa1b4a861346ed003fe2",6686:"3c518aa6e5f9785fb486",6815:"0b699f0c162a24b0dbe3",6888:"9d3914817f3290827a64",6953:"bf2af8265ed67c24e918",7070:"205da0f8b72a95cdf98b",7080:"1330328bb6f46b4da81e",7112:"d5120c85ebd17620dda0",7173:"e28f63dbd553818e07d3",7228:"3c41be0bd25df5bc1ddc",7245:"c0cae8787dcd00b991b7",7294:"badf85a3180703d63f62",7317:"af8a7da0f881a22752c1",7318:"397bf8e913e825b2be27",7363:"abe8e31a91e113753bae",7384:"60351e008d8f687e8fcc",7390:"8253478b90f756692702",7451:"c0257dbfdd320e2c21f5",7472:"58ba8647a489d019c2ef",7473:"5012397d10d3b945ecaa",7496:"9bf69b69d2d73893b786",7508:"b902347f820c70cd386a",7511:"b381a696cf806983c654",7517:"f3e5d420f4af90d442dd",7669:"343e259c4c8269479f5b",7702:"c479c69f7a532f7b3fd5",7726:"c17bb4a718ff467b2126",7730:"7e3a9fb140d2d55a51fc",7731:"26db150e967313b7a7e2",7737:"f845399af1ee8ea356cf",7754:"6b24b22164cedd145a0c",7760:"38bbca1528195ee7ec2b",7763:"19a095394000f9ef62bd",7775:"3e0dee729369fe3d5008",7823:"817687f13e9a6781fdd3",7827:"e36d073d947bf02a05e3",7848:"e83aa4b90ae87209abb8",7877:"a4c46a784149533b91d4",7887:"128a155df5d25e88c0ce",7970:"a1ecc807ec5adfab90d2",8002:"25f64485372af5158c83",8010:"1cf8237e9def8404f355",8012:"40cb006f0c180ebafa91",8285:"1eac7b7582569be1c3a8",8302:"4c190e10b00fe083570e",8319:"80fcbc832e1eb20b71e7",8347:"573b699e3590729bfa8a",8405:"154ba4b17a2dec22a355",8416:"d947df0a292f3321fea2",8440:"ace550b979c9ed0aeafb",8493:"fc635229db38e6fc6aa2",8498:"27a245b23921914bf5c2",8512:"1af96655287fd124877b",8532:"50b6e9b2cd4fafa6c401",8653:"3f396164245c4ecd74e5",8678:"dcd3dab9025b13eb9be8",8710:"5fc5ecb762fb4494db02",8740:"4d85a5d87b9b18a811cb",8768:"4a80caab00174c50eb10",8771:"327a202178f82f3b15b8",8783:"45f4987ff46bcae3f709",8787:"4d36d28dcf94bf59cbfe",8805:"0f14a91b024b59c039a7",8821:"20fa277ac5d2048ac656",8823:"2ff947bcd96cc0723058",8875:"88988caaba1e33edad5b",8964:"3a387f3481d64e5eafef",9030:"260bc05e28eccff70ae8",9041:"df39043656c7233552e4",9055:"bd710a8db8883a836b59",9065:"5305259c65dfa1c99874",9109:"fa3ee74a5c0f378f4d51",9192:"db4337a516b7f38d1f89",9222:"1c2a8e69a2de57dd1984",9230:"58b8c42b730e1a56e69b",9265:"bc2b66a4502cdfcfc14f",9362:"823dcfac216f8057452d",9409:"34c33ed11e2d6f318480",9421:"022dc7b4e9a2c80c32c2",9445:"fe5e9e5b728de8d15873",9572:"25d65cf2a424f0301f04",9621:"9cbfa52c42927bb398b4",9653:"d93c93e084cd5e93cd2d",9738:"c0234a1f7f6ac262f560",9747:"6dd327f4928c6989ea8a",9826:"406d2a71dc45995bc549",9858:"7ea837d9d09a8c0eeb4e"}[e]+".js?v="+{9:"0e0cba0ccc2a4b670600",46:"fb119c5e5b1e0c72a00f",49:"7233f68f95d10b85a83e",141:"f110448d494068ebcc87",292:"3f7844a129f16ec1ffbc",378:"6d0f0fc4c8a2eb80ac43",383:"db345dbeef5ef774e50c",502:"a1afab940577decd4d1b",506:"f61ca097d566fc01e091",581:"2b878ed37172aced15b5",745:"85516a9bb83bcd94d00d",786:"8a99ee7dbd7bd0eb9dce",795:"47ab66037ef33f808f09",812:"063be439e3d9e318bdbd",830:"8ddf7d2d91f66a8e4d36",942:"93c8de61ea9ea08ec097",1036:"0d1f109c3d842497fd51",1051:"f90fc2ceade0effb337c",1085:"0b67f0736d85ec41fdd4",1142:"d5442a459b18907c1f91",1168:"0a95b9c93afe61ceb527",1294:"9d27be1098bc8abebe3f",1299:"2565bfc6ec1fbc1306a2",1334:"d45670b41586fa166010",1351:"2669867aee0d2de5002d",1372:"fe6d3ac5d12585b73bf5",1410:"e2302ff5f564d6e596bb",1420:"e8486ed074346bc629ca",1433:"57c079b64a3e833f83e0",1448:"c391061d8a8344f9d177",1452:"4cc17f31511d1f9c6052",1454:"79e8da9202319eb73c18",1467:"dcd89539f6477c1367af",1550:"09375e869bc25429b07a",1581:"e988a625b879002dcc04",1608:"61240f3db67d3d952790",1657:"1b9cf438be39aa3ee4a0",1708:"6d7bc233145f2bf5f0d9",1716:"a6bbe1ae8a1986a73623",1720:"1d6572f3695ac120ec3c",1770:"ba00e5e1051468484899",1776:"4f9305d35480467b23c9",1798:"0a795c194c5c527ff809",1861:"4fc7b4afe2b09eb6b5c0",1903:"3b452e8ec30e57dbaba5",1945:"0fbbfe93a4aedd91875c",1954:"07d96e4020ed6e543d25",1993:"f8c5682f95ffa75cbaf6",2039:"aa079dac5c520f93b234",2042:"496630ba9a04b9a24669",2090:"abc86741318f76c3d726",2091:"600b1c32af186f6405f9",2104:"296346db0067b4883fbf",2145:"be9ec610f29703694fcf",2254:"55c69210925ec9b28dd9",2295:"cda0f7182bf2a1a03c5a",2320:"04abae549b19363c2fdd",2363:"6eef078cb37c32d7fbc3",2459:"9f9cb02561de1bec73ff",2473:"cb9caf61d1e34a747cc0",2485:"dab750ed66209df61fe1",2589:"730e79f170cc12310424",2617:"9c299e26785f7646cb39",2646:"0864fb63d7ab1ed16893",2800:"680b1fa0a4c66c69bb1e",2857:"27a6e85f5c4c092ab8a2",2909:"e190307f7f84c7691068",2929:"b88233153dbf33f40b29",2953:"92ff8f12bad6ee06859c",2987:"562bc97c221c88ed5f94",2990:"ea15322a41d3f133989b",2995:"9791e1071c5f095421bf",3056:"8a73f6aacd8ca45f84f9",3068:"b30141fd49c5f967e93a",3123:"85cea4be2e2ed3f9654f",3127:"75e12687687a3de3b59d",3265:"ad0bf6ab96d3614a16a7",3306:"8bdc49ad1a7ca593a838",3308:"b85a46b26730c1cd5395",3322:"c98d5249f4bbf38bfe5d",3349:"cf9d963924b7a9132f05",3364:"c7dad43f594a494c005e",3372:"e4b58bf18695add621b7",3472:"826ed748f0a8a70a419e",3520:"3495b98946de6960ace8",3523:"a423cb3b943f82af82a3",3528:"3b5ef5f31d460b5fcd01",3547:"bd90e90bfe79911486e8",3549:"24f2fe646d8128bc9db0",3576:"4cee37f3c268f17b8548",3597:"a1de5781761597710f91",3601:"5c17c015d71b69ddcab3",3724:"a4657dc16be2ffc49282",3778:"9f986be4c0e7a6daa6fc",3783:"93d5366ab28a19e1f0f9",3802:"2e72278f8edec4a80de1",3807:"08a8fd824036c30b3746",3871:"ba96e5b53bb16df56618",3923:"f29c06abdcb560130471",3935:"905285b8e22c337968ed",3962:"50786e3ed9a01329a4a0",4008:"86acbefff6de679f77b5",4017:"096a74a538e031b6d346",4033:"4b90d806c5e25f5a1711",4043:"aa012978c41d1d1b2f14",4104:"6d2f5a79e08509dc277a",4139:"303ee7374c742287be85",4155:"5a8d6736017097028d78",4283:"f6092d8b7f2e53118d1b",4291:"e5d8997127541f75fdaf",4307:"58086887433361c0788b",4405:"43dab120fea32f30bbb9",4412:"02bff7a635ebce0b3ff4",4419:"93938494f456cd76a7e3",4452:"2f8819684b96ecff5231",4519:"6b784d052db42e93eff2",4523:"87224ea442d42316dda0",4562:"72444a09f5f092646490",4591:"428531724f49fe824ffa",4623:"691f0c7dcd0a0ea30408",4743:"d4e9658ea25301e15a94",4749:"5013be1d5383f12b3237",4878:"73004381601237a3ef9c",4931:"f6240599872f30ba486c",4986:"a497cdda4b7152902568",4996:"a9589621023b71e13d83",4998:"5abb3ce925f09a01d0a2",5009:"3f8f4eaaf80798b8f1f9",5014:"55cfe060b4f1ef352979",5041:"cdc120bda0a0dec4cfc2",5046:"98dc304cbafeb2f9e2fe",5064:"24b34ee48af781b48fd2",5085:"71de2fbc78a1a00d66df",5097:"44ca7de63cdcc66a1c26",5157:"9c77dc27a251d4135876",5201:"8866042bae350659528a",5203:"c002d40ac647dc6e1d61",5317:"4e1fed4772c91996ec09",5331:"0cd3f010bb08983ec3fd",5379:"8cb2b14fa48b93755376",5440:"2541fcda12b661665148",5448:"ae855c19ee269d6ea728",5521:"ce4a0274596e0325374c",5590:"8bd6c26ede306c963858",5596:"d6fa61bbcd5df7a3e940",5671:"58788580292c125abe55",5707:"009b29fe0b031e6211ca",5746:"e4434ef2027bcc5ed0c9",5867:"69b4d4e2e62b6bf49ff9",5881:"3946238aa4afdcf4f964",5905:"b3caef27f9f6f7c8051f",5959:"a6b1fd3b03d3649ea8b1",6004:"4e0bb9d69403a6c488e2",6016:"625d01124273bac7a26e",6044:"0848955c2f2dc455c758",6059:"d83e7323b2ee1aa16009",6143:"93adda30f89dad28d5f6",6163:"f5b51a9f0df4846ba40f",6207:"a8079c8d8a61039dd530",6211:"3b85a6aa814a6cfb0425",6243:"2efd673d1304c43b7b78",6267:"1def2916929e185ab9fc",6350:"54425128ba61e038fb57",6359:"4b994bfd6b1dea2d6fe3",6443:"e6b52d3732b3e8513a71",6498:"1b9723ef84c7c4628d14",6512:"adb533e30a8862ce8b28",6532:"bb7137729a2d6d4e6ddf",6560:"f42276a0b1b92aea515b",6595:"6a1d7e1abbf186dd119b",6682:"aa1b4a861346ed003fe2",6686:"3c518aa6e5f9785fb486",6815:"0b699f0c162a24b0dbe3",6888:"9d3914817f3290827a64",6953:"bf2af8265ed67c24e918",7070:"205da0f8b72a95cdf98b",7080:"1330328bb6f46b4da81e",7112:"d5120c85ebd17620dda0",7173:"e28f63dbd553818e07d3",7228:"3c41be0bd25df5bc1ddc",7245:"c0cae8787dcd00b991b7",7294:"badf85a3180703d63f62",7317:"af8a7da0f881a22752c1",7318:"397bf8e913e825b2be27",7363:"abe8e31a91e113753bae",7384:"60351e008d8f687e8fcc",7390:"8253478b90f756692702",7451:"c0257dbfdd320e2c21f5",7472:"58ba8647a489d019c2ef",7473:"5012397d10d3b945ecaa",7496:"9bf69b69d2d73893b786",7508:"b902347f820c70cd386a",7511:"b381a696cf806983c654",7517:"f3e5d420f4af90d442dd",7669:"343e259c4c8269479f5b",7702:"c479c69f7a532f7b3fd5",7726:"c17bb4a718ff467b2126",7730:"7e3a9fb140d2d55a51fc",7731:"26db150e967313b7a7e2",7737:"f845399af1ee8ea356cf",7754:"6b24b22164cedd145a0c",7760:"38bbca1528195ee7ec2b",7763:"19a095394000f9ef62bd",7775:"3e0dee729369fe3d5008",7823:"817687f13e9a6781fdd3",7827:"e36d073d947bf02a05e3",7848:"e83aa4b90ae87209abb8",7877:"a4c46a784149533b91d4",7887:"128a155df5d25e88c0ce",7970:"a1ecc807ec5adfab90d2",8002:"25f64485372af5158c83",8010:"1cf8237e9def8404f355",8012:"40cb006f0c180ebafa91",8285:"1eac7b7582569be1c3a8",8302:"4c190e10b00fe083570e",8319:"80fcbc832e1eb20b71e7",8347:"573b699e3590729bfa8a",8405:"154ba4b17a2dec22a355",8416:"d947df0a292f3321fea2",8440:"ace550b979c9ed0aeafb",8493:"fc635229db38e6fc6aa2",8498:"27a245b23921914bf5c2",8512:"1af96655287fd124877b",8532:"50b6e9b2cd4fafa6c401",8653:"3f396164245c4ecd74e5",8678:"dcd3dab9025b13eb9be8",8710:"5fc5ecb762fb4494db02",8740:"4d85a5d87b9b18a811cb",8768:"4a80caab00174c50eb10",8771:"327a202178f82f3b15b8",8783:"45f4987ff46bcae3f709",8787:"4d36d28dcf94bf59cbfe",8805:"0f14a91b024b59c039a7",8821:"20fa277ac5d2048ac656",8823:"2ff947bcd96cc0723058",8875:"88988caaba1e33edad5b",8964:"3a387f3481d64e5eafef",9030:"260bc05e28eccff70ae8",9041:"df39043656c7233552e4",9055:"bd710a8db8883a836b59",9065:"5305259c65dfa1c99874",9109:"fa3ee74a5c0f378f4d51",9192:"db4337a516b7f38d1f89",9222:"1c2a8e69a2de57dd1984",9230:"58b8c42b730e1a56e69b",9265:"bc2b66a4502cdfcfc14f",9362:"823dcfac216f8057452d",9409:"34c33ed11e2d6f318480",9421:"022dc7b4e9a2c80c32c2",9445:"fe5e9e5b728de8d15873",9572:"25d65cf2a424f0301f04",9621:"9cbfa52c42927bb398b4",9653:"d93c93e084cd5e93cd2d",9738:"c0234a1f7f6ac262f560",9747:"6dd327f4928c6989ea8a",9826:"406d2a71dc45995bc549",9858:"7ea837d9d09a8c0eeb4e"}[e]+""})();(()=>{t.g=function(){if(typeof globalThis==="object")return globalThis;try{return this||new Function("return this")()}catch(e){if(typeof window==="object")return window}}()})();(()=>{t.hmd=e=>{e=Object.create(e);if(!e.children)e.children=[];Object.defineProperty(e,"exports",{enumerable:true,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}});return e}})();(()=>{t.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a)})();(()=>{var e={};var a="@jupyterlab/application-top:";t.l=(r,n,l,o)=>{if(e[r]){e[r].push(n);return}var f,d;if(l!==undefined){var i=document.getElementsByTagName("script");for(var c=0;c<i.length;c++){var b=i[c];if(b.getAttribute("src")==r||b.getAttribute("data-webpack")==a+l){f=b;break}}}if(!f){d=true;f=document.createElement("script");f.charset="utf-8";f.timeout=120;if(t.nc){f.setAttribute("nonce",t.nc)}f.setAttribute("data-webpack",a+l);f.src=r}e[r]=[n];var s=(a,t)=>{f.onerror=f.onload=null;clearTimeout(u);var n=e[r];delete e[r];f.parentNode&&f.parentNode.removeChild(f);n&&n.forEach((e=>e(t)));if(a)return a(t)};var u=setTimeout(s.bind(null,undefined,{type:"timeout",target:f}),12e4);f.onerror=s.bind(null,f.onerror);f.onload=s.bind(null,f.onload);d&&document.head.appendChild(f)}})();(()=>{t.r=e=>{if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(e,"__esModule",{value:true})}})();(()=>{t.nmd=e=>{e.paths=[];if(!e.children)e.children=[];return e}})();(()=>{t.S={};var e={};var a={};t.I=(r,n)=>{if(!n)n=[];var l=a[r];if(!l)l=a[r]={};if(n.indexOf(l)>=0)return;n.push(l);if(e[r])return e[r];if(!t.o(t.S,r))t.S[r]={};var o=t.S[r];var f=e=>typeof console!=="undefined"&&console.warn&&console.warn(e);var d="@jupyterlab/application-top";var i=(e,a,t,r)=>{var n=o[e]=o[e]||{};var l=n[a];if(!l||!l.loaded&&(!r!=!l.eager?r:d>l.from))n[a]={get:t,from:d,eager:!!r}};var c=e=>{var a=e=>f("Initialization of sharing external failed: "+e);try{var l=t(e);if(!l)return;var o=e=>e&&e.init&&e.init(t.S[r],n);if(l.then)return b.push(l.then(o,a));var d=o(l);if(d&&d.then)return b.push(d["catch"](a))}catch(i){a(i)}};var b=[];switch(r){case"default":{i("@codemirror/commands","6.2.3",(()=>Promise.all([t.e(3547),t.e(6143),t.e(7496),t.e(3265),t.e(4104)]).then((()=>()=>t(43547)))));i("@codemirror/lang-markdown","6.1.1",(()=>Promise.all([t.e(2091),t.e(5201),t.e(49),t.e(3783),t.e(9),t.e(6143),t.e(7496),t.e(3265),t.e(6016),t.e(4104)]).then((()=>()=>t(20009)))));i("@codemirror/language","6.8.0",(()=>Promise.all([t.e(6888),t.e(6143),t.e(7496),t.e(3265),t.e(6016),t.e(7737)]).then((()=>()=>t(16888)))));i("@codemirror/search","6.3.0",(()=>Promise.all([t.e(2800),t.e(6143),t.e(7496)]).then((()=>()=>t(52800)))));i("@codemirror/state","6.2.0",(()=>t.e(4405).then((()=>()=>t(74405)))));i("@codemirror/view","6.9.6",(()=>Promise.all([t.e(4986),t.e(7496),t.e(7737)]).then((()=>()=>t(54986)))));i("@jupyter/ydoc","1.1.1",(()=>Promise.all([t.e(1168),t.e(5596),t.e(1372),t.e(6350)]).then((()=>()=>t(61168)))));i("@jupyterlab/application-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(1351),t.e(7228),t.e(6512),t.e(4033),t.e(2987),t.e(506),t.e(6682),t.e(6004)]).then((()=>()=>t(10744)))));i("@jupyterlab/application","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8740),t.e(7228),t.e(1334),t.e(6512),t.e(5905),t.e(5046),t.e(8532),t.e(8821),t.e(5379),t.e(5097)]).then((()=>()=>t(69760)))));i("@jupyterlab/apputils-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(1351),t.e(7228),t.e(6512),t.e(4033),t.e(2987),t.e(5905),t.e(5046),t.e(8532),t.e(6044),t.e(1708),t.e(506),t.e(6682),t.e(3349),t.e(1051),t.e(745)]).then((()=>()=>t(76523)))));i("@jupyterlab/apputils","4.1.12",(()=>Promise.all([t.e(3472),t.e(1036),t.e(5596),t.e(4996),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(1351),t.e(7228),t.e(6512),t.e(4033),t.e(8532),t.e(8821),t.e(6044),t.e(5009),t.e(506),t.e(7730)]).then((()=>()=>t(37342)))));i("@jupyterlab/attachments","4.0.12",(()=>Promise.all([t.e(3472),t.e(1372),t.e(1334),t.e(5009)]).then((()=>()=>t(4388)))));i("@jupyterlab/cell-toolbar-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1351),t.e(4412)]).then((()=>()=>t(12650)))));i("@jupyterlab/cell-toolbar","4.0.12",(()=>Promise.all([t.e(3472),t.e(9858),t.e(2042),t.e(1372),t.e(8740),t.e(5009)]).then((()=>()=>t(70055)))));i("@jupyterlab/cells","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(7228),t.e(1334),t.e(5905),t.e(8821),t.e(6211),t.e(6044),t.e(7970),t.e(4998),t.e(1454),t.e(6143),t.e(502),t.e(8783),t.e(7726),t.e(7754)]).then((()=>()=>t(98596)))));i("@jupyterlab/celltags-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(2042),t.e(8416),t.e(8740),t.e(8653)]).then((()=>()=>t(94131)))));i("@jupyterlab/codeeditor","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(4033),t.e(5009),t.e(8783)]).then((()=>()=>t(95131)))));i("@jupyterlab/codemirror-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(8416),t.e(1351),t.e(4033),t.e(2987),t.e(6211),t.e(1454),t.e(3802),t.e(4104)]).then((()=>()=>t(16795)))));i("@jupyterlab/codemirror","4.0.12",(()=>Promise.all([t.e(3472),t.e(3783),t.e(9041),t.e(5596),t.e(4996),t.e(1372),t.e(7228),t.e(6211),t.e(4998),t.e(6143),t.e(7496),t.e(3265),t.e(6016),t.e(4104),t.e(7760),t.e(6350)]).then((()=>()=>t(73089)))));i("@jupyterlab/completer-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(2042),t.e(8416),t.e(1351),t.e(5014)]).then((()=>()=>t(45759)))));i("@jupyterlab/completer","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8740),t.e(7228),t.e(1334),t.e(8821),t.e(6044)]).then((()=>()=>t(79621)))));i("@jupyterlab/console-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(8740),t.e(1351),t.e(1334),t.e(6512),t.e(2987),t.e(6211),t.e(1708),t.e(5379),t.e(3576),t.e(3349),t.e(4749),t.e(5014)]).then((()=>()=>t(39511)))));i("@jupyterlab/console","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(7228),t.e(1334),t.e(5009),t.e(6143),t.e(7496),t.e(1299),t.e(8964),t.e(8783)]).then((()=>()=>t(80867)))));i("@jupyterlab/coreutils","6.0.12",(()=>Promise.all([t.e(3472),t.e(5440),t.e(5596),t.e(1372)]).then((()=>()=>t(79622)))));i("@jupyterlab/csvviewer-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(1351),t.e(7228),t.e(2987),t.e(5046),t.e(1708),t.e(4998)]).then((()=>()=>t(32854)))));i("@jupyterlab/csvviewer","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(5448),t.e(1372),t.e(7228),t.e(5046),t.e(3364)]).then((()=>()=>t(43734)))));i("@jupyterlab/debugger-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1351),t.e(7228),t.e(1334),t.e(2987),t.e(5046),t.e(6211),t.e(8653),t.e(4749),t.e(8964),t.e(1433),t.e(3523),t.e(8440)]).then((()=>()=>t(34360)))));i("@jupyterlab/debugger","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(7228),t.e(1334),t.e(5905),t.e(6211),t.e(5009),t.e(6143),t.e(7496),t.e(8964)]).then((()=>()=>t(30311)))));i("@jupyterlab/docmanager-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(1351),t.e(7228),t.e(4033),t.e(2987),t.e(4931)]).then((()=>()=>t(87144)))));i("@jupyterlab/docmanager","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(7228),t.e(6512),t.e(4033),t.e(5046),t.e(8821),t.e(5379)]).then((()=>()=>t(69993)))));i("@jupyterlab/docregistry","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8740),t.e(7228),t.e(1334),t.e(6512),t.e(8821),t.e(6211)]).then((()=>()=>t(17454)))));i("@jupyterlab/documentsearch-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(5448),t.e(1351),t.e(2987),t.e(4998)]).then((()=>()=>t(25649)))));i("@jupyterlab/documentsearch","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(6512),t.e(5905)]).then((()=>()=>t(4239)))));i("@jupyterlab/extensionmanager-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(1351),t.e(2987),t.e(5064)]).then((()=>()=>t(32601)))));i("@jupyterlab/extensionmanager","4.0.12",(()=>Promise.all([t.e(3472),t.e(3123),t.e(4996),t.e(9858),t.e(2042),t.e(8416),t.e(7228),t.e(5905),t.e(8532)]).then((()=>()=>t(83127)))));i("@jupyterlab/filebrowser-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(8740),t.e(1351),t.e(7228),t.e(4033),t.e(2987),t.e(506),t.e(6682),t.e(3349),t.e(4931)]).then((()=>()=>t(90053)))));i("@jupyterlab/filebrowser","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(7228),t.e(4033),t.e(5905),t.e(5046),t.e(8532),t.e(8821),t.e(6044),t.e(502),t.e(1299),t.e(4931)]).then((()=>()=>t(34635)))));i("@jupyterlab/fileeditor-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(8740),t.e(1351),t.e(7228),t.e(4033),t.e(2987),t.e(6211),t.e(1708),t.e(7970),t.e(4998),t.e(3576),t.e(3349),t.e(1454),t.e(4749),t.e(5590),t.e(5014),t.e(3523),t.e(7760)]).then((()=>()=>t(18167)))));i("@jupyterlab/fileeditor","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8416),t.e(4033),t.e(5046),t.e(6211),t.e(7970),t.e(1454),t.e(5590)]).then((()=>()=>t(84877)))));i("@jupyterlab/help-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(7228),t.e(2987),t.e(8532),t.e(1708),t.e(502)]).then((()=>()=>t(16783)))));i("@jupyterlab/htmlviewer-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(1351),t.e(2987),t.e(7070)]).then((()=>()=>t(39899)))));i("@jupyterlab/htmlviewer","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(1372),t.e(8416),t.e(7228),t.e(5046)]).then((()=>()=>t(51902)))));i("@jupyterlab/hub-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(7228),t.e(2987)]).then((()=>()=>t(10313)))));i("@jupyterlab/imageviewer-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2987),t.e(9572)]).then((()=>()=>t(15453)))));i("@jupyterlab/imageviewer","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(5448),t.e(7228),t.e(5046)]).then((()=>()=>t(32067)))));i("@jupyterlab/inspector-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(2987),t.e(3576),t.e(8653),t.e(4749),t.e(1657)]).then((()=>()=>t(77407)))));i("@jupyterlab/inspector","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(5448),t.e(1372),t.e(7228),t.e(1334),t.e(5905),t.e(506)]).then((()=>()=>t(55091)))));i("@jupyterlab/javascript-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(1334)]).then((()=>()=>t(48105)))));i("@jupyterlab/json-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(5448),t.e(8416),t.e(1051),t.e(9265)]).then((()=>()=>t(34222)))));i("@jupyterlab/launcher-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(8740),t.e(2987),t.e(3576),t.e(3349)]).then((()=>()=>t(65392)))));i("@jupyterlab/launcher","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(6512),t.e(5379)]).then((()=>()=>t(9)))));i("@jupyterlab/logconsole-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(1372),t.e(8416),t.e(1351),t.e(1334),t.e(4033),t.e(2987),t.e(1433)]).then((()=>()=>t(54780)))));i("@jupyterlab/logconsole","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(5448),t.e(1372),t.e(1334),t.e(7726)]).then((()=>()=>t(28194)))));i("@jupyterlab/lsp-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(1372),t.e(8416),t.e(1351),t.e(5905),t.e(5590),t.e(1770)]).then((()=>()=>t(40711)))));i("@jupyterlab/lsp","4.0.12",(()=>Promise.all([t.e(3472),t.e(8875),t.e(5596),t.e(4996),t.e(9858),t.e(1372),t.e(7228),t.e(8532)]).then((()=>()=>t(6796)))));i("@jupyterlab/mainmenu-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8740),t.e(1351),t.e(7228),t.e(2987),t.e(8532),t.e(1708)]).then((()=>()=>t(66147)))));i("@jupyterlab/mainmenu","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(2042),t.e(5448),t.e(8740)]).then((()=>()=>t(97630)))));i("@jupyterlab/markdownviewer-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1351),t.e(7228),t.e(1334),t.e(2987),t.e(7970),t.e(5707)]).then((()=>()=>t(32824)))));i("@jupyterlab/markdownviewer","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(5448),t.e(1372),t.e(7228),t.e(1334),t.e(5046),t.e(7970)]).then((()=>()=>t(74459)))));i("@jupyterlab/markedparser-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(1334),t.e(1454),t.e(6953)]).then((()=>()=>t(5999)))));i("@jupyterlab/mathjax-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(1334)]).then((()=>()=>t(85792)))));i("@jupyterlab/metadataform-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(1351),t.e(8653),t.e(1798)]).then((()=>()=>t(3873)))));i("@jupyterlab/metadataform","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8416),t.e(1351),t.e(8653),t.e(3802)]).then((()=>()=>t(82996)))));i("@jupyterlab/nbformat","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596)]).then((()=>()=>t(42302)))));i("@jupyterlab/notebook-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(1351),t.e(7228),t.e(1334),t.e(6512),t.e(4033),t.e(2987),t.e(5905),t.e(8532),t.e(8821),t.e(6211),t.e(5009),t.e(1708),t.e(506),t.e(7970),t.e(4998),t.e(3576),t.e(3349),t.e(1454),t.e(8653),t.e(5590),t.e(4931),t.e(8964),t.e(5014),t.e(1433),t.e(6004),t.e(1798),t.e(5867)]).then((()=>()=>t(38091)))));i("@jupyterlab/notebook","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(7228),t.e(4033),t.e(5046),t.e(8532),t.e(8821),t.e(6211),t.e(6044),t.e(5009),t.e(7970),t.e(5379),t.e(4998),t.e(502),t.e(1299),t.e(5590),t.e(8964),t.e(8783),t.e(5671)]).then((()=>()=>t(17525)))));i("@jupyterlab/observables","5.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(8740),t.e(6512),t.e(8821)]).then((()=>()=>t(84691)))));i("@jupyterlab/outputarea","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(5448),t.e(1372),t.e(8740),t.e(1334),t.e(8532),t.e(5009),t.e(5379),t.e(5671)]).then((()=>()=>t(6710)))));i("@jupyterlab/pdf-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(5448),t.e(6512)]).then((()=>()=>t(60962)))));i("@jupyterlab/property-inspector","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(5448),t.e(1372)]).then((()=>()=>t(90790)))));i("@jupyterlab/rendermime-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1334),t.e(4931)]).then((()=>()=>t(22793)))));i("@jupyterlab/rendermime-interfaces","3.8.12",(()=>t.e(3472).then((()=>()=>t(1428)))));i("@jupyterlab/rendermime","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(5448),t.e(1372),t.e(7228),t.e(5009),t.e(5671),t.e(2473)]).then((()=>()=>t(20299)))));i("@jupyterlab/running-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(2042),t.e(1372),t.e(7228),t.e(2987),t.e(5905),t.e(5046),t.e(1770)]).then((()=>()=>t(39914)))));i("@jupyterlab/running","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(1372),t.e(8416),t.e(6512)]).then((()=>()=>t(18981)))));i("@jupyterlab/services","7.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(7228),t.e(6512),t.e(5905),t.e(506),t.e(4155)]).then((()=>()=>t(76240)))));i("@jupyterlab/settingeditor-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(1351),t.e(1334),t.e(2987),t.e(6211),t.e(506)]).then((()=>()=>t(80538)))));i("@jupyterlab/settingeditor","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(1334),t.e(5905),t.e(6211),t.e(506),t.e(3802),t.e(1657)]).then((()=>()=>t(53276)))));i("@jupyterlab/settingregistry","4.0.12",(()=>Promise.all([t.e(3472),t.e(1581),t.e(1142),t.e(5596),t.e(1372),t.e(6512),t.e(6682)]).then((()=>()=>t(76324)))));i("@jupyterlab/shortcuts-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(1351),t.e(6512),t.e(6044),t.e(6682),t.e(1720)]).then((()=>()=>t(73324)))));i("@jupyterlab/statedb","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(5379)]).then((()=>()=>t(17266)))));i("@jupyterlab/statusbar-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1351),t.e(4033),t.e(2987)]).then((()=>()=>t(38938)))));i("@jupyterlab/statusbar","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(6512)]).then((()=>()=>t(93564)))));i("@jupyterlab/terminal-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1351),t.e(2987),t.e(8532),t.e(1708),t.e(3576),t.e(1770),t.e(4623)]).then((()=>()=>t(8883)))));i("@jupyterlab/terminal","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(5448),t.e(8821),t.e(6044)]).then((()=>()=>t(89185)))));i("@jupyterlab/theme-dark-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858)]).then((()=>()=>t(37881)))));i("@jupyterlab/theme-light-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858)]).then((()=>()=>t(44413)))));i("@jupyterlab/toc-extension","6.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(2042),t.e(1351),t.e(2987),t.e(7970)]).then((()=>()=>t(7223)))));i("@jupyterlab/toc","6.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(7228),t.e(1334),t.e(6512)]).then((()=>()=>t(33220)))));i("@jupyterlab/tooltip-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(5448),t.e(8740),t.e(7228),t.e(1334),t.e(8653),t.e(4749),t.e(3523),t.e(3322)]).then((()=>()=>t(3326)))));i("@jupyterlab/tooltip","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(2042),t.e(5448),t.e(1334)]).then((()=>()=>t(43906)))));i("@jupyterlab/translation-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1351),t.e(2987),t.e(1708)]).then((()=>()=>t(37556)))));i("@jupyterlab/translation","4.0.12",(()=>Promise.all([t.e(3472),t.e(5596),t.e(7228),t.e(8532),t.e(506)]).then((()=>()=>t(2285)))));i("@jupyterlab/ui-components-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(2042)]).then((()=>()=>t(85907)))));i("@jupyterlab/ui-components","4.0.12",(()=>Promise.all([t.e(3472),t.e(830),t.e(141),t.e(4523),t.e(5596),t.e(4996),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(7228),t.e(6512),t.e(5905),t.e(8821),t.e(5379),t.e(6682),t.e(502),t.e(1051),t.e(2589)]).then((()=>()=>t(70285)))));i("@jupyterlab/vega5-extension","4.0.12",(()=>Promise.all([t.e(3472),t.e(5448)]).then((()=>()=>t(12549)))));i("@lezer/common","1.0.2",(()=>t.e(2104).then((()=>()=>t(72104)))));i("@lezer/highlight","1.1.4",(()=>Promise.all([t.e(9653),t.e(3265)]).then((()=>()=>t(79653)))));i("@lumino/algorithm","2.0.1",(()=>t.e(3472).then((()=>()=>t(35259)))));i("@lumino/application","2.2.1",(()=>Promise.all([t.e(3472),t.e(5596),t.e(5448),t.e(6682)]).then((()=>()=>t(80885)))));i("@lumino/commands","2.1.3",(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(8740),t.e(6512),t.e(6044),t.e(1720)]).then((()=>()=>t(45159)))));i("@lumino/coreutils","2.1.2",(()=>t.e(3472).then((()=>()=>t(95082)))));i("@lumino/datagrid","2.2.0",(()=>Promise.all([t.e(8302),t.e(5448),t.e(1372),t.e(8740),t.e(8821),t.e(6044),t.e(1299),t.e(1720)]).then((()=>()=>t(58302)))));i("@lumino/disposable","2.1.2",(()=>Promise.all([t.e(3472),t.e(1372)]).then((()=>()=>t(70725)))));i("@lumino/domutils","2.0.1",(()=>t.e(3472).then((()=>()=>t(19150)))));i("@lumino/dragdrop","2.1.4",(()=>Promise.all([t.e(3472),t.e(6512)]).then((()=>()=>t(17303)))));i("@lumino/keyboard","2.0.1",(()=>t.e(3472).then((()=>()=>t(27347)))));i("@lumino/messaging","2.0.1",(()=>Promise.all([t.e(3472),t.e(8740)]).then((()=>()=>t(37192)))));i("@lumino/polling","2.1.2",(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372)]).then((()=>()=>t(23114)))));i("@lumino/properties","2.0.1",(()=>t.e(3472).then((()=>()=>t(39770)))));i("@lumino/signaling","2.1.2",(()=>Promise.all([t.e(3472),t.e(5596),t.e(8740)]).then((()=>()=>t(4016)))));i("@lumino/virtualdom","2.0.1",(()=>Promise.all([t.e(3472),t.e(8740)]).then((()=>()=>t(37135)))));i("@lumino/widgets","2.3.0",(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(8740),t.e(6512),t.e(8821),t.e(6044),t.e(5379),t.e(6682),t.e(502),t.e(1299),t.e(1720)]).then((()=>()=>t(6654)))));i("@rjsf/utils","5.2.1",(()=>Promise.all([t.e(830),t.e(141),t.e(8768),t.e(8416)]).then((()=>()=>t(48768)))));i("@rjsf/validator-ajv8","5.2.1",(()=>Promise.all([t.e(830),t.e(1581),t.e(2995),t.e(2589)]).then((()=>()=>t(2995)))));i("marked","4.3.0",(()=>t.e(3308).then((()=>()=>t(8800)))));i("react-dom","18.2.0",(()=>Promise.all([t.e(3935),t.e(8416)]).then((()=>()=>t(73935)))));i("react-highlight-words","0.20.0",(()=>Promise.all([t.e(7763),t.e(8416)]).then((()=>()=>t(37763)))));i("react-json-tree","0.18.0",(()=>Promise.all([t.e(3056),t.e(8416)]).then((()=>()=>t(53056)))));i("react-toastify","9.1.1",(()=>Promise.all([t.e(8416),t.e(6443)]).then((()=>()=>t(86443)))));i("react","18.2.0",(()=>t.e(7294).then((()=>()=>t(67294)))));i("style-mod","4.0.0",(()=>t.e(4043).then((()=>()=>t(14043)))));i("vega-embed","6.21.3",(()=>Promise.all([t.e(4008),t.e(6498),t.e(3778)]).then((()=>()=>t(94008)))));i("vega-lite","5.6.1",(()=>Promise.all([t.e(7877),t.e(7473),t.e(6498),t.e(8823)]).then((()=>()=>t(87473)))));i("vega","5.24.0",(()=>Promise.all([t.e(7877),t.e(9065),t.e(2990)]).then((()=>()=>t(9065)))));i("yjs","13.5.49",(()=>t.e(383).then((()=>()=>t(10383)))))}break}if(!b.length)return e[r]=1;return e[r]=Promise.all(b).then((()=>e[r]=1))}})();(()=>{t.p="{{page_config.fullStaticUrl}}/"})();(()=>{var e=e=>{var a=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),r=t[1]?a(t[1]):[];return t[2]&&(r.length++,r.push.apply(r,a(t[2]))),t[3]&&(r.push([]),r.push.apply(r,a(t[3]))),r};var a=(a,t)=>{a=e(a),t=e(t);for(var r=0;;){if(r>=a.length)return r<t.length&&"u"!=(typeof t[r])[0];var n=a[r],l=(typeof n)[0];if(r>=t.length)return"u"==l;var o=t[r],f=(typeof o)[0];if(l!=f)return"o"==l&&"n"==f||("s"==f||"u"==l);if("o"!=l&&"u"!=l&&n!=o)return n<o;r++}};var r=e=>{var a=e[0],t="";if(1===e.length)return"*";if(a+.5){t+=0==a?">=":-1==a?"<":1==a?"^":2==a?"~":a>0?"=":"!=";for(var n=1,l=1;l<e.length;l++){n--,t+="u"==(typeof(f=e[l]))[0]?"-":(n>0?".":"")+(n=2,f)}return t}var o=[];for(l=1;l<e.length;l++){var f=e[l];o.push(0===f?"not("+d()+")":1===f?"("+d()+" || "+d()+")":2===f?o.pop()+" "+o.pop():r(f))}return d();function d(){return o.pop().replace(/^\((.+)\)$/,"$1")}};var n=(a,t)=>{if(0 in a){t=e(t);var r=a[0],l=r<0;l&&(r=-r-1);for(var o=0,f=1,d=!0;;f++,o++){var i,c,b=f<a.length?(typeof a[f])[0]:"";if(o>=t.length||"o"==(c=(typeof(i=t[o]))[0]))return!d||("u"==b?f>r&&!l:""==b!=l);if("u"==c){if(!d||"u"!=b)return!1}else if(d)if(b==c)if(f<=r){if(i!=a[f])return!1}else{if(l?i>a[f]:i<a[f])return!1;i!=a[f]&&(d=!1)}else if("s"!=b&&"n"!=b){if(l||f<=r)return!1;d=!1,f--}else{if(f<=r||c<b!=l)return!1;d=!1}else"s"!=b&&"n"!=b&&(d=!1,f--)}}var s=[],u=s.pop.bind(s);for(o=1;o<a.length;o++){var h=a[o];s.push(1==h?u()|u():2==h?u()&u():h?n(h,t):!u())}return!!u()};var l=(e,a)=>{var r=t.S[e];if(!r||!t.o(r,a))throw new Error("Shared module "+a+" doesn't exist in shared scope "+e);return r};var o=(e,t)=>{var r=e[t];var t=Object.keys(r).reduce(((e,t)=>!e||a(e,t)?t:e),0);return t&&r[t]};var f=(e,t)=>{var r=e[t];return Object.keys(r).reduce(((e,t)=>!e||!r[e].loaded&&a(e,t)?t:e),0)};var d=(e,a,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[a][t].from)+" of shared singleton module "+a+" (required "+r(n)+")";var i=(e,a,t,r)=>{var n=f(e,t);return p(e[t][n])};var c=(e,a,t,r)=>{var l=f(e,t);if(!n(r,l))typeof console!=="undefined"&&console.warn&&console.warn(d(e,t,l,r));return p(e[t][l])};var b=(e,a,t,r)=>{var l=f(e,t);if(!n(r,l))throw new Error(d(e,t,l,r));return p(e[t][l])};var s=(e,t,r)=>{var l=e[t];var t=Object.keys(l).reduce(((e,t)=>{if(!n(r,t))return e;return!e||a(e,t)?t:e}),0);return t&&l[t]};var u=(e,a,t,n)=>{var l=e[t];return"No satisfying version ("+r(n)+") of shared module "+t+" found in shared scope "+a+".\n"+"Available versions: "+Object.keys(l).map((e=>e+" from "+l[e].from)).join(", ")};var h=(e,a,t,r)=>{var n=s(e,t,r);if(n)return p(n);throw new Error(u(e,a,t,r))};var m=(e,a,t,r)=>{typeof console!=="undefined"&&console.warn&&console.warn(u(e,a,t,r))};var p=e=>{e.loaded=1;return e.get()};var y=e=>function(a,r,n,l){var o=t.I(a);if(o&&o.then)return o.then(e.bind(e,a,t.S[a],r,n,l));return e(a,t.S[a],r,n,l)};var P=y(((e,a,t)=>{l(e,t);return p(o(a,t))}));var j=y(((e,a,r,n)=>a&&t.o(a,r)?p(o(a,r)):n()));var v=y(((e,a,t,r)=>{l(e,t);return p(s(a,t,r)||m(a,e,t,r)||o(a,t))}));var g=y(((e,a,t)=>{l(e,t);return i(a,e,t)}));var x=y(((e,a,t,r)=>{l(e,t);return c(a,e,t,r)}));var w=y(((e,a,t,r)=>{l(e,t);return h(a,e,t,r)}));var _=y(((e,a,t,r)=>{l(e,t);return b(a,e,t,r)}));var E=y(((e,a,r,n,l)=>{if(!a||!t.o(a,r))return l();return p(s(a,r,n)||m(a,e,r,n)||o(a,r))}));var T=y(((e,a,r,n)=>{if(!a||!t.o(a,r))return n();return i(a,e,r)}));var A=y(((e,a,r,n,l)=>{if(!a||!t.o(a,r))return l();return c(a,e,r,n)}));var O=y(((e,a,r,n,l)=>{var o=a&&t.o(a,r)&&s(a,r,n);return o?p(o):l()}));var B=y(((e,a,r,n,l)=>{if(!a||!t.o(a,r))return l();return b(a,e,r,n)}));var S={};var k={7228:()=>A("default","@jupyterlab/coreutils",[2,6,0,12],(()=>Promise.all([t.e(3472),t.e(5440),t.e(5596),t.e(1372)]).then((()=>()=>t(79622))))),92987:()=>A("default","@jupyterlab/application",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8740),t.e(7228),t.e(1334),t.e(6512),t.e(5905),t.e(5046),t.e(8532),t.e(8821),t.e(5379),t.e(5097)]).then((()=>()=>t(69760))))),5867:()=>O("default","@jupyterlab/docmanager-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(1351),t.e(4033),t.e(4931)]).then((()=>()=>t(87144))))),446:()=>O("default","@jupyterlab/metadataform-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(1351),t.e(8653),t.e(1798)]).then((()=>()=>t(3873))))),6509:()=>O("default","@jupyterlab/markedparser-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(1334),t.e(1454),t.e(6953)]).then((()=>()=>t(5999))))),10222:()=>O("default","@jupyterlab/cell-toolbar-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1351),t.e(4412)]).then((()=>()=>t(12650))))),10870:()=>O("default","@jupyterlab/javascript-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(1334)]).then((()=>()=>t(48105))))),13312:()=>O("default","@jupyterlab/application-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(1351),t.e(6512),t.e(4033),t.e(506),t.e(6682),t.e(6004)]).then((()=>()=>t(10744))))),13357:()=>O("default","@jupyterlab/statusbar-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1351),t.e(4033)]).then((()=>()=>t(38938))))),19930:()=>O("default","@jupyterlab/rendermime-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1334),t.e(4931)]).then((()=>()=>t(22793))))),21287:()=>O("default","@jupyterlab/fileeditor-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(8740),t.e(1351),t.e(4033),t.e(6211),t.e(1708),t.e(7970),t.e(4998),t.e(3576),t.e(3349),t.e(1454),t.e(4749),t.e(5590),t.e(5014),t.e(3523),t.e(7760)]).then((()=>()=>t(18167))))),21442:()=>O("default","@jupyterlab/shortcuts-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(1351),t.e(6512),t.e(6044),t.e(6682),t.e(1720)]).then((()=>()=>t(73324))))),22764:()=>O("default","@jupyterlab/hub-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858)]).then((()=>()=>t(10313))))),26706:()=>O("default","@jupyterlab/documentsearch-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(5448),t.e(1351),t.e(4998)]).then((()=>()=>t(25649))))),29352:()=>O("default","@jupyterlab/vega5-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5448)]).then((()=>()=>t(12549))))),30957:()=>O("default","@jupyterlab/apputils-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(1351),t.e(6512),t.e(4033),t.e(5905),t.e(5046),t.e(8532),t.e(6044),t.e(1708),t.e(506),t.e(6682),t.e(3349),t.e(1051),t.e(7245)]).then((()=>()=>t(76523))))),31233:()=>O("default","@jupyterlab/notebook-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(1351),t.e(1334),t.e(6512),t.e(4033),t.e(5905),t.e(8532),t.e(8821),t.e(6211),t.e(5009),t.e(1708),t.e(506),t.e(7970),t.e(4998),t.e(3576),t.e(3349),t.e(1454),t.e(8653),t.e(5590),t.e(4931),t.e(8964),t.e(5014),t.e(1433),t.e(6004),t.e(1798)]).then((()=>()=>t(38091))))),31627:()=>O("default","@jupyterlab/codemirror-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(8416),t.e(1351),t.e(4033),t.e(6211),t.e(1454),t.e(3802),t.e(4104)]).then((()=>()=>t(16795))))),32467:()=>O("default","@jupyterlab/translation-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1351),t.e(1708)]).then((()=>()=>t(37556))))),33573:()=>O("default","@jupyterlab/filebrowser-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(8740),t.e(1351),t.e(4033),t.e(506),t.e(6682),t.e(3349),t.e(4931)]).then((()=>()=>t(90053))))),39216:()=>O("default","@jupyterlab/ui-components-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(2042)]).then((()=>()=>t(85907))))),42056:()=>O("default","@jupyterlab/celltags-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(2042),t.e(8416),t.e(8740),t.e(8653)]).then((()=>()=>t(94131))))),45680:()=>O("default","@jupyterlab/theme-light-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858)]).then((()=>()=>t(44413))))),47813:()=>O("default","@jupyterlab/logconsole-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(1372),t.e(8416),t.e(1351),t.e(1334),t.e(4033),t.e(1433)]).then((()=>()=>t(54780))))),48558:()=>O("default","@jupyterlab/toc-extension",[2,6,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(2042),t.e(1351),t.e(7970)]).then((()=>()=>t(7223))))),49798:()=>O("default","@jupyterlab/terminal-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1351),t.e(8532),t.e(1708),t.e(3576),t.e(1770),t.e(4623)]).then((()=>()=>t(8883))))),50697:()=>O("default","@jupyterlab/help-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8532),t.e(1708),t.e(502)]).then((()=>()=>t(16783))))),51612:()=>O("default","@jupyterlab/mainmenu-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(8740),t.e(1351),t.e(8532),t.e(1708)]).then((()=>()=>t(66147))))),56701:()=>O("default","@jupyterlab/theme-dark-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858)]).then((()=>()=>t(37881))))),60628:()=>O("default","@jupyterlab/csvviewer-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(1351),t.e(5046),t.e(1708),t.e(4998)]).then((()=>()=>t(32854))))),61068:()=>O("default","@jupyterlab/htmlviewer-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(1351),t.e(7070)]).then((()=>()=>t(39899))))),61280:()=>O("default","@jupyterlab/debugger-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1351),t.e(1334),t.e(5046),t.e(6211),t.e(8653),t.e(4749),t.e(8964),t.e(1433),t.e(3523),t.e(8440)]).then((()=>()=>t(34360))))),61633:()=>O("default","@jupyterlab/pdf-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(5448),t.e(6512)]).then((()=>()=>t(60962))))),63409:()=>O("default","@jupyterlab/settingeditor-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(1351),t.e(1334),t.e(6211),t.e(506)]).then((()=>()=>t(80538))))),69986:()=>O("default","@jupyterlab/lsp-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(2042),t.e(1372),t.e(8416),t.e(1351),t.e(5905),t.e(5590),t.e(1770)]).then((()=>()=>t(40711))))),70156:()=>O("default","@jupyterlab/tooltip-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(5448),t.e(8740),t.e(1334),t.e(8653),t.e(4749),t.e(3523),t.e(3322)]).then((()=>()=>t(3326))))),73505:()=>O("default","@jupyterlab/mathjax-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(1334)]).then((()=>()=>t(85792))))),75668:()=>O("default","@jupyterlab/json-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(5448),t.e(8416),t.e(1051),t.e(9265)]).then((()=>()=>t(34222))))),78791:()=>O("default","@jupyterlab/imageviewer-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(9572)]).then((()=>()=>t(15453))))),80633:()=>O("default","@jupyterlab/extensionmanager-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(1351),t.e(5064)]).then((()=>()=>t(32601))))),84729:()=>O("default","@jupyterlab/launcher-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(8740),t.e(3576),t.e(3349)]).then((()=>()=>t(65392))))),88544:()=>O("default","@jupyterlab/running-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(2042),t.e(1372),t.e(5905),t.e(5046),t.e(1770)]).then((()=>()=>t(39914))))),91456:()=>O("default","@jupyterlab/console-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(8740),t.e(1351),t.e(1334),t.e(6512),t.e(6211),t.e(1708),t.e(5379),t.e(3576),t.e(3349),t.e(4749),t.e(5014)]).then((()=>()=>t(39511))))),91884:()=>O("default","@jupyterlab/completer-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(2042),t.e(8416),t.e(1351),t.e(5014)]).then((()=>()=>t(45759))))),96809:()=>O("default","@jupyterlab/inspector-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(2042),t.e(3576),t.e(8653),t.e(4749),t.e(1657)]).then((()=>()=>t(77407))))),97231:()=>O("default","@jupyterlab/markdownviewer-extension",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(4996),t.e(9858),t.e(1351),t.e(1334),t.e(7970),t.e(5707)]).then((()=>()=>t(32824))))),66143:()=>A("default","@codemirror/view",[1,6,9,6],(()=>Promise.all([t.e(4986),t.e(7496),t.e(7737)]).then((()=>()=>t(54986))))),37496:()=>A("default","@codemirror/state",[1,6,2,0],(()=>t.e(4405).then((()=>()=>t(74405))))),73265:()=>A("default","@lezer/common",[1,1,0,0],(()=>t.e(2104).then((()=>()=>t(72104))))),24104:()=>A("default","@codemirror/language",[1,6,0,0],(()=>Promise.all([t.e(6888),t.e(6143),t.e(7496),t.e(3265),t.e(6016),t.e(7737)]).then((()=>()=>t(16888))))),6016:()=>A("default","@lezer/highlight",[1,1,0,0],(()=>Promise.all([t.e(9653),t.e(3265)]).then((()=>()=>t(79653))))),67737:()=>O("default","style-mod",[1,4,0,0],(()=>t.e(4043).then((()=>()=>t(14043))))),5596:()=>A("default","@lumino/coreutils",[1,2,0,0],(()=>t.e(3472).then((()=>()=>t(95082))))),71372:()=>A("default","@lumino/signaling",[1,2,0,0],(()=>Promise.all([t.e(3472),t.e(5596),t.e(8740)]).then((()=>()=>t(4016))))),66350:()=>A("default","yjs",[1,13,5,40],(()=>t.e(383).then((()=>()=>t(10383))))),74996:()=>A("default","@jupyterlab/translation",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(7228),t.e(8532),t.e(506)]).then((()=>()=>t(2285))))),49858:()=>A("default","@jupyterlab/apputils",[2,4,1,12],(()=>Promise.all([t.e(3472),t.e(1036),t.e(5596),t.e(4996),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(1351),t.e(7228),t.e(6512),t.e(4033),t.e(8532),t.e(8821),t.e(6044),t.e(5009),t.e(506),t.e(7730)]).then((()=>()=>t(37342))))),82042:()=>A("default","@jupyterlab/ui-components",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(830),t.e(141),t.e(4523),t.e(5596),t.e(4996),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(7228),t.e(6512),t.e(5905),t.e(8821),t.e(5379),t.e(6682),t.e(502),t.e(1051),t.e(2589)]).then((()=>()=>t(70285))))),85448:()=>A("default","@lumino/widgets",[1,2,0,1],(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(8740),t.e(6512),t.e(8821),t.e(6044),t.e(5379),t.e(6682),t.e(502),t.e(1299),t.e(1720)]).then((()=>()=>t(6654))))),28416:()=>A("default","react",[1,18,2,0],(()=>t.e(7294).then((()=>()=>t(67294))))),58740:()=>A("default","@lumino/algorithm",[1,2,0,0],(()=>t.e(3472).then((()=>()=>t(35259))))),81351:()=>A("default","@jupyterlab/settingregistry",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(1581),t.e(1142),t.e(5596),t.e(1372),t.e(6512),t.e(6682)]).then((()=>()=>t(76324))))),26512:()=>A("default","@lumino/disposable",[1,2,0,0],(()=>Promise.all([t.e(3472),t.e(1372)]).then((()=>()=>t(70725))))),64033:()=>A("default","@jupyterlab/statusbar",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(2042),t.e(5448),t.e(8416),t.e(8740),t.e(6512)]).then((()=>()=>t(93564))))),60506:()=>A("default","@jupyterlab/statedb",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(5379)]).then((()=>()=>t(17266))))),6682:()=>A("default","@lumino/commands",[1,2,0,1],(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(8740),t.e(6512),t.e(6044),t.e(1720)]).then((()=>()=>t(45159))))),6004:()=>O("default","@jupyterlab/property-inspector",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(1372)]).then((()=>()=>t(90790))))),91334:()=>A("default","@jupyterlab/rendermime",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(5448),t.e(1372),t.e(7228),t.e(5009),t.e(5671),t.e(2473)]).then((()=>()=>t(20299))))),95905:()=>A("default","@lumino/polling",[1,2,0,0],(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372)]).then((()=>()=>t(23114))))),55046:()=>O("default","@jupyterlab/docregistry",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(4996),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8740),t.e(7228),t.e(1334),t.e(6512),t.e(8821),t.e(6211)]).then((()=>()=>t(17454))))),28532:()=>A("default","@jupyterlab/services",[2,7,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(7228),t.e(6512),t.e(5905),t.e(506),t.e(4155)]).then((()=>()=>t(76240))))),28821:()=>A("default","@lumino/messaging",[1,2,0,0],(()=>Promise.all([t.e(3472),t.e(8740)]).then((()=>()=>t(37192))))),75379:()=>A("default","@lumino/properties",[1,2,0,0],(()=>t.e(3472).then((()=>()=>t(39770))))),5097:()=>A("default","@lumino/application",[1,2,0,1],(()=>Promise.all([t.e(3472),t.e(6682)]).then((()=>()=>t(80885))))),36044:()=>A("default","@lumino/domutils",[1,2,0,0],(()=>t.e(3472).then((()=>()=>t(19150))))),11708:()=>A("default","@jupyterlab/mainmenu",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(2042),t.e(5448),t.e(8740)]).then((()=>()=>t(97630))))),43349:()=>A("default","@jupyterlab/filebrowser",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(5448),t.e(1372),t.e(8416),t.e(7228),t.e(4033),t.e(5905),t.e(5046),t.e(8532),t.e(8821),t.e(6044),t.e(502),t.e(1299),t.e(4931)]).then((()=>()=>t(34635))))),31051:()=>A("default","react-dom",[1,18,2,0],(()=>t.e(3935).then((()=>()=>t(73935))))),45009:()=>O("default","@jupyterlab/observables",[2,5,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(8740),t.e(6512),t.e(8821)]).then((()=>()=>t(84691))))),74412:()=>A("default","@jupyterlab/cell-toolbar",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(2042),t.e(1372),t.e(8740),t.e(5009)]).then((()=>()=>t(70055))))),16211:()=>A("default","@jupyterlab/codeeditor",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(4033),t.e(5009),t.e(8783)]).then((()=>()=>t(95131))))),77970:()=>A("default","@jupyterlab/toc",[2,6,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(7228),t.e(1334),t.e(6512)]).then((()=>()=>t(33220))))),54998:()=>A("default","@jupyterlab/documentsearch",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(6512),t.e(5905)]).then((()=>()=>t(4239))))),21454:()=>A("default","@jupyterlab/codemirror",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(3783),t.e(9041),t.e(5596),t.e(4996),t.e(1372),t.e(7228),t.e(6211),t.e(4998),t.e(6143),t.e(7496),t.e(3265),t.e(6016),t.e(4104),t.e(7760),t.e(6350)]).then((()=>()=>t(73089))))),90502:()=>A("default","@lumino/virtualdom",[1,2,0,0],(()=>Promise.all([t.e(3472),t.e(8740)]).then((()=>()=>t(37135))))),68783:()=>A("default","@jupyter/ydoc",[2,1,1,1],(()=>Promise.all([t.e(1168),t.e(6350)]).then((()=>()=>t(61168))))),17726:()=>O("default","@jupyterlab/outputarea",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(9858),t.e(8740),t.e(8532),t.e(5009),t.e(5379),t.e(5671)]).then((()=>()=>t(6710))))),37754:()=>O("default","@jupyterlab/attachments",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5009)]).then((()=>()=>t(4388))))),28653:()=>A("default","@jupyterlab/notebook",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(7228),t.e(4033),t.e(5046),t.e(8532),t.e(8821),t.e(6211),t.e(6044),t.e(5009),t.e(7970),t.e(5379),t.e(4998),t.e(502),t.e(1299),t.e(5590),t.e(8964),t.e(8783),t.e(5671)]).then((()=>()=>t(17525))))),13802:()=>O("default","@rjsf/validator-ajv8",[1,5,1,0],(()=>Promise.all([t.e(830),t.e(1581),t.e(2995),t.e(2589)]).then((()=>()=>t(2995))))),45026:()=>O("default","@codemirror/commands",[1,6,2,3],(()=>Promise.all([t.e(3547),t.e(6143),t.e(7496),t.e(3265),t.e(4104)]).then((()=>()=>t(43547))))),52993:()=>O("default","@codemirror/search",[1,6,3,0],(()=>Promise.all([t.e(2800),t.e(6143),t.e(7496)]).then((()=>()=>t(52800))))),25014:()=>A("default","@jupyterlab/completer",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(5448),t.e(1372),t.e(8740),t.e(7228),t.e(1334),t.e(8821),t.e(6044)]).then((()=>()=>t(79621))))),83576:()=>A("default","@jupyterlab/launcher",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(5448),t.e(8416),t.e(8740),t.e(6512),t.e(5379)]).then((()=>()=>t(9))))),74749:()=>A("default","@jupyterlab/console",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(2042),t.e(5448),t.e(1372),t.e(7228),t.e(1334),t.e(5009),t.e(6143),t.e(7496),t.e(1299),t.e(8964),t.e(8783)]).then((()=>()=>t(80867))))),21299:()=>A("default","@lumino/dragdrop",[1,2,0,0],(()=>Promise.all([t.e(3472),t.e(6512)]).then((()=>()=>t(17303))))),18964:()=>O("default","@jupyterlab/cells",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(1334),t.e(5905),t.e(8821),t.e(6211),t.e(6044),t.e(7970),t.e(4998),t.e(1454),t.e(6143),t.e(502),t.e(8783),t.e(7726),t.e(7754)]).then((()=>()=>t(98596))))),23364:()=>A("default","@lumino/datagrid",[1,2,0,1],(()=>Promise.all([t.e(8302),t.e(8740),t.e(8821),t.e(6044),t.e(1299),t.e(1720)]).then((()=>()=>t(58302))))),31433:()=>A("default","@jupyterlab/logconsole",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(5448),t.e(1372),t.e(7726)]).then((()=>()=>t(28194))))),3523:()=>A("default","@jupyterlab/fileeditor",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(2042),t.e(5448),t.e(8416),t.e(4033),t.e(5046),t.e(6211),t.e(7970),t.e(1454),t.e(5590)]).then((()=>()=>t(84877))))),48440:()=>A("default","@jupyterlab/debugger",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(5905),t.e(5009),t.e(6143),t.e(7496)]).then((()=>()=>t(30311))))),14931:()=>A("default","@jupyterlab/docmanager",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(2042),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(7228),t.e(6512),t.e(4033),t.e(5046),t.e(8821),t.e(5379)]).then((()=>()=>t(69993))))),25064:()=>A("default","@jupyterlab/extensionmanager",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(3123),t.e(8416),t.e(7228),t.e(5905),t.e(8532)]).then((()=>()=>t(83127))))),55590:()=>A("default","@jupyterlab/lsp",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(8875),t.e(5596),t.e(9858),t.e(1372),t.e(7228),t.e(8532)]).then((()=>()=>t(6796))))),67070:()=>A("default","@jupyterlab/htmlviewer",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(1372),t.e(8416),t.e(7228),t.e(5046)]).then((()=>()=>t(51902))))),9572:()=>A("default","@jupyterlab/imageviewer",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(5448),t.e(7228),t.e(5046)]).then((()=>()=>t(32067))))),51657:()=>A("default","@jupyterlab/inspector",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(5448),t.e(1372),t.e(7228),t.e(1334),t.e(5905),t.e(506)]).then((()=>()=>t(55091))))),1770:()=>O("default","@jupyterlab/running",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(9858),t.e(1372),t.e(8416),t.e(6512)]).then((()=>()=>t(18981))))),85707:()=>A("default","@jupyterlab/markdownviewer",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(5448),t.e(1372),t.e(5046)]).then((()=>()=>t(74459))))),96953:()=>O("default","marked",[1,4,0,17],(()=>t.e(3308).then((()=>()=>t(8800))))),81798:()=>A("default","@jupyterlab/metadataform",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(9858),t.e(5448),t.e(8416),t.e(3802)]).then((()=>()=>t(82996))))),85671:()=>O("default","@jupyterlab/nbformat",[2,4,0,12],(()=>t.e(3472).then((()=>()=>t(42302))))),42247:()=>A("default","@jupyterlab/rendermime-interfaces",[2,3,8,12],(()=>t.e(3472).then((()=>()=>t(1428))))),71720:()=>A("default","@lumino/keyboard",[1,2,0,0],(()=>t.e(3472).then((()=>()=>t(27347))))),65744:()=>A("default","@jupyterlab/terminal",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(8821),t.e(6044)]).then((()=>()=>t(89185))))),93322:()=>A("default","@jupyterlab/tooltip",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5596),t.e(2042)]).then((()=>()=>t(43906))))),92589:()=>O("default","@rjsf/utils",[1,5,1,0],(()=>Promise.all([t.e(141),t.e(8768),t.e(8416)]).then((()=>()=>t(48768))))),56498:()=>O("default","vega",[1,5,20,0],(()=>Promise.all([t.e(7877),t.e(9065)]).then((()=>()=>t(9065))))),33778:()=>O("default","vega-lite",[1,5,6,1,,"next",1],(()=>Promise.all([t.e(7877),t.e(7473)]).then((()=>()=>t(87473))))),6867:()=>O("default","react-toastify",[1,9,0,8],(()=>t.e(7384).then((()=>()=>t(86443))))),13068:()=>O("default","@codemirror/lang-markdown",[1,6,1,1],(()=>Promise.all([t.e(2091),t.e(5201),t.e(49),t.e(3783),t.e(9),t.e(6143),t.e(7496),t.e(3265),t.e(6016)]).then((()=>()=>t(20009))))),83372:()=>O("default","@jupyterlab/csvviewer",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(3364)]).then((()=>()=>t(43734))))),59139:()=>O("default","react-highlight-words",[2,0,20,0],(()=>t.e(7763).then((()=>()=>t(37763))))),84976:()=>O("default","react-json-tree",[2,0,18,0],(()=>t.e(3056).then((()=>()=>t(53056))))),33597:()=>A("default","@jupyterlab/settingeditor",[2,4,0,12],(()=>Promise.all([t.e(3472),t.e(5448),t.e(1372),t.e(8416),t.e(8740),t.e(5905),t.e(3802),t.e(1657)]).then((()=>()=>t(53276))))),65085:()=>O("default","vega-embed",[1,6,2,1],(()=>Promise.all([t.e(4008),t.e(6498),t.e(3778)]).then((()=>()=>t(94008)))))};var U={502:[90502],506:[60506],812:[446,6509,10222,10870,13312,13357,19930,21287,21442,22764,26706,29352,30957,31233,31627,32467,33573,39216,42056,45680,47813,48558,49798,50697,51612,56701,60628,61068,61280,61633,63409,69986,70156,73505,75668,78791,80633,84729,88544,91456,91884,96809,97231],1051:[31051],1299:[21299],1334:[91334],1351:[81351],1372:[71372],1433:[31433],1454:[21454],1657:[51657],1708:[11708],1720:[71720],1770:[1770],1798:[81798],2042:[82042],2473:[42247],2589:[92589],2987:[92987],3068:[13068],3265:[73265],3322:[93322],3349:[43349],3364:[23364],3372:[83372],3523:[3523],3576:[83576],3597:[33597],3778:[33778],3802:[13802],4033:[64033],4104:[24104],4307:[6867],4412:[74412],4623:[65744],4749:[74749],4931:[14931],4996:[74996],4998:[54998],5009:[45009],5014:[25014],5046:[55046],5064:[25064],5085:[65085],5097:[5097],5317:[59139,84976],5379:[75379],5448:[85448],5590:[55590],5596:[5596],5671:[85671],5707:[85707],5867:[5867],5905:[95905],6004:[6004],6016:[6016],6044:[36044],6143:[66143],6211:[16211],6350:[66350],6498:[56498],6512:[26512],6682:[6682],6953:[96953],7070:[67070],7228:[7228],7496:[37496],7726:[17726],7737:[67737],7754:[37754],7760:[45026,52993],7970:[77970],8416:[28416],8440:[48440],8532:[28532],8653:[28653],8740:[58740],8783:[68783],8821:[28821],8964:[18964],9572:[9572],9858:[49858]};t.f.consumes=(e,a)=>{if(t.o(U,e)){U[e].forEach((e=>{if(t.o(S,e))return a.push(S[e]);var r=a=>{S[e]=0;t.m[e]=r=>{delete t.c[e];r.exports=a()}};var n=a=>{delete S[e];t.m[e]=r=>{delete t.c[e];throw a}};try{var l=k[e]();if(l.then){a.push(S[e]=l.then(r)["catch"](n))}else r(l)}catch(o){n(o)}}))}}})();(()=>{t.b=document.baseURI||self.location.href;var e={179:0};t.f.j=(a,r)=>{var n=t.o(e,a)?e[a]:undefined;if(n!==0){if(n){r.push(n[2])}else{if(!/^(1(3(34|51|72)|7(08|20|70|98)|051|299|433|454|657)|2(042|589|987)|3(3(22|49|64|72)|5(23|76|97)|068|265|778|802)|4(9(31|96|98)|033|104|307|412|623|749)|5(0(09|14|2|46|6|64|85|97)|59[06]|(31|70|86)7|379|448|671|905)|6(0(04|16|44)|143|211|350|498|512|682|953)|7(7(26|37|54|60)|[09]70|228|496)|8([47]40|416|532|653|783|821|964)|9572|9858)$/.test(a)){var l=new Promise(((t,r)=>n=e[a]=[t,r]));r.push(n[2]=l);var o=t.p+t.u(a);var f=new Error;var d=r=>{if(t.o(e,a)){n=e[a];if(n!==0)e[a]=undefined;if(n){var l=r&&(r.type==="load"?"missing":r.type);var o=r&&r.target&&r.target.src;f.message="Loading chunk "+a+" failed.\n("+l+": "+o+")";f.name="ChunkLoadError";f.type=l;f.request=o;n[1](f)}}};t.l(o,d,"chunk-"+a,a)}else e[a]=0}}};var a=(a,r)=>{var[n,l,o]=r;var f,d,i=0;if(n.some((a=>e[a]!==0))){for(f in l){if(t.o(l,f)){t.m[f]=l[f]}}if(o)var c=o(t)}if(a)a(r);for(;i<n.length;i++){d=n[i];if(t.o(e,d)&&e[d]){e[d][0]()}e[d]=0}};var r=self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[];r.forEach(a.bind(null,0));r.push=a.bind(null,r.push.bind(r))})();(()=>{t.nc=undefined})();t(68444);t(57147);var r=t(37559)})();
|
@@ -1,93 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "@jupyterlab/notebook-extension",
|
3
|
-
"version": "4.0.12",
|
4
|
-
"description": "JupyterLab - Notebook Extension",
|
5
|
-
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
6
|
-
"bugs": {
|
7
|
-
"url": "https://github.com/jupyterlab/jupyterlab/issues"
|
8
|
-
},
|
9
|
-
"repository": {
|
10
|
-
"type": "git",
|
11
|
-
"url": "https://github.com/jupyterlab/jupyterlab.git"
|
12
|
-
},
|
13
|
-
"license": "BSD-3-Clause",
|
14
|
-
"author": "Project Jupyter",
|
15
|
-
"sideEffects": [
|
16
|
-
"style/**/*"
|
17
|
-
],
|
18
|
-
"main": "lib/index.js",
|
19
|
-
"types": "lib/index.d.ts",
|
20
|
-
"style": "style/index.css",
|
21
|
-
"directories": {
|
22
|
-
"lib": "lib/"
|
23
|
-
},
|
24
|
-
"files": [
|
25
|
-
"lib/**/*.d.ts",
|
26
|
-
"lib/**/*.js.map",
|
27
|
-
"lib/**/*.js",
|
28
|
-
"schema/*.json",
|
29
|
-
"style/*.css",
|
30
|
-
"style/index.js",
|
31
|
-
"src/**/*.{ts,tsx}"
|
32
|
-
],
|
33
|
-
"scripts": {
|
34
|
-
"build": "tsc -b",
|
35
|
-
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
|
36
|
-
"docs": "typedoc src",
|
37
|
-
"watch": "tsc -b --watch"
|
38
|
-
},
|
39
|
-
"dependencies": {
|
40
|
-
"@jupyter/ydoc": "^1.1.1",
|
41
|
-
"@jupyterlab/application": "^4.0.12",
|
42
|
-
"@jupyterlab/apputils": "^4.1.12",
|
43
|
-
"@jupyterlab/cells": "^4.0.12",
|
44
|
-
"@jupyterlab/codeeditor": "^4.0.12",
|
45
|
-
"@jupyterlab/codemirror": "^4.0.12",
|
46
|
-
"@jupyterlab/completer": "^4.0.12",
|
47
|
-
"@jupyterlab/coreutils": "^6.0.12",
|
48
|
-
"@jupyterlab/docmanager": "^4.0.12",
|
49
|
-
"@jupyterlab/docmanager-extension": "^4.0.12",
|
50
|
-
"@jupyterlab/docregistry": "^4.0.12",
|
51
|
-
"@jupyterlab/documentsearch": "^4.0.12",
|
52
|
-
"@jupyterlab/filebrowser": "^4.0.12",
|
53
|
-
"@jupyterlab/launcher": "^4.0.12",
|
54
|
-
"@jupyterlab/logconsole": "^4.0.12",
|
55
|
-
"@jupyterlab/lsp": "^4.0.12",
|
56
|
-
"@jupyterlab/mainmenu": "^4.0.12",
|
57
|
-
"@jupyterlab/metadataform": "^4.0.12",
|
58
|
-
"@jupyterlab/nbformat": "^4.0.12",
|
59
|
-
"@jupyterlab/notebook": "^4.0.12",
|
60
|
-
"@jupyterlab/observables": "^5.0.12",
|
61
|
-
"@jupyterlab/property-inspector": "^4.0.12",
|
62
|
-
"@jupyterlab/rendermime": "^4.0.12",
|
63
|
-
"@jupyterlab/services": "^7.0.12",
|
64
|
-
"@jupyterlab/settingregistry": "^4.0.12",
|
65
|
-
"@jupyterlab/statedb": "^4.0.12",
|
66
|
-
"@jupyterlab/statusbar": "^4.0.12",
|
67
|
-
"@jupyterlab/toc": "^6.0.12",
|
68
|
-
"@jupyterlab/translation": "^4.0.12",
|
69
|
-
"@jupyterlab/ui-components": "^4.0.12",
|
70
|
-
"@lumino/algorithm": "^2.0.1",
|
71
|
-
"@lumino/commands": "^2.1.3",
|
72
|
-
"@lumino/coreutils": "^2.1.2",
|
73
|
-
"@lumino/disposable": "^2.1.2",
|
74
|
-
"@lumino/messaging": "^2.0.1",
|
75
|
-
"@lumino/polling": "^2.1.2",
|
76
|
-
"@lumino/widgets": "^2.3.0",
|
77
|
-
"@rjsf/utils": "^5.1.0",
|
78
|
-
"react": "^18.2.0"
|
79
|
-
},
|
80
|
-
"devDependencies": {
|
81
|
-
"rimraf": "~3.0.0",
|
82
|
-
"typedoc": "~0.24.7",
|
83
|
-
"typescript": "~5.0.4"
|
84
|
-
},
|
85
|
-
"publishConfig": {
|
86
|
-
"access": "public"
|
87
|
-
},
|
88
|
-
"jupyterlab": {
|
89
|
-
"extension": true,
|
90
|
-
"schemaDir": "schema"
|
91
|
-
},
|
92
|
-
"styleModule": "style/index.js"
|
93
|
-
}
|
@@ -1,2 +0,0 @@
|
|
1
|
-
/*! For license information please see 141.f110448d494068ebcc87.js.LICENSE.txt */
|
2
|
-
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[141],{45505:(r,n,t)=>{t.d(n,{Z:()=>f});var e=t(21059);var a=t(5876);var u=t(11963);var o=t(39350);var l=a.Z?a.Z.isConcatSpreadable:undefined;function c(r){return(0,o.Z)(r)||(0,u.Z)(r)||!!(l&&r&&r[l])}const i=c;function v(r,n,t,a,u){var o=-1,l=r.length;t||(t=i);u||(u=[]);while(++o<l){var c=r[o];if(n>0&&t(c)){if(n>1){v(c,n-1,t,a,u)}else{(0,e.Z)(u,c)}}else if(!a){u[u.length]=c}}return u}const f=v},4015:(r,n,t)=>{t.d(n,{Z:()=>i});var e=t(47701);var a=t(58204);var u=t(9638);var o=t(89122);var l=t(35429);function c(r,n,t,c){if(!(0,o.Z)(r)){return r}n=(0,a.Z)(n,r);var i=-1,v=n.length,f=v-1,s=r;while(s!=null&&++i<v){var Z=(0,l.Z)(n[i]),p=t;if(Z==="__proto__"||Z==="constructor"||Z==="prototype"){return r}if(i!=f){var d=s[Z];p=c?c(d,Z,s):undefined;if(p===undefined){p=(0,o.Z)(d)?d:(0,u.Z)(n[i+1])?[]:{}}}(0,e.Z)(s,Z,p);s=s[Z]}return r}const i=c},80183:(r,n,t)=>{t.d(n,{Z:()=>Z});var e=t(58204);function a(r){var n=r==null?0:r.length;return n?r[n-1]:undefined}const u=a;var o=t(23791);function l(r,n,t){var e=-1,a=r.length;if(n<0){n=-n>a?0:a+n}t=t>a?a:t;if(t<0){t+=a}a=n>t?0:t-n>>>0;n>>>=0;var u=Array(a);while(++e<a){u[e]=r[e+n]}return u}const c=l;function i(r,n){return n.length<2?r:(0,o.Z)(r,c(n,0,-1))}const v=i;var f=t(35429);function s(r,n){n=(0,e.Z)(n,r);r=v(r,n);return r==null||delete r[(0,f.Z)(u(n))]}const Z=s},19550:(r,n,t)=>{t.d(n,{Z:()=>i});var e=t(45505);function a(r){var n=r==null?0:r.length;return n?(0,e.Z)(r,1):[]}const u=a;var o=t(31356);var l=t(16749);function c(r){return(0,l.Z)((0,o.Z)(r,undefined,u),r+"")}const i=c},67754:(r,n,t)=>{t.d(n,{Z:()=>v});var e=t(58204);var a=t(11963);var u=t(39350);var o=t(9638);var l=t(20523);var c=t(35429);function i(r,n,t){n=(0,e.Z)(n,r);var i=-1,v=n.length,f=false;while(++i<v){var s=(0,c.Z)(n[i]);if(!(f=r!=null&&t(r,s))){break}r=r[s]}if(f||++i!=v){return f}v=r==null?0:r.length;return!!v&&(0,l.Z)(v)&&(0,o.Z)(s,v)&&((0,u.Z)(r)||(0,a.Z)(r))}const v=i},31356:(r,n,t)=>{t.d(n,{Z:()=>l});function e(r,n,t){switch(t.length){case 0:return r.call(n);case 1:return r.call(n,t[0]);case 2:return r.call(n,t[0],t[1]);case 3:return r.call(n,t[0],t[1],t[2])}return r.apply(n,t)}const a=e;var u=Math.max;function o(r,n,t){n=u(n===undefined?r.length-1:n,0);return function(){var e=arguments,o=-1,l=u(e.length-n,0),c=Array(l);while(++o<l){c[o]=e[n+o]}o=-1;var i=Array(n+1);while(++o<n){i[o]=e[o]}i[n]=t(c);return a(r,this,i)}}const l=o},16749:(r,n,t)=>{t.d(n,{Z:()=>d});function e(r){return function(){return r}}const a=e;var u=t(14608);var o=t(63305);var l=!u.Z?o.Z:function(r,n){return(0,u.Z)(r,"toString",{configurable:true,enumerable:false,value:a(n),writable:true})};const c=l;var i=800,v=16;var f=Date.now;function s(r){var n=0,t=0;return function(){var e=f(),a=v-(e-t);t=e;if(a>0){if(++n>=i){return arguments[0]}}else{n=0}return r.apply(undefined,arguments)}}const Z=s;var p=Z(c);const d=p},19055:(r,n,t)=>{t.d(n,{Z:()=>i});var e=Object.prototype;var a=e.hasOwnProperty;function u(r,n){return r!=null&&a.call(r,n)}const o=u;var l=t(67754);function c(r,n){return r!=null&&(0,l.Z)(r,n,o)}const i=c},26627:(r,n,t)=>{t.d(n,{Z:()=>l});function e(r,n){return r!=null&&n in Object(r)}const a=e;var u=t(67754);function o(r,n){return r!=null&&(0,u.Z)(r,n,a)}const l=o},63305:(r,n,t)=>{t.d(n,{Z:()=>a});function e(r){return r}const a=e},12964:(r,n,t)=>{t.d(n,{Z:()=>h});var e=t(14926);var a=t(34010);var u=t(11963);var o=t(39350);var l=t(5710);var c=t(74002);var i=t(9794);var v=t(50226);var f="[object Map]",s="[object Set]";var Z=Object.prototype;var p=Z.hasOwnProperty;function d(r){if(r==null){return true}if((0,l.Z)(r)&&((0,o.Z)(r)||typeof r=="string"||typeof r.splice=="function"||(0,c.Z)(r)||(0,v.Z)(r)||(0,u.Z)(r))){return!r.length}var n=(0,a.Z)(r);if(n==f||n==s){return!r.size}if((0,i.Z)(r)){return!(0,e.Z)(r).length}for(var t in r){if(p.call(r,t)){return false}}return true}const h=d},28461:(r,n,t)=>{t.d(n,{Z:()=>P});var e=t(80758);var a=t(99895);var u=t(80183);var o=t(58204);var l=t(52457);var c=t(73832);var i=t(67290);var v=t(23195);var f="[object Object]";var s=Function.prototype,Z=Object.prototype;var p=s.toString;var d=Z.hasOwnProperty;var h=p.call(Object);function y(r){if(!(0,v.Z)(r)||(0,c.Z)(r)!=f){return false}var n=(0,i.Z)(r);if(n===null){return true}var t=d.call(n,"constructor")&&n.constructor;return typeof t=="function"&&t instanceof t&&p.call(t)==h}const _=y;function g(r){return _(r)?undefined:r}const b=g;var w=t(19550);var O=t(71677);var j=1,k=2,S=4;var m=(0,w.Z)((function(r,n){var t={};if(r==null){return t}var c=false;n=(0,e.Z)(n,(function(n){n=(0,o.Z)(n,r);c||(c=n.length>1);return n}));(0,l.Z)(r,(0,O.Z)(r),t);if(c){t=(0,a.Z)(t,j|k|S,b)}var i=n.length;while(i--){(0,u.Z)(t,n[i])}return t}));const P=m},97684:(r,n,t)=>{t.d(n,{Z:()=>u});var e=t(4015);function a(r,n,t){return r==null?r:(0,e.Z)(r,n,t)}const u=a},75251:(r,n,t)=>{var e=t(28416),a=Symbol.for("react.element"),u=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,l=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function i(r,n,t){var e,u={},i=null,v=null;void 0!==t&&(i=""+t);void 0!==n.key&&(i=""+n.key);void 0!==n.ref&&(v=n.ref);for(e in n)o.call(n,e)&&!c.hasOwnProperty(e)&&(u[e]=n[e]);if(r&&r.defaultProps)for(e in n=r.defaultProps,n)void 0===u[e]&&(u[e]=n[e]);return{$$typeof:a,type:r,key:i,ref:v,props:u,_owner:l.current}}n.Fragment=u;n.jsx=i;n.jsxs=i},85893:(r,n,t)=>{if(true){r.exports=t(75251)}else{}}}]);
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[2254],{52254:(O,e,t)=>{t.r(e);t.d(e,{json:()=>c,jsonLanguage:()=>i,jsonParseLinter:()=>P});var r=t(11705);var a=t(6016);const n=(0,a.styleTags)({String:a.tags.string,Number:a.tags.number,"True False":a.tags.bool,PropertyName:a.tags.propertyName,Null:a.tags["null"],",":a.tags.separator,"[ ]":a.tags.squareBracket,"{ }":a.tags.brace});const s=r.WQ.deserialize({version:14,states:"$bOVQPOOOOQO'#Cb'#CbOnQPO'#CeOvQPO'#CjOOQO'#Cp'#CpQOQPOOOOQO'#Cg'#CgO}QPO'#CfO!SQPO'#CrOOQO,59P,59PO![QPO,59PO!aQPO'#CuOOQO,59U,59UO!iQPO,59UOVQPO,59QOqQPO'#CkO!nQPO,59^OOQO1G.k1G.kOVQPO'#ClO!vQPO,59aOOQO1G.p1G.pOOQO1G.l1G.lOOQO,59V,59VOOQO-E6i-E6iOOQO,59W,59WOOQO-E6j-E6j",stateData:"#O~OcOS~OQSORSOSSOTSOWQO]ROePO~OVXOeUO~O[[O~PVOg^O~Oh_OVfX~OVaO~OhbO[iX~O[dO~Oh_OVfa~OhbO[ia~O",goto:"!kjPPPPPPkPPkqwPPk{!RPPP!XP!ePP!hXSOR^bQWQRf_TVQ_Q`WRg`QcZRicQTOQZRQe^RhbRYQR]R",nodeNames:"⚠ JsonText True False Null Number String } { Object Property PropertyName ] [ Array",maxTerm:25,nodeProps:[["openedBy",7,"{",12,"["],["closedBy",8,"}",13,"]"]],propSources:[n],skippedNodes:[0],repeatNodeCount:2,tokenData:"(p~RaXY!WYZ!W]^!Wpq!Wrs!]|}$i}!O$n!Q!R$w!R![&V![!]&h!}#O&m#P#Q&r#Y#Z&w#b#c'f#h#i'}#o#p(f#q#r(k~!]Oc~~!`Upq!]qr!]rs!rs#O!]#O#P!w#P~!]~!wOe~~!zXrs!]!P!Q!]#O#P!]#U#V!]#Y#Z!]#b#c!]#f#g!]#h#i!]#i#j#g~#jR!Q![#s!c!i#s#T#Z#s~#vR!Q![$P!c!i$P#T#Z$P~$SR!Q![$]!c!i$]#T#Z$]~$`R!Q![!]!c!i!]#T#Z!]~$nOh~~$qQ!Q!R$w!R![&V~$|RT~!O!P%V!g!h%k#X#Y%k~%YP!Q![%]~%bRT~!Q![%]!g!h%k#X#Y%k~%nR{|%w}!O%w!Q![%}~%zP!Q![%}~&SPT~!Q![%}~&[ST~!O!P%V!Q![&V!g!h%k#X#Y%k~&mOg~~&rO]~~&wO[~~&zP#T#U&}~'QP#`#a'T~'WP#g#h'Z~'^P#X#Y'a~'fOR~~'iP#i#j'l~'oP#`#a'r~'uP#`#a'x~'}OS~~(QP#f#g(T~(WP#i#j(Z~(^P#X#Y(a~(fOQ~~(kOW~~(pOV~",tokenizers:[0],topRules:{JsonText:[0,1]},tokenPrec:0});var o=t(24104);const P=()=>O=>{try{JSON.parse(O.state.doc.toString())}catch(e){if(!(e instanceof SyntaxError))throw e;const t=Q(e,O.state.doc);return[{from:t,message:e.message,severity:"error",to:t}]}return[]};function Q(O,e){let t;if(t=O.message.match(/at position (\d+)/))return Math.min(+t[1],e.length);if(t=O.message.match(/at line (\d+) column (\d+)/))return Math.min(e.line(+t[1]).from+ +t[2]-1,e.length);return 0}const i=o.LRLanguage.define({name:"json",parser:s.configure({props:[o.indentNodeProp.add({Object:(0,o.continuedIndent)({except:/^\s*\}/}),Array:(0,o.continuedIndent)({except:/^\s*\]/})}),o.foldNodeProp.add({"Object Array":o.foldInside})]}),languageData:{closeBrackets:{brackets:["[","{",'"']},indentOnInput:/^\s*[\}\]]$/}});function c(){return new o.LanguageSupport(i)}}}]);
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[2995],{2995:(r,a,t)=>{t.r(a);t.d(a,{customizeValidator:()=>w,default:()=>j});var e=t(56841);var n=t(89122);var i=t(99895);var o=4;function f(r){return(0,i.Z)(r,o)}const d=f;var s=t(92589);var u=t(77398);var c=t(1581);var l=t.n(c);var m=t(5477);var v=t.n(m);function p(){p=Object.assign?Object.assign.bind():function(r){for(var a=1;a<arguments.length;a++){var t=arguments[a];for(var e in t){if(Object.prototype.hasOwnProperty.call(t,e)){r[e]=t[e]}}}return r};return p.apply(this,arguments)}function h(r,a){if(r==null)return{};var t={};var e=Object.keys(r);var n,i;for(i=0;i<e.length;i++){n=e[i];if(a.indexOf(n)>=0)continue;t[n]=r[n]}return t}var $={allErrors:true,multipleOfPrecision:8,strict:false,verbose:true};var y=/^(#?([0-9A-Fa-f]{3}){1,2}\b|aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|orange|purple|red|silver|teal|white|yellow|(rgb\(\s*\b([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\b\s*,\s*\b([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\b\s*,\s*\b([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\b\s*\))|(rgb\(\s*(\d?\d%|100%)+\s*,\s*(\d?\d%|100%)+\s*,\s*(\d?\d%|100%)+\s*\)))$/;var z=/^data:([a-z]+\/[a-z0-9-+.]+)?;(?:name=(.*);)?base64,(.*)$/;function _(r,a,t,e,i){if(t===void 0){t={}}if(i===void 0){i=l()}var o=new i(p({},$,t));if(e){v()(o,e)}else if(e!==false){v()(o)}o.addFormat("data-url",z);o.addFormat("color",y);o.addKeyword(s.ADDITIONAL_PROPERTY_FLAG);o.addKeyword(s.RJSF_ADDITONAL_PROPERTIES_FLAG);if(Array.isArray(r)){o.addMetaSchema(r)}if((0,n.Z)(a)){Object.keys(a).forEach((function(r){o.addFormat(r,a[r])}))}return o}var E=["instancePath","keyword","params","schemaPath","parentSchema"];var g="__rjsf_rootSchema";var b=function(){function r(r,a){this.ajv=void 0;this.localizer=void 0;var t=r.additionalMetaSchemas,e=r.customFormats,n=r.ajvOptionsOverrides,i=r.ajvFormatOptions,o=r.AjvClass;this.ajv=_(t,e,n,i,o);this.localizer=a}var a=r.prototype;a.toErrorSchema=function r(a){var t=new s.ErrorSchemaBuilder;if(a.length){a.forEach((function(r){var a=r.property,n=r.message;var i=(0,e.Z)(a);if(i.length>0&&i[0]===""){i.splice(0,1)}if(n){t.addErrors(n,i)}}))}return t.ErrorSchema};a.toErrorList=function r(a,t){var e=this;if(t===void 0){t=[]}if(!a){return[]}var n=[];if(s.ERRORS_KEY in a){n=n.concat(a[s.ERRORS_KEY].map((function(r){var a="."+t.join(".");return{property:a,message:r,stack:a+" "+r}})))}return Object.keys(a).reduce((function(r,n){if(n!==s.ERRORS_KEY){r=r.concat(e.toErrorList(a[n],[].concat(t,[n])))}return r}),n)};a.createErrorHandler=function r(a){var t=this;var e={__errors:[],addError:function r(a){this.__errors.push(a)}};if(Array.isArray(a)){return a.reduce((function(r,a,e){var n;return p({},r,(n={},n[e]=t.createErrorHandler(a),n))}),e)}if((0,n.Z)(a)){var i=a;return Object.keys(i).reduce((function(r,a){var e;return p({},r,(e={},e[a]=t.createErrorHandler(i[a]),e))}),e)}return e};a.unwrapErrorHandler=function r(a){var t=this;return Object.keys(a).reduce((function(r,e){var n;if(e==="addError"){return r}else if(e===s.ERRORS_KEY){var i;return p({},r,(i={},i[e]=a[e],i))}return p({},r,(n={},n[e]=t.unwrapErrorHandler(a[e]),n))}),{})};a.transformRJSFValidationErrors=function r(a,t){if(a===void 0){a=[]}return a.map((function(r){var a=r.instancePath,e=r.keyword,n=r.params,i=r.schemaPath,o=r.parentSchema,f=h(r,E);var d=f.message,c=d===void 0?"":d;var l=a.replace(/\//g,".");var m=(l+" "+c).trim();if("missingProperty"in n){l=l?l+"."+n.missingProperty:n.missingProperty;var v=n.missingProperty;var p=(0,s.getUiOptions)((0,u.Z)(t,""+l.replace(/^\./,""))).title;if(p){c=c.replace(v,p)}else{var $=(0,u.Z)(o,[s.PROPERTIES_KEY,v,"title"]);if($){c=c.replace(v,$)}}m=c}else{var y=(0,s.getUiOptions)((0,u.Z)(t,""+l.replace(/^\./,""))).title;if(y){m=("'"+y+"' "+c).trim()}else{var z=o===null||o===void 0?void 0:o.title;if(z){m=("'"+z+"' "+c).trim()}}}return{name:e,property:l,message:c,params:n,stack:m,schemaPath:i}}))};a.rawValidation=function r(a,t){var e=undefined;var n;if(a["$id"]){n=this.ajv.getSchema(a["$id"])}try{if(n===undefined){n=this.ajv.compile(a)}n(t)}catch(o){e=o}var i;if(n){if(typeof this.localizer==="function"){this.localizer(n.errors)}i=n.errors||undefined;n.errors=null}return{errors:i,validationError:e}};a.validateFormData=function r(a,t,e,n,i){var o=this.rawValidation(t,a);var f=o.validationError;var d=this.transformRJSFValidationErrors(o.errors,i);if(f){d=[].concat(d,[{stack:f.message}])}if(typeof n==="function"){d=n(d,i)}var u=this.toErrorSchema(d);if(f){u=p({},u,{$schema:{__errors:[f.message]}})}if(typeof e!=="function"){return{errors:d,errorSchema:u}}var c=(0,s.getDefaultFormState)(this,t,a,t,true);var l=e(c,this.createErrorHandler(c),i);var m=this.unwrapErrorHandler(l);return(0,s.mergeValidationData)(this,{errors:d,errorSchema:u},m)};a.withIdRefPrefixObject=function r(a){for(var t in a){var e=a;var n=e[t];if(t===s.REF_KEY&&typeof n==="string"&&n.startsWith("#")){e[t]=g+n}else{e[t]=this.withIdRefPrefix(n)}}return a};a.withIdRefPrefixArray=function r(a){for(var t=0;t<a.length;t++){a[t]=this.withIdRefPrefix(a[t])}return a};a.isValid=function r(a,t,e){var n;var i=(n=e["$id"])!=null?n:g;try{if(this.ajv.getSchema(i)===undefined){this.ajv.addSchema(e,i)}var o=this.withIdRefPrefix(a);var f;if(o["$id"]){f=this.ajv.getSchema(o["$id"])}if(f===undefined){f=this.ajv.compile(o)}var d=f(t);return d}catch(s){console.warn("Error encountered compiling schema:",s);return false}finally{this.ajv.removeSchema(i)}};a.withIdRefPrefix=function r(a){if(Array.isArray(a)){return this.withIdRefPrefixArray([].concat(a))}if((0,n.Z)(a)){return this.withIdRefPrefixObject(d(a))}return a};return r}();function w(r,a){if(r===void 0){r={}}return new b(r,a)}var j=w()},16870:(r,a)=>{Object.defineProperty(a,"__esModule",{value:true});a.formatNames=a.fastFormats=a.fullFormats=void 0;function t(r,a){return{validate:r,compare:a}}a.fullFormats={date:t(o,f),time:t(s,u),"date-time":t(l,m),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:h,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:j,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:y,int32:{type:"number",validate:E},int64:{type:"number",validate:g},float:{type:"number",validate:b},double:{type:"number",validate:b},password:true,binary:true};a.fastFormats={...a.fullFormats,date:t(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,f),time:t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,u),"date-time":t(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,m),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};a.formatNames=Object.keys(a.fullFormats);function e(r){return r%4===0&&(r%100!==0||r%400===0)}const n=/^(\d\d\d\d)-(\d\d)-(\d\d)$/;const i=[0,31,28,31,30,31,30,31,31,30,31,30,31];function o(r){const a=n.exec(r);if(!a)return false;const t=+a[1];const o=+a[2];const f=+a[3];return o>=1&&o<=12&&f>=1&&f<=(o===2&&e(t)?29:i[o])}function f(r,a){if(!(r&&a))return undefined;if(r>a)return 1;if(r<a)return-1;return 0}const d=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d(?::?\d\d)?)?$/i;function s(r,a){const t=d.exec(r);if(!t)return false;const e=+t[1];const n=+t[2];const i=+t[3];const o=t[5];return(e<=23&&n<=59&&i<=59||e===23&&n===59&&i===60)&&(!a||o!=="")}function u(r,a){if(!(r&&a))return undefined;const t=d.exec(r);const e=d.exec(a);if(!(t&&e))return undefined;r=t[1]+t[2]+t[3]+(t[4]||"");a=e[1]+e[2]+e[3]+(e[4]||"");if(r>a)return 1;if(r<a)return-1;return 0}const c=/t|\s/i;function l(r){const a=r.split(c);return a.length===2&&o(a[0])&&s(a[1],true)}function m(r,a){if(!(r&&a))return undefined;const[t,e]=r.split(c);const[n,i]=a.split(c);const o=f(t,n);if(o===undefined)return undefined;return o||u(e,i)}const v=/\/|:/;const p=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function h(r){return v.test(r)&&p.test(r)}const $=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function y(r){$.lastIndex=0;return $.test(r)}const z=-(2**31);const _=2**31-1;function E(r){return Number.isInteger(r)&&r<=_&&r>=z}function g(r){return Number.isInteger(r)}function b(){return true}const w=/[^\\]\\Z/;function j(r){if(w.test(r))return false;try{new RegExp(r);return true}catch(a){return false}}},5477:(r,a,t)=>{Object.defineProperty(a,"__esModule",{value:true});const e=t(16870);const n=t(57963);const i=t(93487);const o=new i.Name("fullFormats");const f=new i.Name("fastFormats");const d=(r,a={keywords:true})=>{if(Array.isArray(a)){s(r,a,e.fullFormats,o);return r}const[t,i]=a.mode==="fast"?[e.fastFormats,f]:[e.fullFormats,o];const d=a.formats||e.formatNames;s(r,d,t,i);if(a.keywords)n.default(r);return r};d.get=(r,a="full")=>{const t=a==="fast"?e.fastFormats:e.fullFormats;const n=t[r];if(!n)throw new Error(`Unknown format "${r}"`);return n};function s(r,a,t,e){var n;var o;(n=(o=r.opts.code).formats)!==null&&n!==void 0?n:o.formats=i._`require("ajv-formats/dist/formats").${e}`;for(const i of a)r.addFormat(i,t[i])}r.exports=a=d;Object.defineProperty(a,"__esModule",{value:true});a["default"]=d},57963:(r,a,t)=>{Object.defineProperty(a,"__esModule",{value:true});a.formatLimitDefinition=void 0;const e=t(1581);const n=t(93487);const i=n.operators;const o={formatMaximum:{okStr:"<=",ok:i.LTE,fail:i.GT},formatMinimum:{okStr:">=",ok:i.GTE,fail:i.LT},formatExclusiveMaximum:{okStr:"<",ok:i.LT,fail:i.GTE},formatExclusiveMinimum:{okStr:">",ok:i.GT,fail:i.LTE}};const f={message:({keyword:r,schemaCode:a})=>n.str`should be ${o[r].okStr} ${a}`,params:({keyword:r,schemaCode:a})=>n._`{comparison: ${o[r].okStr}, limit: ${a}}`};a.formatLimitDefinition={keyword:Object.keys(o),type:"string",schemaType:"string",$data:true,error:f,code(r){const{gen:a,data:t,schemaCode:i,keyword:f,it:d}=r;const{opts:s,self:u}=d;if(!s.validateFormats)return;const c=new e.KeywordCxt(d,u.RULES.all.format.definition,"format");if(c.$data)l();else m();function l(){const t=a.scopeValue("formats",{ref:u.formats,code:s.code.formats});const e=a.const("fmt",n._`${t}[${c.schemaCode}]`);r.fail$data(n.or(n._`typeof ${e} != "object"`,n._`${e} instanceof RegExp`,n._`typeof ${e}.compare != "function"`,v(e)))}function m(){const t=c.schema;const e=u.formats[t];if(!e||e===true)return;if(typeof e!="object"||e instanceof RegExp||typeof e.compare!="function"){throw new Error(`"${f}": format "${t}" does not define "compare" function`)}const i=a.scopeValue("formats",{key:t,ref:e,code:s.code.formats?n._`${s.code.formats}${n.getProperty(t)}`:undefined});r.fail$data(v(i))}function v(r){return n._`${r}.compare(${t}, ${i}) ${o[f].fail} 0`}},dependencies:["format"]};const d=r=>{r.addKeyword(a.formatLimitDefinition);return r};a["default"]=d},56841:(r,a,t)=>{t.d(a,{Z:()=>c});var e=t(80758);var n=t(65935);var i=t(39350);var o=t(97828);var f=t(66668);var d=t(35429);var s=t(39191);function u(r){if((0,i.Z)(r)){return(0,e.Z)(r,d.Z)}return(0,o.Z)(r)?[r]:(0,n.Z)((0,f.Z)((0,s.Z)(r)))}const c=u}}]);
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[3127],{23127:(e,t,n)=>{n.r(t);n.d(t,{sparql:()=>d});var r;function a(e){return new RegExp("^(?:"+e.join("|")+")$","i")}var i=a(["str","lang","langmatches","datatype","bound","sameterm","isiri","isuri","iri","uri","bnode","count","sum","min","max","avg","sample","group_concat","rand","abs","ceil","floor","round","concat","substr","strlen","replace","ucase","lcase","encode_for_uri","contains","strstarts","strends","strbefore","strafter","year","month","day","hours","minutes","seconds","timezone","tz","now","uuid","struuid","md5","sha1","sha256","sha384","sha512","coalesce","if","strlang","strdt","isnumeric","regex","exists","isblank","isliteral","a","bind"]);var u=a(["base","prefix","select","distinct","reduced","construct","describe","ask","from","named","where","order","limit","offset","filter","optional","graph","by","asc","desc","as","having","undef","values","group","minus","in","not","service","silent","using","insert","delete","union","true","false","with","data","copy","to","move","add","create","drop","clear","load","into"]);var o=/[*+\-<>=&|\^\/!\?]/;function s(e,t){var n=e.next();r=null;if(n=="$"||n=="?"){if(n=="?"&&e.match(/\s/,false)){return"operator"}e.match(/^[A-Za-z0-9_\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][A-Za-z0-9_\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]*/);return"variableName.local"}else if(n=="<"&&!e.match(/^[\s\u00a0=]/,false)){e.match(/^[^\s\u00a0>]*>?/);return"atom"}else if(n=='"'||n=="'"){t.tokenize=c(n);return t.tokenize(e,t)}else if(/[{}\(\),\.;\[\]]/.test(n)){r=n;return"bracket"}else if(n=="#"){e.skipToEnd();return"comment"}else if(o.test(n)){return"operator"}else if(n==":"){l(e);return"atom"}else if(n=="@"){e.eatWhile(/[a-z\d\-]/i);return"meta"}else{e.eatWhile(/[_\w\d]/);if(e.eat(":")){l(e);return"atom"}var a=e.current();if(i.test(a))return"builtin";else if(u.test(a))return"keyword";else return"variable"}}function l(e){e.match(/(\.(?=[\w_\-\\%])|[:\w_-]|\\[-\\_~.!$&'()*+,;=/?#@%]|%[a-f\d][a-f\d])+/i)}function c(e){return function(t,n){var r=false,a;while((a=t.next())!=null){if(a==e&&!r){n.tokenize=s;break}r=!r&&a=="\\"}return"string"}}function f(e,t,n){e.context={prev:e.context,indent:e.indent,col:n,type:t}}function p(e){e.indent=e.context.indent;e.context=e.context.prev}const d={name:"sparql",startState:function(){return{tokenize:s,context:null,indent:0,col:0}},token:function(e,t){if(e.sol()){if(t.context&&t.context.align==null)t.context.align=false;t.indent=e.indentation()}if(e.eatSpace())return null;var n=t.tokenize(e,t);if(n!="comment"&&t.context&&t.context.align==null&&t.context.type!="pattern"){t.context.align=true}if(r=="(")f(t,")",e.column());else if(r=="[")f(t,"]",e.column());else if(r=="{")f(t,"}",e.column());else if(/[\]\}\)]/.test(r)){while(t.context&&t.context.type=="pattern")p(t);if(t.context&&r==t.context.type){p(t);if(r=="}"&&t.context&&t.context.type=="pattern")p(t)}}else if(r=="."&&t.context&&t.context.type=="pattern")p(t);else if(/atom|string|variable/.test(n)&&t.context){if(/[\}\]]/.test(t.context.type))f(t,"pattern",e.column());else if(t.context.type=="pattern"&&!t.context.align){t.context.align=true;t.context.col=e.column()}}return n},indent:function(e,t,n){var r=t&&t.charAt(0);var a=e.context;if(/[\]\}]/.test(r))while(a&&a.type=="pattern")a=a.prev;var i=a&&r==a.type;if(!a)return 0;else if(a.type=="pattern")return a.col;else if(a.align)return a.col+(i?0:1);else return a.indent+(i?0:n.unit)},languageData:{commentTokens:{line:"#"}}}}}]);
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[3308],{8800:(e,t,n)=>{n.r(t);n.d(t,{Hooks:()=>M,Lexer:()=>B,Parser:()=>j,Renderer:()=>P,Slugger:()=>U,TextRenderer:()=>Q,Tokenizer:()=>v,defaults:()=>i,getDefaults:()=>s,lexer:()=>ee,marked:()=>H,options:()=>X,parse:()=>W,parseInline:()=>K,parser:()=>Y,setOptions:()=>G,use:()=>V,walkTokens:()=>J});function s(){return{async:false,baseUrl:null,breaks:false,extensions:null,gfm:true,headerIds:true,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:true,pedantic:false,renderer:null,sanitize:false,sanitizer:null,silent:false,smartypants:false,tokenizer:null,walkTokens:null,xhtml:false}}let i=s();function r(e){i=e}const l=/[&<>"']/;const o=new RegExp(l.source,"g");const a=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/;const c=new RegExp(a.source,"g");const h={"&":"&","<":"<",">":">",'"':""","'":"'"};const p=e=>h[e];function u(e,t){if(t){if(l.test(e)){return e.replace(o,p)}}else{if(a.test(e)){return e.replace(c,p)}}return e}const f=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function g(e){return e.replace(f,((e,t)=>{t=t.toLowerCase();if(t==="colon")return":";if(t.charAt(0)==="#"){return t.charAt(1)==="x"?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1))}return""}))}const k=/(^|[^\[])\^/g;function d(e,t){e=typeof e==="string"?e:e.source;t=t||"";const n={replace:(t,s)=>{s=s.source||s;s=s.replace(k,"$1");e=e.replace(t,s);return n},getRegex:()=>new RegExp(e,t)};return n}const x=/[^\w:]/g;const m=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function b(e,t,n){if(e){let e;try{e=decodeURIComponent(g(n)).replace(x,"").toLowerCase()}catch(s){return null}if(e.indexOf("javascript:")===0||e.indexOf("vbscript:")===0||e.indexOf("data:")===0){return null}}if(t&&!m.test(n)){n=z(t,n)}try{n=encodeURI(n).replace(/%25/g,"%")}catch(s){return null}return n}const w={};const _=/^[^:]+:\/*[^/]*$/;const y=/^([^:]+:)[\s\S]*$/;const $=/^([^:]+:\/*[^/]*)[\s\S]*$/;function z(e,t){if(!w[" "+e]){if(_.test(e)){w[" "+e]=e+"/"}else{w[" "+e]=T(e,"/",true)}}e=w[" "+e];const n=e.indexOf(":")===-1;if(t.substring(0,2)==="//"){if(n){return t}return e.replace(y,"$1")+t}else if(t.charAt(0)==="/"){if(n){return t}return e.replace($,"$1")+t}else{return e+t}}const S={exec:function e(){}};function R(e,t){const n=e.replace(/\|/g,((e,t,n)=>{let s=false,i=t;while(--i>=0&&n[i]==="\\")s=!s;if(s){return"|"}else{return" |"}})),s=n.split(/ \|/);let i=0;if(!s[0].trim()){s.shift()}if(s.length>0&&!s[s.length-1].trim()){s.pop()}if(s.length>t){s.splice(t)}else{while(s.length<t)s.push("")}for(;i<s.length;i++){s[i]=s[i].trim().replace(/\\\|/g,"|")}return s}function T(e,t,n){const s=e.length;if(s===0){return""}let i=0;while(i<s){const r=e.charAt(s-i-1);if(r===t&&!n){i++}else if(r!==t&&n){i++}else{break}}return e.slice(0,s-i)}function A(e,t){if(e.indexOf(t[1])===-1){return-1}const n=e.length;let s=0,i=0;for(;i<n;i++){if(e[i]==="\\"){i++}else if(e[i]===t[0]){s++}else if(e[i]===t[1]){s--;if(s<0){return i}}}return-1}function I(e){if(e&&e.sanitize&&!e.silent){console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}}function E(e,t){if(t<1){return""}let n="";while(t>1){if(t&1){n+=e}t>>=1;e+=e}return n+e}function Z(e,t,n,s){const i=t.href;const r=t.title?u(t.title):null;const l=e[1].replace(/\\([\[\]])/g,"$1");if(e[0].charAt(0)!=="!"){s.state.inLink=true;const e={type:"link",raw:n,href:i,title:r,text:l,tokens:s.inlineTokens(l)};s.state.inLink=false;return e}return{type:"image",raw:n,href:i,title:r,text:u(l)}}function q(e,t){const n=e.match(/^(\s+)(?:```)/);if(n===null){return t}const s=n[1];return t.split("\n").map((e=>{const t=e.match(/^\s+/);if(t===null){return e}const[n]=t;if(n.length>=s.length){return e.slice(s.length)}return e})).join("\n")}class v{constructor(e){this.options=e||i}space(e){const t=this.rules.block.newline.exec(e);if(t&&t[0].length>0){return{type:"space",raw:t[0]}}}code(e){const t=this.rules.block.code.exec(e);if(t){const e=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:!this.options.pedantic?T(e,"\n"):e}}}fences(e){const t=this.rules.block.fences.exec(e);if(t){const e=t[0];const n=q(e,t[3]||"");return{type:"code",raw:e,lang:t[2]?t[2].trim().replace(this.rules.inline._escapes,"$1"):t[2],text:n}}}heading(e){const t=this.rules.block.heading.exec(e);if(t){let e=t[2].trim();if(/#$/.test(e)){const t=T(e,"#");if(this.options.pedantic){e=t.trim()}else if(!t||/ $/.test(t)){e=t.trim()}}return{type:"heading",raw:t[0],depth:t[1].length,text:e,tokens:this.lexer.inline(e)}}}hr(e){const t=this.rules.block.hr.exec(e);if(t){return{type:"hr",raw:t[0]}}}blockquote(e){const t=this.rules.block.blockquote.exec(e);if(t){const e=t[0].replace(/^ *>[ \t]?/gm,"");const n=this.lexer.state.top;this.lexer.state.top=true;const s=this.lexer.blockTokens(e);this.lexer.state.top=n;return{type:"blockquote",raw:t[0],tokens:s,text:e}}}list(e){let t=this.rules.block.list.exec(e);if(t){let n,s,i,r,l,o,a,c,h,p,u,f;let g=t[1].trim();const k=g.length>1;const d={type:"list",raw:"",ordered:k,start:k?+g.slice(0,-1):"",loose:false,items:[]};g=k?`\\d{1,9}\\${g.slice(-1)}`:`\\${g}`;if(this.options.pedantic){g=k?g:"[*+-]"}const x=new RegExp(`^( {0,3}${g})((?:[\t ][^\\n]*)?(?:\\n|$))`);while(e){f=false;if(!(t=x.exec(e))){break}if(this.rules.block.hr.test(e)){break}n=t[0];e=e.substring(n.length);c=t[2].split("\n",1)[0].replace(/^\t+/,(e=>" ".repeat(3*e.length)));h=e.split("\n",1)[0];if(this.options.pedantic){r=2;u=c.trimLeft()}else{r=t[2].search(/[^ ]/);r=r>4?1:r;u=c.slice(r);r+=t[1].length}o=false;if(!c&&/^ *$/.test(h)){n+=h+"\n";e=e.substring(h.length+1);f=true}if(!f){const t=new RegExp(`^ {0,${Math.min(3,r-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`);const s=new RegExp(`^ {0,${Math.min(3,r-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`);const i=new RegExp(`^ {0,${Math.min(3,r-1)}}(?:\`\`\`|~~~)`);const l=new RegExp(`^ {0,${Math.min(3,r-1)}}#`);while(e){p=e.split("\n",1)[0];h=p;if(this.options.pedantic){h=h.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")}if(i.test(h)){break}if(l.test(h)){break}if(t.test(h)){break}if(s.test(e)){break}if(h.search(/[^ ]/)>=r||!h.trim()){u+="\n"+h.slice(r)}else{if(o){break}if(c.search(/[^ ]/)>=4){break}if(i.test(c)){break}if(l.test(c)){break}if(s.test(c)){break}u+="\n"+h}if(!o&&!h.trim()){o=true}n+=p+"\n";e=e.substring(p.length+1);c=h.slice(r)}}if(!d.loose){if(a){d.loose=true}else if(/\n *\n *$/.test(n)){a=true}}if(this.options.gfm){s=/^\[[ xX]\] /.exec(u);if(s){i=s[0]!=="[ ] ";u=u.replace(/^\[[ xX]\] +/,"")}}d.items.push({type:"list_item",raw:n,task:!!s,checked:i,loose:false,text:u});d.raw+=n}d.items[d.items.length-1].raw=n.trimRight();d.items[d.items.length-1].text=u.trimRight();d.raw=d.raw.trimRight();const m=d.items.length;for(l=0;l<m;l++){this.lexer.state.top=false;d.items[l].tokens=this.lexer.blockTokens(d.items[l].text,[]);if(!d.loose){const e=d.items[l].tokens.filter((e=>e.type==="space"));const t=e.length>0&&e.some((e=>/\n.*\n/.test(e.raw)));d.loose=t}}if(d.loose){for(l=0;l<m;l++){d.items[l].loose=true}}return d}}html(e){const t=this.rules.block.html.exec(e);if(t){const e={type:"html",raw:t[0],pre:!this.options.sanitizer&&(t[1]==="pre"||t[1]==="script"||t[1]==="style"),text:t[0]};if(this.options.sanitize){const n=this.options.sanitizer?this.options.sanitizer(t[0]):u(t[0]);e.type="paragraph";e.text=n;e.tokens=this.lexer.inline(n)}return e}}def(e){const t=this.rules.block.def.exec(e);if(t){const e=t[1].toLowerCase().replace(/\s+/g," ");const n=t[2]?t[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline._escapes,"$1"):"";const s=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline._escapes,"$1"):t[3];return{type:"def",tag:e,raw:t[0],href:n,title:s}}}table(e){const t=this.rules.block.table.exec(e);if(t){const e={type:"table",header:R(t[1]).map((e=>({text:e}))),align:t[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[]};if(e.header.length===e.align.length){e.raw=t[0];let n=e.align.length;let s,i,r,l;for(s=0;s<n;s++){if(/^ *-+: *$/.test(e.align[s])){e.align[s]="right"}else if(/^ *:-+: *$/.test(e.align[s])){e.align[s]="center"}else if(/^ *:-+ *$/.test(e.align[s])){e.align[s]="left"}else{e.align[s]=null}}n=e.rows.length;for(s=0;s<n;s++){e.rows[s]=R(e.rows[s],e.header.length).map((e=>({text:e})))}n=e.header.length;for(i=0;i<n;i++){e.header[i].tokens=this.lexer.inline(e.header[i].text)}n=e.rows.length;for(i=0;i<n;i++){l=e.rows[i];for(r=0;r<l.length;r++){l[r].tokens=this.lexer.inline(l[r].text)}}return e}}}lheading(e){const t=this.rules.block.lheading.exec(e);if(t){return{type:"heading",raw:t[0],depth:t[2].charAt(0)==="="?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}}paragraph(e){const t=this.rules.block.paragraph.exec(e);if(t){const e=t[1].charAt(t[1].length-1)==="\n"?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:e,tokens:this.lexer.inline(e)}}}text(e){const t=this.rules.block.text.exec(e);if(t){return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}}escape(e){const t=this.rules.inline.escape.exec(e);if(t){return{type:"escape",raw:t[0],text:u(t[1])}}}tag(e){const t=this.rules.inline.tag.exec(e);if(t){if(!this.lexer.state.inLink&&/^<a /i.test(t[0])){this.lexer.state.inLink=true}else if(this.lexer.state.inLink&&/^<\/a>/i.test(t[0])){this.lexer.state.inLink=false}if(!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])){this.lexer.state.inRawBlock=true}else if(this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])){this.lexer.state.inRawBlock=false}return{type:this.options.sanitize?"text":"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(t[0]):u(t[0]):t[0]}}}link(e){const t=this.rules.inline.link.exec(e);if(t){const e=t[2].trim();if(!this.options.pedantic&&/^</.test(e)){if(!/>$/.test(e)){return}const t=T(e.slice(0,-1),"\\");if((e.length-t.length)%2===0){return}}else{const e=A(t[2],"()");if(e>-1){const n=t[0].indexOf("!")===0?5:4;const s=n+t[1].length+e;t[2]=t[2].substring(0,e);t[0]=t[0].substring(0,s).trim();t[3]=""}}let n=t[2];let s="";if(this.options.pedantic){const e=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(n);if(e){n=e[1];s=e[3]}}else{s=t[3]?t[3].slice(1,-1):""}n=n.trim();if(/^</.test(n)){if(this.options.pedantic&&!/>$/.test(e)){n=n.slice(1)}else{n=n.slice(1,-1)}}return Z(t,{href:n?n.replace(this.rules.inline._escapes,"$1"):n,title:s?s.replace(this.rules.inline._escapes,"$1"):s},t[0],this.lexer)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){let e=(n[2]||n[1]).replace(/\s+/g," ");e=t[e.toLowerCase()];if(!e){const e=n[0].charAt(0);return{type:"text",raw:e,text:e}}return Z(n,e,n[0],this.lexer)}}emStrong(e,t,n=""){let s=this.rules.inline.emStrong.lDelim.exec(e);if(!s)return;if(s[3]&&n.match(/[\p{L}\p{N}]/u))return;const i=s[1]||s[2]||"";if(!i||i&&(n===""||this.rules.inline.punctuation.exec(n))){const n=s[0].length-1;let i,r,l=n,o=0;const a=s[0][0]==="*"?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;a.lastIndex=0;t=t.slice(-1*e.length+n);while((s=a.exec(t))!=null){i=s[1]||s[2]||s[3]||s[4]||s[5]||s[6];if(!i)continue;r=i.length;if(s[3]||s[4]){l+=r;continue}else if(s[5]||s[6]){if(n%3&&!((n+r)%3)){o+=r;continue}}l-=r;if(l>0)continue;r=Math.min(r,r+l+o);const t=e.slice(0,n+s.index+(s[0].length-i.length)+r);if(Math.min(n,r)%2){const e=t.slice(1,-1);return{type:"em",raw:t,text:e,tokens:this.lexer.inlineTokens(e)}}const a=t.slice(2,-2);return{type:"strong",raw:t,text:a,tokens:this.lexer.inlineTokens(a)}}}}codespan(e){const t=this.rules.inline.code.exec(e);if(t){let e=t[2].replace(/\n/g," ");const n=/[^ ]/.test(e);const s=/^ /.test(e)&&/ $/.test(e);if(n&&s){e=e.substring(1,e.length-1)}e=u(e,true);return{type:"codespan",raw:t[0],text:e}}}br(e){const t=this.rules.inline.br.exec(e);if(t){return{type:"br",raw:t[0]}}}del(e){const t=this.rules.inline.del.exec(e);if(t){return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}}autolink(e,t){const n=this.rules.inline.autolink.exec(e);if(n){let e,s;if(n[2]==="@"){e=u(this.options.mangle?t(n[1]):n[1]);s="mailto:"+e}else{e=u(n[1]);s=e}return{type:"link",raw:n[0],text:e,href:s,tokens:[{type:"text",raw:e,text:e}]}}}url(e,t){let n;if(n=this.rules.inline.url.exec(e)){let e,s;if(n[2]==="@"){e=u(this.options.mangle?t(n[0]):n[0]);s="mailto:"+e}else{let t;do{t=n[0];n[0]=this.rules.inline._backpedal.exec(n[0])[0]}while(t!==n[0]);e=u(n[0]);if(n[1]==="www."){s="http://"+n[0]}else{s=n[0]}}return{type:"link",raw:n[0],text:e,href:s,tokens:[{type:"text",raw:e,text:e}]}}}inlineText(e,t){const n=this.rules.inline.text.exec(e);if(n){let e;if(this.lexer.state.inRawBlock){e=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(n[0]):u(n[0]):n[0]}else{e=u(this.options.smartypants?t(n[0]):n[0])}return{type:"text",raw:n[0],text:e}}}}const L={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,html:"^ {0,3}(?:"+"<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)"+"|comment[^\\n]*(\\n+|$)"+"|<\\?[\\s\\S]*?(?:\\?>\\n*|$)"+"|<![A-Z][\\s\\S]*?(?:>\\n*|$)"+"|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)"+"|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)"+"|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)"+"|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)"+")",def:/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,table:S,lheading:/^((?:.|\n(?!\n))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/};L._label=/(?!\s*\])(?:\\.|[^\[\]\\])+/;L._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/;L.def=d(L.def).replace("label",L._label).replace("title",L._title).getRegex();L.bullet=/(?:[*+-]|\d{1,9}[.)])/;L.listItemStart=d(/^( *)(bull) */).replace("bull",L.bullet).getRegex();L.list=d(L.list).replace(/bull/g,L.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+L.def.source+")").getRegex();L._tag="address|article|aside|base|basefont|blockquote|body|caption"+"|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption"+"|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe"+"|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option"+"|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr"+"|track|ul";L._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/;L.html=d(L.html,"i").replace("comment",L._comment).replace("tag",L._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex();L.paragraph=d(L._paragraph).replace("hr",L.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",L._tag).getRegex();L.blockquote=d(L.blockquote).replace("paragraph",L.paragraph).getRegex();L.normal={...L};L.gfm={...L.normal,table:"^ *([^\\n ].*\\|.*)\\n"+" {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?"+"(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"};L.gfm.table=d(L.gfm.table).replace("hr",L.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",L._tag).getRegex();L.gfm.paragraph=d(L._paragraph).replace("hr",L.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",L.gfm.table).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",L._tag).getRegex();L.pedantic={...L.normal,html:d("^ *(?:comment *(?:\\n|\\s*$)"+"|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)"+"|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",L._comment).replace(/tag/g,"(?!(?:"+"a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub"+"|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)"+"\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:S,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:d(L.normal._paragraph).replace("hr",L.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",L.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()};const C={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:S,tag:"^comment"+"|^</[a-zA-Z][\\w:-]*\\s*>"+"|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>"+"|^<\\?[\\s\\S]*?\\?>"+"|^<![a-zA-Z]+\\s[\\s\\S]*?>"+"|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/^(?:[^_*\\]|\\.)*?\_\_(?:[^_*\\]|\\.)*?\*(?:[^_*\\]|\\.)*?(?=\_\_)|(?:[^*\\]|\\.)+(?=[^*])|[punct_](\*+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|(?:[^punct*_\s\\]|\\.)(\*+)(?=[^punct*_\s])/,rDelimUnd:/^(?:[^_*\\]|\\.)*?\*\*(?:[^_*\\]|\\.)*?\_(?:[^_*\\]|\\.)*?(?=\*\*)|(?:[^_\\]|\\.)+(?=[^_])|[punct*](\_+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:S,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\spunctuation])/};C._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~";C.punctuation=d(C.punctuation).replace(/punctuation/g,C._punctuation).getRegex();C.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g;C.escapedEmSt=/(?:^|[^\\])(?:\\\\)*\\[*_]/g;C._comment=d(L._comment).replace("(?:--\x3e|$)","--\x3e").getRegex();C.emStrong.lDelim=d(C.emStrong.lDelim).replace(/punct/g,C._punctuation).getRegex();C.emStrong.rDelimAst=d(C.emStrong.rDelimAst,"g").replace(/punct/g,C._punctuation).getRegex();C.emStrong.rDelimUnd=d(C.emStrong.rDelimUnd,"g").replace(/punct/g,C._punctuation).getRegex();C._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g;C._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/;C._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/;C.autolink=d(C.autolink).replace("scheme",C._scheme).replace("email",C._email).getRegex();C._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/;C.tag=d(C.tag).replace("comment",C._comment).replace("attribute",C._attribute).getRegex();C._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/;C._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/;C._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/;C.link=d(C.link).replace("label",C._label).replace("href",C._href).replace("title",C._title).getRegex();C.reflink=d(C.reflink).replace("label",C._label).replace("ref",L._label).getRegex();C.nolink=d(C.nolink).replace("ref",L._label).getRegex();C.reflinkSearch=d(C.reflinkSearch,"g").replace("reflink",C.reflink).replace("nolink",C.nolink).getRegex();C.normal={...C};C.pedantic={...C.normal,strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:d(/^!?\[(label)\]\((.*?)\)/).replace("label",C._label).getRegex(),reflink:d(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",C._label).getRegex()};C.gfm={...C.normal,escape:d(C.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/};C.gfm.url=d(C.gfm.url,"i").replace("email",C.gfm._extended_email).getRegex();C.breaks={...C.gfm,br:d(C.br).replace("{2,}","*").getRegex(),text:d(C.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()};function D(e){return e.replace(/---/g,"—").replace(/--/g,"–").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…")}function O(e){let t="",n,s;const i=e.length;for(n=0;n<i;n++){s=e.charCodeAt(n);if(Math.random()>.5){s="x"+s.toString(16)}t+="&#"+s+";"}return t}class B{constructor(e){this.tokens=[];this.tokens.links=Object.create(null);this.options=e||i;this.options.tokenizer=this.options.tokenizer||new v;this.tokenizer=this.options.tokenizer;this.tokenizer.options=this.options;this.tokenizer.lexer=this;this.inlineQueue=[];this.state={inLink:false,inRawBlock:false,top:true};const t={block:L.normal,inline:C.normal};if(this.options.pedantic){t.block=L.pedantic;t.inline=C.pedantic}else if(this.options.gfm){t.block=L.gfm;if(this.options.breaks){t.inline=C.breaks}else{t.inline=C.gfm}}this.tokenizer.rules=t}static get rules(){return{block:L,inline:C}}static lex(e,t){const n=new B(t);return n.lex(e)}static lexInline(e,t){const n=new B(t);return n.inlineTokens(e)}lex(e){e=e.replace(/\r\n|\r/g,"\n");this.blockTokens(e,this.tokens);let t;while(t=this.inlineQueue.shift()){this.inlineTokens(t.src,t.tokens)}return this.tokens}blockTokens(e,t=[]){if(this.options.pedantic){e=e.replace(/\t/g," ").replace(/^ +$/gm,"")}else{e=e.replace(/^( *)(\t+)/gm,((e,t,n)=>t+" ".repeat(n.length)))}let n,s,i,r;while(e){if(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some((s=>{if(n=s.call({lexer:this},e,t)){e=e.substring(n.raw.length);t.push(n);return true}return false}))){continue}if(n=this.tokenizer.space(e)){e=e.substring(n.raw.length);if(n.raw.length===1&&t.length>0){t[t.length-1].raw+="\n"}else{t.push(n)}continue}if(n=this.tokenizer.code(e)){e=e.substring(n.raw.length);s=t[t.length-1];if(s&&(s.type==="paragraph"||s.type==="text")){s.raw+="\n"+n.raw;s.text+="\n"+n.text;this.inlineQueue[this.inlineQueue.length-1].src=s.text}else{t.push(n)}continue}if(n=this.tokenizer.fences(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.heading(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.hr(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.blockquote(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.list(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.html(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.def(e)){e=e.substring(n.raw.length);s=t[t.length-1];if(s&&(s.type==="paragraph"||s.type==="text")){s.raw+="\n"+n.raw;s.text+="\n"+n.raw;this.inlineQueue[this.inlineQueue.length-1].src=s.text}else if(!this.tokens.links[n.tag]){this.tokens.links[n.tag]={href:n.href,title:n.title}}continue}if(n=this.tokenizer.table(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.lheading(e)){e=e.substring(n.raw.length);t.push(n);continue}i=e;if(this.options.extensions&&this.options.extensions.startBlock){let t=Infinity;const n=e.slice(1);let s;this.options.extensions.startBlock.forEach((function(e){s=e.call({lexer:this},n);if(typeof s==="number"&&s>=0){t=Math.min(t,s)}}));if(t<Infinity&&t>=0){i=e.substring(0,t+1)}}if(this.state.top&&(n=this.tokenizer.paragraph(i))){s=t[t.length-1];if(r&&s.type==="paragraph"){s.raw+="\n"+n.raw;s.text+="\n"+n.text;this.inlineQueue.pop();this.inlineQueue[this.inlineQueue.length-1].src=s.text}else{t.push(n)}r=i.length!==e.length;e=e.substring(n.raw.length);continue}if(n=this.tokenizer.text(e)){e=e.substring(n.raw.length);s=t[t.length-1];if(s&&s.type==="text"){s.raw+="\n"+n.raw;s.text+="\n"+n.text;this.inlineQueue.pop();this.inlineQueue[this.inlineQueue.length-1].src=s.text}else{t.push(n)}continue}if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}else{throw new Error(t)}}}this.state.top=true;return t}inline(e,t=[]){this.inlineQueue.push({src:e,tokens:t});return t}inlineTokens(e,t=[]){let n,s,i;let r=e;let l;let o,a;if(this.tokens.links){const e=Object.keys(this.tokens.links);if(e.length>0){while((l=this.tokenizer.rules.inline.reflinkSearch.exec(r))!=null){if(e.includes(l[0].slice(l[0].lastIndexOf("[")+1,-1))){r=r.slice(0,l.index)+"["+E("a",l[0].length-2)+"]"+r.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex)}}}}while((l=this.tokenizer.rules.inline.blockSkip.exec(r))!=null){r=r.slice(0,l.index)+"["+E("a",l[0].length-2)+"]"+r.slice(this.tokenizer.rules.inline.blockSkip.lastIndex)}while((l=this.tokenizer.rules.inline.escapedEmSt.exec(r))!=null){r=r.slice(0,l.index+l[0].length-2)+"++"+r.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);this.tokenizer.rules.inline.escapedEmSt.lastIndex--}while(e){if(!o){a=""}o=false;if(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some((s=>{if(n=s.call({lexer:this},e,t)){e=e.substring(n.raw.length);t.push(n);return true}return false}))){continue}if(n=this.tokenizer.escape(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.tag(e)){e=e.substring(n.raw.length);s=t[t.length-1];if(s&&n.type==="text"&&s.type==="text"){s.raw+=n.raw;s.text+=n.text}else{t.push(n)}continue}if(n=this.tokenizer.link(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(n.raw.length);s=t[t.length-1];if(s&&n.type==="text"&&s.type==="text"){s.raw+=n.raw;s.text+=n.text}else{t.push(n)}continue}if(n=this.tokenizer.emStrong(e,r,a)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.codespan(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.br(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.del(e)){e=e.substring(n.raw.length);t.push(n);continue}if(n=this.tokenizer.autolink(e,O)){e=e.substring(n.raw.length);t.push(n);continue}if(!this.state.inLink&&(n=this.tokenizer.url(e,O))){e=e.substring(n.raw.length);t.push(n);continue}i=e;if(this.options.extensions&&this.options.extensions.startInline){let t=Infinity;const n=e.slice(1);let s;this.options.extensions.startInline.forEach((function(e){s=e.call({lexer:this},n);if(typeof s==="number"&&s>=0){t=Math.min(t,s)}}));if(t<Infinity&&t>=0){i=e.substring(0,t+1)}}if(n=this.tokenizer.inlineText(i,D)){e=e.substring(n.raw.length);if(n.raw.slice(-1)!=="_"){a=n.raw.slice(-1)}o=true;s=t[t.length-1];if(s&&s.type==="text"){s.raw+=n.raw;s.text+=n.text}else{t.push(n)}continue}if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}else{throw new Error(t)}}}return t}}class P{constructor(e){this.options=e||i}code(e,t,n){const s=(t||"").match(/\S*/)[0];if(this.options.highlight){const t=this.options.highlight(e,s);if(t!=null&&t!==e){n=true;e=t}}e=e.replace(/\n$/,"")+"\n";if(!s){return"<pre><code>"+(n?e:u(e,true))+"</code></pre>\n"}return'<pre><code class="'+this.options.langPrefix+u(s)+'">'+(n?e:u(e,true))+"</code></pre>\n"}blockquote(e){return`<blockquote>\n${e}</blockquote>\n`}html(e){return e}heading(e,t,n,s){if(this.options.headerIds){const i=this.options.headerPrefix+s.slug(n);return`<h${t} id="${i}">${e}</h${t}>\n`}return`<h${t}>${e}</h${t}>\n`}hr(){return this.options.xhtml?"<hr/>\n":"<hr>\n"}list(e,t,n){const s=t?"ol":"ul",i=t&&n!==1?' start="'+n+'"':"";return"<"+s+i+">\n"+e+"</"+s+">\n"}listitem(e){return`<li>${e}</li>\n`}checkbox(e){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "}paragraph(e){return`<p>${e}</p>\n`}table(e,t){if(t)t=`<tbody>${t}</tbody>`;return"<table>\n"+"<thead>\n"+e+"</thead>\n"+t+"</table>\n"}tablerow(e){return`<tr>\n${e}</tr>\n`}tablecell(e,t){const n=t.header?"th":"td";const s=t.align?`<${n} align="${t.align}">`:`<${n}>`;return s+e+`</${n}>\n`}strong(e){return`<strong>${e}</strong>`}em(e){return`<em>${e}</em>`}codespan(e){return`<code>${e}</code>`}br(){return this.options.xhtml?"<br/>":"<br>"}del(e){return`<del>${e}</del>`}link(e,t,n){e=b(this.options.sanitize,this.options.baseUrl,e);if(e===null){return n}let s='<a href="'+e+'"';if(t){s+=' title="'+t+'"'}s+=">"+n+"</a>";return s}image(e,t,n){e=b(this.options.sanitize,this.options.baseUrl,e);if(e===null){return n}let s=`<img src="${e}" alt="${n}"`;if(t){s+=` title="${t}"`}s+=this.options.xhtml?"/>":">";return s}text(e){return e}}class Q{strong(e){return e}em(e){return e}codespan(e){return e}del(e){return e}html(e){return e}text(e){return e}link(e,t,n){return""+n}image(e,t,n){return""+n}br(){return""}}class U{constructor(){this.seen={}}serialize(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}getNextSafeSlug(e,t){let n=e;let s=0;if(this.seen.hasOwnProperty(n)){s=this.seen[e];do{s++;n=e+"-"+s}while(this.seen.hasOwnProperty(n))}if(!t){this.seen[e]=s;this.seen[n]=0}return n}slug(e,t={}){const n=this.serialize(e);return this.getNextSafeSlug(n,t.dryrun)}}class j{constructor(e){this.options=e||i;this.options.renderer=this.options.renderer||new P;this.renderer=this.options.renderer;this.renderer.options=this.options;this.textRenderer=new Q;this.slugger=new U}static parse(e,t){const n=new j(t);return n.parse(e)}static parseInline(e,t){const n=new j(t);return n.parseInline(e)}parse(e,t=true){let n="",s,i,r,l,o,a,c,h,p,u,f,k,d,x,m,b,w,_,y;const $=e.length;for(s=0;s<$;s++){u=e[s];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[u.type]){y=this.options.extensions.renderers[u.type].call({parser:this},u);if(y!==false||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(u.type)){n+=y||"";continue}}switch(u.type){case"space":{continue}case"hr":{n+=this.renderer.hr();continue}case"heading":{n+=this.renderer.heading(this.parseInline(u.tokens),u.depth,g(this.parseInline(u.tokens,this.textRenderer)),this.slugger);continue}case"code":{n+=this.renderer.code(u.text,u.lang,u.escaped);continue}case"table":{h="";c="";l=u.header.length;for(i=0;i<l;i++){c+=this.renderer.tablecell(this.parseInline(u.header[i].tokens),{header:true,align:u.align[i]})}h+=this.renderer.tablerow(c);p="";l=u.rows.length;for(i=0;i<l;i++){a=u.rows[i];c="";o=a.length;for(r=0;r<o;r++){c+=this.renderer.tablecell(this.parseInline(a[r].tokens),{header:false,align:u.align[r]})}p+=this.renderer.tablerow(c)}n+=this.renderer.table(h,p);continue}case"blockquote":{p=this.parse(u.tokens);n+=this.renderer.blockquote(p);continue}case"list":{f=u.ordered;k=u.start;d=u.loose;l=u.items.length;p="";for(i=0;i<l;i++){m=u.items[i];b=m.checked;w=m.task;x="";if(m.task){_=this.renderer.checkbox(b);if(d){if(m.tokens.length>0&&m.tokens[0].type==="paragraph"){m.tokens[0].text=_+" "+m.tokens[0].text;if(m.tokens[0].tokens&&m.tokens[0].tokens.length>0&&m.tokens[0].tokens[0].type==="text"){m.tokens[0].tokens[0].text=_+" "+m.tokens[0].tokens[0].text}}else{m.tokens.unshift({type:"text",text:_})}}else{x+=_}}x+=this.parse(m.tokens,d);p+=this.renderer.listitem(x,w,b)}n+=this.renderer.list(p,f,k);continue}case"html":{n+=this.renderer.html(u.text);continue}case"paragraph":{n+=this.renderer.paragraph(this.parseInline(u.tokens));continue}case"text":{p=u.tokens?this.parseInline(u.tokens):u.text;while(s+1<$&&e[s+1].type==="text"){u=e[++s];p+="\n"+(u.tokens?this.parseInline(u.tokens):u.text)}n+=t?this.renderer.paragraph(p):p;continue}default:{const e='Token with "'+u.type+'" type was not found.';if(this.options.silent){console.error(e);return}else{throw new Error(e)}}}}return n}parseInline(e,t){t=t||this.renderer;let n="",s,i,r;const l=e.length;for(s=0;s<l;s++){i=e[s];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[i.type]){r=this.options.extensions.renderers[i.type].call({parser:this},i);if(r!==false||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(i.type)){n+=r||"";continue}}switch(i.type){case"escape":{n+=t.text(i.text);break}case"html":{n+=t.html(i.text);break}case"link":{n+=t.link(i.href,i.title,this.parseInline(i.tokens,t));break}case"image":{n+=t.image(i.href,i.title,i.text);break}case"strong":{n+=t.strong(this.parseInline(i.tokens,t));break}case"em":{n+=t.em(this.parseInline(i.tokens,t));break}case"codespan":{n+=t.codespan(i.text);break}case"br":{n+=t.br();break}case"del":{n+=t.del(this.parseInline(i.tokens,t));break}case"text":{n+=t.text(i.text);break}default:{const e='Token with "'+i.type+'" type was not found.';if(this.options.silent){console.error(e);return}else{throw new Error(e)}}}}return n}}class M{constructor(e){this.options=e||i}static passThroughHooks=new Set(["preprocess","postprocess"]);preprocess(e){return e}postprocess(e){return e}}function N(e,t,n){return s=>{s.message+="\nPlease report this to https://github.com/markedjs/marked.";if(e){const e="<p>An error occurred:</p><pre>"+u(s.message+"",true)+"</pre>";if(t){return Promise.resolve(e)}if(n){n(null,e);return}return e}if(t){return Promise.reject(s)}if(n){n(s);return}throw s}}function F(e,t){return(n,s,i)=>{if(typeof s==="function"){i=s;s=null}const r={...s};s={...H.defaults,...r};const l=N(s.silent,s.async,i);if(typeof n==="undefined"||n===null){return l(new Error("marked(): input parameter is undefined or null"))}if(typeof n!=="string"){return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"))}I(s);if(s.hooks){s.hooks.options=s}if(i){const r=s.highlight;let a;try{if(s.hooks){n=s.hooks.preprocess(n)}a=e(n,s)}catch(o){return l(o)}const c=function(e){let n;if(!e){try{if(s.walkTokens){H.walkTokens(a,s.walkTokens)}n=t(a,s);if(s.hooks){n=s.hooks.postprocess(n)}}catch(o){e=o}}s.highlight=r;return e?l(e):i(null,n)};if(!r||r.length<3){return c()}delete s.highlight;if(!a.length)return c();let h=0;H.walkTokens(a,(function(e){if(e.type==="code"){h++;setTimeout((()=>{r(e.text,e.lang,(function(t,n){if(t){return c(t)}if(n!=null&&n!==e.text){e.text=n;e.escaped=true}h--;if(h===0){c()}}))}),0)}}));if(h===0){c()}return}if(s.async){return Promise.resolve(s.hooks?s.hooks.preprocess(n):n).then((t=>e(t,s))).then((e=>s.walkTokens?Promise.all(H.walkTokens(e,s.walkTokens)).then((()=>e)):e)).then((e=>t(e,s))).then((e=>s.hooks?s.hooks.postprocess(e):e)).catch(l)}try{if(s.hooks){n=s.hooks.preprocess(n)}const i=e(n,s);if(s.walkTokens){H.walkTokens(i,s.walkTokens)}let r=t(i,s);if(s.hooks){r=s.hooks.postprocess(r)}return r}catch(o){return l(o)}}}function H(e,t,n){return F(B.lex,j.parse)(e,t,n)}H.options=H.setOptions=function(e){H.defaults={...H.defaults,...e};r(H.defaults);return H};H.getDefaults=s;H.defaults=i;H.use=function(...e){const t=H.defaults.extensions||{renderers:{},childTokens:{}};e.forEach((e=>{const n={...e};n.async=H.defaults.async||n.async||false;if(e.extensions){e.extensions.forEach((e=>{if(!e.name){throw new Error("extension name required")}if(e.renderer){const n=t.renderers[e.name];if(n){t.renderers[e.name]=function(...t){let s=e.renderer.apply(this,t);if(s===false){s=n.apply(this,t)}return s}}else{t.renderers[e.name]=e.renderer}}if(e.tokenizer){if(!e.level||e.level!=="block"&&e.level!=="inline"){throw new Error("extension level must be 'block' or 'inline'")}if(t[e.level]){t[e.level].unshift(e.tokenizer)}else{t[e.level]=[e.tokenizer]}if(e.start){if(e.level==="block"){if(t.startBlock){t.startBlock.push(e.start)}else{t.startBlock=[e.start]}}else if(e.level==="inline"){if(t.startInline){t.startInline.push(e.start)}else{t.startInline=[e.start]}}}}if(e.childTokens){t.childTokens[e.name]=e.childTokens}}));n.extensions=t}if(e.renderer){const t=H.defaults.renderer||new P;for(const n in e.renderer){const s=t[n];t[n]=(...i)=>{let r=e.renderer[n].apply(t,i);if(r===false){r=s.apply(t,i)}return r}}n.renderer=t}if(e.tokenizer){const t=H.defaults.tokenizer||new v;for(const n in e.tokenizer){const s=t[n];t[n]=(...i)=>{let r=e.tokenizer[n].apply(t,i);if(r===false){r=s.apply(t,i)}return r}}n.tokenizer=t}if(e.hooks){const t=H.defaults.hooks||new M;for(const n in e.hooks){const s=t[n];if(M.passThroughHooks.has(n)){t[n]=i=>{if(H.defaults.async){return Promise.resolve(e.hooks[n].call(t,i)).then((e=>s.call(t,e)))}const r=e.hooks[n].call(t,i);return s.call(t,r)}}else{t[n]=(...i)=>{let r=e.hooks[n].apply(t,i);if(r===false){r=s.apply(t,i)}return r}}}n.hooks=t}if(e.walkTokens){const t=H.defaults.walkTokens;n.walkTokens=function(n){let s=[];s.push(e.walkTokens.call(this,n));if(t){s=s.concat(t.call(this,n))}return s}}H.setOptions(n)}))};H.walkTokens=function(e,t){let n=[];for(const s of e){n=n.concat(t.call(H,s));switch(s.type){case"table":{for(const e of s.header){n=n.concat(H.walkTokens(e.tokens,t))}for(const e of s.rows){for(const s of e){n=n.concat(H.walkTokens(s.tokens,t))}}break}case"list":{n=n.concat(H.walkTokens(s.items,t));break}default:{if(H.defaults.extensions&&H.defaults.extensions.childTokens&&H.defaults.extensions.childTokens[s.type]){H.defaults.extensions.childTokens[s.type].forEach((function(e){n=n.concat(H.walkTokens(s[e],t))}))}else if(s.tokens){n=n.concat(H.walkTokens(s.tokens,t))}}}}return n};H.parseInline=F(B.lexInline,j.parseInline);H.Parser=j;H.parser=j.parse;H.Renderer=P;H.TextRenderer=Q;H.Lexer=B;H.lexer=B.lex;H.Tokenizer=v;H.Slugger=U;H.Hooks=M;H.parse=H;const X=H.options;const G=H.setOptions;const V=H.use;const J=H.walkTokens;const K=H.parseInline;const W=H;const Y=j.parse;const ee=B.lex}}]);
|