jupyterlab 3.6.1__tar.gz → 3.6.3__tar.gz
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-3.6.1 → jupyterlab-3.6.3}/CHANGELOG.md +53 -2
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/PKG-INFO +1 -1
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/extension_migration.rst +32 -3
- jupyterlab-3.6.3/galata/test/jupyterlab/settings.test.ts +188 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/_version.py +1 -1
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig +10 -10
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig +14 -14
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +7 -7
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/codemirror-extension/commands.json +1 -1
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig +10 -10
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig +9 -9
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig +13 -13
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +11 -11
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig +16 -16
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig +13 -13
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +7 -7
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +15 -15
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +18 -18
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig +9 -9
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +9 -9
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig +6 -6
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +6 -6
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig +9 -9
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig +7 -7
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig +12 -12
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +10 -10
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig +25 -25
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/notebook-extension/tracker.json +1 -1
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +7 -7
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig +13 -13
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig +12 -12
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig +11 -11
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
- jupyterlab-3.6.3/jupyterlab/staging/package.json +323 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/yarn.lock +1775 -1941
- jupyterlab-3.6.3/jupyterlab/static/1057.16c446ab94eb9e5ed42a.js +2 -0
- jupyterlab-3.6.1/jupyterlab/static/1249.047c76b5ea96a41605db.js → jupyterlab-3.6.3/jupyterlab/static/1249.8501a6fa8feae7016c0a.js +2 -2
- jupyterlab-3.6.3/jupyterlab/static/3029.51bdde209f9c4e269943.js +2 -0
- jupyterlab-3.6.1/jupyterlab/static/6080.0c6925e9a333877d1caa.js → jupyterlab-3.6.3/jupyterlab/static/3114.5cbcff15783573c636c6.js +2 -2
- jupyterlab-3.6.3/jupyterlab/static/3308.03624912593a42120dea.js +2 -0
- jupyterlab-3.6.3/jupyterlab/static/4151.ce38cc139e8eec621bde.js +2 -0
- jupyterlab-3.6.3/jupyterlab/static/4657.f97cd1238beedb61548c.js +2 -0
- jupyterlab-3.6.1/jupyterlab/static/5493.c4714ef77ba6a59aec45.js → jupyterlab-3.6.3/jupyterlab/static/5493.bc25a653f87ecf6d27f8.js +3 -3
- jupyterlab-3.6.3/jupyterlab/static/6282.455f87010a88485c089b.js +2 -0
- jupyterlab-3.6.3/jupyterlab/static/6655.0f133ab652b8d8af8a1a.js +2 -0
- jupyterlab-3.6.3/jupyterlab/static/7796.0dcdca3baf288d835bab.js +2 -0
- jupyterlab-3.6.3/jupyterlab/static/807.25ee5f37af96f64ba380.js +3 -0
- jupyterlab-3.6.3/jupyterlab/static/9493.7d21c080b2fe6d48740c.js +2 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/build_log.json +102 -98
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/index.html +1 -1
- jupyterlab-3.6.3/jupyterlab/static/jlab_core.4d5114e25256eeddf4e4.js +3 -0
- jupyterlab-3.6.3/jupyterlab/static/main.c474366c927dbb3da565.js +2 -0
- jupyterlab-3.6.3/jupyterlab/static/package.json +323 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/third-party-licenses.json +103 -103
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/extension/package.json +3 -3
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/interop/consumer/package.json +3 -3
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/interop/provider/package.json +3 -3
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/interop/token/package.json +1 -1
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/mimeextension/package.json +1 -1
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab.egg-info/PKG-INFO +1 -1
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab.egg-info/SOURCES.txt +18 -18
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab.egg-info/requires.txt +2 -2
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/setup.cfg +2 -2
- jupyterlab-3.6.1/galata/test/jupyterlab/settings.test.ts +0 -21
- jupyterlab-3.6.1/jupyterlab/staging/package.json +0 -321
- jupyterlab-3.6.1/jupyterlab/static/1057.11d5284f6d720f77a44d.js +0 -2
- jupyterlab-3.6.1/jupyterlab/static/1255.6af28fc1253a813ef553.js +0 -2
- jupyterlab-3.6.1/jupyterlab/static/3029.fcc4588f76d34cbb8886.js +0 -2
- jupyterlab-3.6.1/jupyterlab/static/3308.3a94151c0d57440646ab.js +0 -2
- jupyterlab-3.6.1/jupyterlab/static/4151.e8bd2b5893531345189c.js +0 -2
- jupyterlab-3.6.1/jupyterlab/static/4657.8562f70714e36dc33542.js +0 -2
- jupyterlab-3.6.1/jupyterlab/static/6655.0bf8ef55b16a78705ab9.js +0 -2
- jupyterlab-3.6.1/jupyterlab/static/77.31fe077af30b9754449b.js +0 -2
- jupyterlab-3.6.1/jupyterlab/static/7796.32edf207b21018343eea.js +0 -2
- jupyterlab-3.6.1/jupyterlab/static/807.96166378e2efe232d81e.js +0 -3
- jupyterlab-3.6.1/jupyterlab/static/jlab_core.3e11c5239452d671150c.js +0 -3
- jupyterlab-3.6.1/jupyterlab/static/main.ad8f2997ac17282bb96c.js +0 -2
- jupyterlab-3.6.1/jupyterlab/static/package.json +0 -321
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/.dockerignore +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/CONTRIBUTING.md +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/CORPORATE.md +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/Dockerfile +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/LICENSE +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/MANIFEST.in +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/README.md +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/RELEASE.md +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/conftest.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docker/jupyter_server_config.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/Makefile +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/environment.yml +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/make.bat +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/scripts/graph-dependencies.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/_static/css/custom.css +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/_static/jupyter_logo.svg +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/_templates/breadcrumbs.html +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/_templates/footer.html +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/conf.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/api.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/components.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/contributing.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/css.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/debugger_launch_configuration.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/debugger_protocol_diagram.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/debugger_vscode_start.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/filebrowser_example.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/filebrowser_source.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/internationalization.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/patterns.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/prep_language_packs.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/developer/repo.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/documents.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/extension_dev.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/extension_points.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/extension_tutorial.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/identity.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/images/extension_migration_dependencies_debugger.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/images/extension_migration_dependencies_shortcuts.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/images/extension_migration_session.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/images/extension_tutorial_complete.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/images/extension_tutorial_empty.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/images/extension_tutorial_single.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/internationalization.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/notebook.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/ui_components.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/ui_helpers.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/virtualdom.create.tsx +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/virtualdom.reactwidget.tsx +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/virtualdom.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/extension/virtualdom.usesignal.tsx +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/changelog_celltags.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/changelog_fileinfo.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/changelog_restartrunallbutton.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/changelog_searchoutput-fs8.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/changelog_searchoutput.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/faq.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/find.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/installation.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/issue.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/overview.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/starting.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/getting_started/statusbar.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/images/jupyterlab.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/images/lighthouse.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/index.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/privacy_policies.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/announcements.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/binder.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/code_console.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/commands.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/debugger.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/directories.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/documents_kernels.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/export.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/extensions.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/file_editor.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/file_formats.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/files.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/command_palette.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/debugger/step.gif +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/debugger/tutorial-notebook.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/exporting_menu.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/exporting_slide_type.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/extension_manager_default.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/extension_manager_discover.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/extension_manager_rebuild.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/extension_manager_search.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/file_create_text_file.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/file_editor_overview.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/file_editor_settings.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/file_formats_altair.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/file_formats_html_display.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/file_formats_nteract_vdom.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/file_formats_open_with.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/file_menu_left.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/file_menu_top.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/interface_jupyterlab.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/interface_left.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/interface_right.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/interface_tabs.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/interface_tabs_menu.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/language_change.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/language_chinese.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/language_settings.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/listings/disclaimer_checked.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/listings/disclaimer_hidden.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/listings/disclaimer_unchecked.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/listings/disclaimer_unchecked_noinstall.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/listings/installed_allowlisted.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/listings/installed_blocklisted.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/listings/simultaneous_block_allow_listings.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/notebook/notebook_ui.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/rtc_shared_cursors.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/running_layout.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/shareable_link.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/terminal_layout.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/toc/includeOutput.gif +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/toc/numberingH1.gif +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/toc/runcell.gif +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/toc/syncCollapseState.gif +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/images/toc/toc.gif +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/interface.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/jupyterhub.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/language.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/notebook.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/rtc.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/running.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/terminal.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/toc.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/ui_customization.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/docs/source/user/urls.rst +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/.eslintrc.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/README.md +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/jupyter_server_test_config.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/media/galata-logo.svg +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/playwright-benchmark.config.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/playwright.config.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/benchmarkReporter.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/benchmarkVLTpl.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/contents.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/fixtures.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/galata.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/global.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/activity.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/filebrowser.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/index.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/kernel.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/logconsole.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/menu.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/notebook.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/performance.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/sidebar.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/statusbar.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/helpers/theme.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/index.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/inpage/index.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/inpage/tokens.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/jupyterlabpage.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/playwright-config.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/utils.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/src/vega-statistics.d.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/style/index.css +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/style/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/benchmark/notebook.spec.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/benchmark/notebook.spec.ts-snapshots/large-code-notebook-ipynb-benchmark-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/benchmark/notebook.spec.ts-snapshots/large-md-notebook-ipynb-benchmark-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/benchmarkReporter.spec.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/benchmarkReporter.spec.ts-snapshots/customized-test-galata-linux.svg +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/benchmarkReporter.spec.ts-snapshots/test-galata-linux.svg +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/contents.spec.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/fixture.spec.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/jupyterlabpage.spec.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/notebook.spec.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/notebook.spec.ts-snapshots/code-cell-galata-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/notebook.spec.ts-snapshots/example-run-galata-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/notebook.spec.ts-snapshots/markdown-cell-galata-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/notebook.spec.ts-snapshots/raw-cell-galata-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/notebook.spec.ts-snapshots/run-cells-galata-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/notebooks/example.ipynb +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/notebooks/jupyter.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/notebooks/simple_test.ipynb +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/test.spec.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/upload/sub_folder/upload_image.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/upload/sub_folder/upload_notebook_sub.ipynb +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/upload/upload_image.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/galata/upload/upload_notebook.ipynb +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/announcements.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/completer.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/completer.test.ts-snapshots/completer-console-filter-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/completer.test.ts-snapshots/completer-console-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/completer.test.ts-snapshots/completer-filter-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/completer.test.ts-snapshots/completer-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/contextmenu.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/contextmenu.test.ts-snapshots/file-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/contextmenu.test.ts-snapshots/file-openwith-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/contextmenu.test.ts-snapshots/fileeditor-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/contextmenu.test.ts-snapshots/folder-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/contextmenu.test.ts-snapshots/notebook-code-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/contextmenu.test.ts-snapshots/notebook-md-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/contextmenu.test.ts-snapshots/running-notebook-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/contextmenu.test.ts-snapshots/tab-launcher-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/contextmenu.test.ts-snapshots/tab-notebook-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/debugger.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/general.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/general.test.ts-snapshots/dark-theme-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/general.test.ts-snapshots/launch-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/general.test.ts-snapshots/simple-mode-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/help.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-edit-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-file-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-file-new-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-help-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-kernel-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-run-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-settings-console-run-keystroke-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-settings-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-settings-language-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-settings-terminal-theme-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-settings-text-editor-indentation-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-settings-text-editor-key-map-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-settings-text-editor-theme-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-settings-theme-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-tabs-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menu-view-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-menuedit-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-sidebar-extensionmanager-main-view-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-sidebar-filebrowser-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-sidebar-jp-property-inspector-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-sidebar-jp-running-sessions-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/menus.test.ts-snapshots/opened-sidebar-table-of-contents-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-create.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-create.test.ts-snapshots/dark-theme-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-create.test.ts-snapshots/opened-menu-edit-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-create.test.ts-snapshots/opened-menu-file-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-create.test.ts-snapshots/opened-menu-help-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-create.test.ts-snapshots/opened-menu-kernel-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-create.test.ts-snapshots/opened-menu-run-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-create.test.ts-snapshots/opened-menu-view-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-create.test.ts-snapshots/run-cells-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/copy-paste-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/cut-paste-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/delete-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/deselect-all-cells-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/execute-again-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/merge-cells-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/move-cell-down-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/move-cell-up-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/paste-replace-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/reedit-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/run-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/select-all-cells-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-edit.test.ts-snapshots/split-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-markdown.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-markdown.test.ts-snapshots/do-not-highlight-not-latex-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-markdown.test.ts-snapshots/do-not-highlight-standalone-dollar-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-markdown.test.ts-snapshots/highlight-latex-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-max-outputs.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-run-vega.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-run-vega.test.ts-snapshots/run-cells-dark-vega-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-run-vega.test.ts-snapshots/run-cells-vega-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-run.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-run.test.ts-snapshots/notebook-panel-0-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-toolbar.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-toolbar.test.ts-snapshots/change-to-markdown-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-toolbar.test.ts-snapshots/copy-paste-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-toolbar.test.ts-snapshots/cut-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-toolbar.test.ts-snapshots/delete-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-toolbar.test.ts-snapshots/insert-cells-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-toolbar.test.ts-snapshots/paste-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebook-toolbar.test.ts-snapshots/run-cell-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebooks/WidgetArch.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebooks/markdown_notebook.ipynb +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebooks/simple.md +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebooks/simple_notebook.ipynb +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebooks/toc_notebook.ipynb +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notebooks/vega_notebook.ipynb +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-accent-action-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-center-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-default-action-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-default-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-error-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-in-progress-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-info-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-link-action-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-success-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-warn-action-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-warning-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/notification-with-actions-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/notification.test.ts-snapshots/text-content-notification-jupyterlab-linux.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/save.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/search.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/sidebars.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/sidebars.test.ts-snapshots/filebrowser-right-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/sidebars.test.ts-snapshots/opened-sidebar-extensionmanager-main-view-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/sidebars.test.ts-snapshots/opened-sidebar-filebrowser-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/sidebars.test.ts-snapshots/opened-sidebar-jp-property-inspector-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/sidebars.test.ts-snapshots/opened-sidebar-jp-running-sessions-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/sidebars.test.ts-snapshots/opened-sidebar-table-of-contents-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/styles.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/terminal.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/terminal.test.ts-snapshots/dark-term-dark-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/terminal.test.ts-snapshots/dark-term-inherit-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/terminal.test.ts-snapshots/dark-term-light-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/terminal.test.ts-snapshots/launcher-term-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/terminal.test.ts-snapshots/light-term-dark-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/terminal.test.ts-snapshots/light-term-inherit-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/terminal.test.ts-snapshots/light-term-light-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/terminal.test.ts-snapshots/web-links-term-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/texteditor.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/texteditor.test.ts-snapshots/go-to-line-editor-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/texteditor.test.ts-snapshots/text-editor-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/texteditor.test.ts-snapshots/text-editor-rulers-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc-running.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc-running.test.ts-snapshots/toc-running-indicator-top-level-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc-running.test.ts-snapshots/toc-running-indicators-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc.test.ts-snapshots/add-tags-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc.test.ts-snapshots/notebook-context-menu-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc.test.ts-snapshots/show-tags-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc.test.ts-snapshots/toc-panel-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc.test.ts-snapshots/toggle-code-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc.test.ts-snapshots/toggle-markdown-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc.test.ts-snapshots/toggle-numbered-list-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc.test.ts-snapshots/toggle-tag-1-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/toc.test.ts-snapshots/toggle-tag-2-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/workspace.test.ts +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/workspace.test.ts-snapshots/workspace-reset-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/test/jupyterlab/workspace.test.ts-snapshots/workspace-simple-reset-jupyterlab-linux.png +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/update_snapshots.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/galata/webpack.config.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyter-config/jupyter_notebook_config.d/jupyterlab.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyter-config/jupyter_server_config.d/jupyterlab.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/__init__.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/__main__.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/browser-test.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/browser_check.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/commands.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/coreconfig.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/debuglog.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/federated_labextensions.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/handlers/__init__.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/handlers/announcements.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/handlers/build_handler.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/handlers/error_handler.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/handlers/extension_manager_handler.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/jlpmapp.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/labapp.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/labextensions.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/labhubapp.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/node-version-check.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/pytest_plugin.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/application-extension/commands.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/application-extension/context-menu.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/application-extension/shell.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/application-extension/sidebar.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/apputils-extension/notification.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/apputils-extension/palette.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/apputils-extension/print.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/apputils-extension/sanitizer.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/apputils-extension/themes.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/apputils-extension/workspaces.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/completer-extension/consoles.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/completer-extension/files.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/completer-extension/notebooks.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/console-extension/foreign.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/console-extension/tracker.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/csvviewer-extension/csv.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/csvviewer-extension/tsv.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/debugger-extension/main.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/docmanager-extension/download.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/docmanager-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/documentsearch-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/extensionmanager-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/browser.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/download.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/open-with.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/widget.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/fileeditor-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/help-extension/about.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/help-extension/jupyter-forum.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/help-extension/launch-classic.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/htmlviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/hub-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/imageviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/inspector-extension/consoles.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/inspector-extension/inspector.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/inspector-extension/notebooks.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/launcher-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/logconsole-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/mainmenu-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/markdownviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/notebook-extension/export.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/notebook-extension/panel.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/settingeditor-extension/form-ui.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/settingeditor-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/statusbar-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/terminal-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/toc-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/tooltip-extension/consoles.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/tooltip-extension/files.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/tooltip-extension/notebooks.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/schemas/@jupyterlab/translation-extension/plugin.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/semver.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/serverextension.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/.yarnrc +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/bootstrap.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/publicpath.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/templates/403.html +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/templates/error.html +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/templates/partial.html +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/templates/template.html +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/webpack.config.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/webpack.prod.config.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/webpack.prod.minimize.config.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/webpack.prod.release.config.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/staging/yarn.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/06f4d00923ea24697df5df0b92984175991d8bd25776a02d531bb401e393ec42.ttf +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/1033.890eeae47460e241b1e9.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/1036.a055f7326513fc5a04f7.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/1036.a055f7326513fc5a04f7.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/1044.4e54e3e338cfaccdfb46.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/1142.074d125bb59f5a332666.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/126.1e2fb998804b27c72a3e.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/1358.9ab4f57e8227ce75f427.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/1397.4b53e533e7ca4d3f06fe.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/14c9db4ff87fde08f67b0a69dd594bab6d87174812a0dbd34c59833bfed8cc0e.woff +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/1842.1846f224482b066652bf.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/1944.9bb345a40325c23313e9.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/1944.9bb345a40325c23313e9.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/198.ebf955f77b5c9807f163.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/2249.0cc057d5b7da618aa4e0.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/2326849b6c3dfa217a0e9ecaec9553c910a4e2987c87315c85073d2b95a484f3.svg +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/2349.91555cd2ef72c84e9253.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/2353.baeba73a2e9f3d9e75d2.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/2356.f97dd8093f97f156efe4.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/2585.4d374708a4df1d35065d.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3087.06efd084edba2bea6ea1.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3122.b1fda55c421da97a00a3.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3236.4fabf963498daeeb9624.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3387.bb8976de803b341fe7a3.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3443.868b4f89289beb97adec.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3496.ecb0e7fcc54191234ae6.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3531.0bacde3facdc0c46766c.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3532.c5348a7ce31c17eaeb0b.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3664.cfb68e6cb3654849310c.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3791.6adeeacb6143a6599115.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3935.4159b022aa6d82e44127.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3935.4159b022aa6d82e44127.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3992.6587b8bb22d3b162cc6b.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/3d06af1f31cd83ace7a265a014b8fb5dee15770ecac8f7a55555190e627e03c2.ttf +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/406.6f87c9a21bbaa5f39fc4.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/407a9723fc717c94e287496080d773e18e29c3cac49e2630172343c65c0864a8.eot +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/4155.784ca1752696680bf373.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/43c072c16c9ee6d67acdfa6c6d6685ff1e74eb4237b7cc3c1348ab1c108b26af.woff2 +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/4402.d24b4a44244e256d0126.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/4429.c4f083ef6b6e29345fd4.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/45.91c59b0e1dca32f01373.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/4570.53adcb6f69939da383ff.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/4631.96a143e70f005fef7b59.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/466.239a0c009f33f1cb7cab.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/4894.f5e3a48d18905b75d07f.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/501.d77919e38ba77753c7f8.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/5065.49dd76cb64fd444f785f.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/5096.96faf5ddac346a9ad9c3.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/5096.96faf5ddac346a9ad9c3.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/5223.0006e6e211b7c197b9f1.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/5289.6c67522c6a1c32fc2ea2.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/5383.d630abf49f5cb82bb76f.js +0 -0
- /jupyterlab-3.6.1/jupyterlab/static/5493.c4714ef77ba6a59aec45.js.LICENSE.txt → /jupyterlab-3.6.3/jupyterlab/static/5493.bc25a653f87ecf6d27f8.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/5505.d108d38d683afca0e4ed.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/5557.625f5943a166b494ee38.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/5619.b1928648a190b38e627a.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6005.cda1ecd972909c2a0250.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6064.1a4a55a09511d4907870.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6064.1a4a55a09511d4907870.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6218.63b338a58c855634089e.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6443.04025a1d063425902d56.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6504.f578fea4ca18a937babd.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6550.f5dbb748ddae3ef4b27e.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6598.e2d4d064ef6bca780c2c.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6700.c96344a466d1896657bf.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6777.1b7dcbf5a42c2daf11b8.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/679b5a5216bbdf913cc22d6ae44778c1ef975ee387a6c4c5de87e75d19a22232.svg +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6952.1bd5bcfeb0d87e61efcb.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6962.6d7125f759d926dcf34f.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6975.e0560614fd629195c9bf.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/6989.75bf0da94e660a6c26f8.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7034.fce307da76771c0ef0c8.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7050.fc2b565767a93966c20e.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7289.c749cf355edec3e37aa8.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7294.f71c2889fedcd71bd1ee.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7294.f71c2889fedcd71bd1ee.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7300.26360c57b8bd81344bd5.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7454.5859b3e9803de4da9c05.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7463.c34847707aeb55f90a82.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/74edc18b67c487e32f181719fdb347e2e77020744651f446e9acd7bd6821e2e7.woff +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/75a761159ae266c5332a4f266e07a5543712ffb76ee0260b07782195c04dc364.eot +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7717.2a6e6bb4e5f6b92e9798.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7730.7e3a9fb140d2d55a51fc.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7755.d506a1d9dadf30b1e490.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7788.5e16fdcc197e245776fd.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/7900.86dcbbbfb1a3d4f98375.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8012.e4c8f67dc497d26c16fc.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8059.6011120485fc3c4868d4.js +0 -0
- /jupyterlab-3.6.1/jupyterlab/static/807.96166378e2efe232d81e.js.LICENSE.txt → /jupyterlab-3.6.3/jupyterlab/static/807.25ee5f37af96f64ba380.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8102.7f1644c3be420fb40db9.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8284.54c936b3303933d2da84.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8428.dd5a93f02f55af0d3d8c.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8523.9b232c15e4eb5bc08a37.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8524.48062ecfe543b6d76860.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8580.974138f8b6ddb72035f9.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8657.bf693afb7646976b9a51.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/870.e515a8a325f5ddb19079.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8708.35479b2d01be1e86804a.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8819.743ff7148bbdf35c7bbb.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8834.7621cb792c80bfa66e05.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8843.35ec0f0b1f61c25e0401.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/8afc6e5e842baab16010c2ce6fcf48ec4ded8e1579a37c1f1bc027e120d04951.woff2 +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/900.6a1241c0269d5df615c8.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/901.2ec3367a81663f96cc4b.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/9039.5f28fec36b1eba3e4a52.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/9109.1b114e9c83e36c6560df.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/911.0c08f040896753efc653.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/911.0c08f040896753efc653.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/9316.c4abfd78d98bb182cd2f.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/9473.2e52d2ba788beec303be.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/9473.2e52d2ba788beec303be.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/96.c281b119ab350d7dd3de.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/9845.8b6c837a5ff754554b39.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/9866.5db2f5cd62fb6e231305.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/aff76e5c986f295d4bc6f8142a78e2a31888b101c2d025db89f79c75f64fd90b.woff +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/bootstrap.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/c651b8a67d3193206f622c3c3b0fbca4a2f2727108c4212b52c1e2a2e84c9b31.ttf +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/cf83ffb8cf0023bd439dfdd5d02f1954b6ee027e85897d6cfc5f90bbca9ec1d2.eot +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/d0b4256abed72481585662971262eabee345c19f837af00d7ce24239d3b40eef.woff2 +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/fa498fb2596a5235c5c86d7b68a7fbe76e9855c01af4b0e5ab41c41047c648e0.svg +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/index.out.js +0 -0
- /jupyterlab-3.6.1/jupyterlab/static/jlab_core.3e11c5239452d671150c.js.LICENSE.txt → /jupyterlab-3.6.3/jupyterlab/static/jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/static/style.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/style.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/__init__.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/conftest.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/echo_kernel.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/extension/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/extension/mock_package.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/extension/setup.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/incompat/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/incompat/package.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/interop/consumer/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/interop/consumer/jlab_mock_consumer.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/interop/consumer/setup.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/interop/provider/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/interop/provider/jlab_mock_provider.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/interop/provider/setup.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/interop/token/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/mimeextension/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/package/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/package/package.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens/MANIFEST.in +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens/package.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens/pyproject.toml +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens/setup.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens/test-hyphens/__init__.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens-underscore/MANIFEST.in +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens-underscore/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens-underscore/package.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens-underscore/pyproject.toml +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens-underscore/setup.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test-hyphens-underscore/test_hyphens_underscore/__init__.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test_no_hyphens/MANIFEST.in +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test_no_hyphens/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test_no_hyphens/package.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test_no_hyphens/pyproject.toml +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test_no_hyphens/setup.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/mock_packages/test_no_hyphens/test_no_hyphens/__init__.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/test_announcements.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/test_app.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/test_build_api.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/test_jupyterlab.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/tests/test_registry.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/themes/@jupyterlab/theme-dark-extension/index.css +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/themes/@jupyterlab/theme-dark-extension/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/themes/@jupyterlab/theme-light-extension/index.css +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/themes/@jupyterlab/theme-light-extension/index.js +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/upgrade_extension.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab/utils.py +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab.egg-info/dependency_links.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab.egg-info/entry_points.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab.egg-info/not-zip-safe +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/jupyterlab.egg-info/top_level.txt +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/package.json +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/pyproject.toml +0 -0
- {jupyterlab-3.6.1 → jupyterlab-3.6.3}/setup.py +0 -0
@@ -8,6 +8,59 @@
|
|
8
8
|
|
9
9
|
<!-- <START NEW CHANGELOG ENTRY> -->
|
10
10
|
|
11
|
+
## 3.6.3
|
12
|
+
|
13
|
+
([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v3.6.2...639a54c6b8ae9e8375f952d38539a233447aca73))
|
14
|
+
|
15
|
+
### Maintenance and upkeep improvements
|
16
|
+
|
17
|
+
- Bump lumino 1.x [#14286](https://github.com/jupyterlab/jupyterlab/pull/14286) ([@fcollonval](https://github.com/fcollonval))
|
18
|
+
- Provide @jupyterlab/shared-models as singleton [#14229](https://github.com/jupyterlab/jupyterlab/pull/14229) ([@fcollonval](https://github.com/fcollonval))
|
19
|
+
|
20
|
+
### Documentation improvements
|
21
|
+
|
22
|
+
- Provide @jupyterlab/shared-models as singleton [#14229](https://github.com/jupyterlab/jupyterlab/pull/14229) ([@fcollonval](https://github.com/fcollonval))
|
23
|
+
|
24
|
+
### Contributors to this release
|
25
|
+
|
26
|
+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-03-20&to=2023-03-30&type=c))
|
27
|
+
|
28
|
+
[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aandrii-i+updated%3A2023-03-20..2023-03-30&type=Issues) | [@bollwyvl](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abollwyvl+updated%3A2023-03-20..2023-03-30&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-03-20..2023-03-30&type=Issues) | [@damiend97](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adamiend97+updated%3A2023-03-20..2023-03-30&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-03-20..2023-03-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-03-20..2023-03-30&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AJasonWeill+updated%3A2023-03-20..2023-03-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-03-20..2023-03-30&type=Issues) | [@jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-03-20..2023-03-30&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-03-20..2023-03-30&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-03-20..2023-03-30&type=Issues)
|
29
|
+
|
30
|
+
<!-- <END NEW CHANGELOG ENTRY> -->
|
31
|
+
|
32
|
+
## 3.6.2
|
33
|
+
|
34
|
+
([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v3.6.1...faeab2c33cf857bef14b9e26ff9ec22cf82aa9b1))
|
35
|
+
|
36
|
+
### Bugs fixed
|
37
|
+
|
38
|
+
- Fix save as without changing the file name [#14212](https://github.com/jupyterlab/jupyterlab/pull/14212) ([@hbcarlos](https://github.com/hbcarlos))
|
39
|
+
- Fix save as in collaborative mode [#14182](https://github.com/jupyterlab/jupyterlab/pull/14182) ([@hbcarlos](https://github.com/hbcarlos))
|
40
|
+
- Fix non-document wide undo stack [#14063](https://github.com/jupyterlab/jupyterlab/pull/14063) ([@fcollonval](https://github.com/fcollonval))
|
41
|
+
- Fix code/content/ui font-size change [#14077](https://github.com/jupyterlab/jupyterlab/pull/14077) ([@FoSuCloud](https://github.com/FoSuCloud))
|
42
|
+
- Restore @jupyterlab/shared-models as proxy to @jupyter/ydoc [#14133](https://github.com/jupyterlab/jupyterlab/pull/14133) ([@fcollonval](https://github.com/fcollonval))
|
43
|
+
- Doc session [#14128](https://github.com/jupyterlab/jupyterlab/pull/14128) ([@hbcarlos](https://github.com/hbcarlos))
|
44
|
+
- Use local paths instead of driveName:path in the shared model [#13866](https://github.com/jupyterlab/jupyterlab/pull/13866) ([@hbcarlos](https://github.com/hbcarlos))
|
45
|
+
- use singleton boolean type for codemirror `lineWiseCopyCut` setting [#14055](https://github.com/jupyterlab/jupyterlab/pull/14055) ([@bollwyvl](https://github.com/bollwyvl))
|
46
|
+
|
47
|
+
### Maintenance and upkeep improvements
|
48
|
+
|
49
|
+
- Fix integrity [#14226](https://github.com/jupyterlab/jupyterlab/pull/14226) ([@fcollonval](https://github.com/fcollonval))
|
50
|
+
- Increases timeout [#14045](https://github.com/jupyterlab/jupyterlab/pull/14045) ([@brichet](https://github.com/brichet))
|
51
|
+
- Use Python 3.11 for js-debugger tests [#13941](https://github.com/jupyterlab/jupyterlab/pull/13941) ([@fcollonval](https://github.com/fcollonval))
|
52
|
+
- Fix verdaccio start up with nodejs 18.14.0 [#13959](https://github.com/jupyterlab/jupyterlab/pull/13959) ([@fcollonval](https://github.com/fcollonval))
|
53
|
+
|
54
|
+
### Documentation improvements
|
55
|
+
|
56
|
+
- Add note for jest configuration and JLab 3.6 [#14207](https://github.com/jupyterlab/jupyterlab/pull/14207) ([@fcollonval](https://github.com/fcollonval))
|
57
|
+
|
58
|
+
### Contributors to this release
|
59
|
+
|
60
|
+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-02-03&to=2023-03-20&type=c))
|
61
|
+
|
62
|
+
[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aandrii-i+updated%3A2023-02-03..2023-03-20&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2023-02-03..2023-03-20&type=Issues) | [@bollwyvl](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abollwyvl+updated%3A2023-02-03..2023-03-20&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-02-03..2023-03-20&type=Issues) | [@bt-](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abt-+updated%3A2023-02-03..2023-03-20&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adlqqq+updated%3A2023-02-03..2023-03-20&type=Issues) | [@domoritz](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adomoritz+updated%3A2023-02-03..2023-03-20&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aecharles+updated%3A2023-02-03..2023-03-20&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-02-03..2023-03-20&type=Issues) | [@fperez](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afperez+updated%3A2023-02-03..2023-03-20&type=Issues) | [@gabalafou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agabalafou+updated%3A2023-02-03..2023-03-20&type=Issues) | [@GabrielaVives](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AGabrielaVives+updated%3A2023-02-03..2023-03-20&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-02-03..2023-03-20&type=Issues) | [@goanpeca](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agoanpeca+updated%3A2023-02-03..2023-03-20&type=Issues) | [@HaudinFlorence](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AHaudinFlorence+updated%3A2023-02-03..2023-03-20&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ahbcarlos+updated%3A2023-02-03..2023-03-20&type=Issues) | [@ianhi](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aianhi+updated%3A2023-02-03..2023-03-20&type=Issues) | [@jasongrout](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajasongrout+updated%3A2023-02-03..2023-03-20&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AJasonWeill+updated%3A2023-02-03..2023-03-20&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-02-03..2023-03-20&type=Issues) | [@jupyterlab-dev-mode](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-dev-mode+updated%3A2023-02-03..2023-03-20&type=Issues) | [@jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-02-03..2023-03-20&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-02-03..2023-03-20&type=Issues) | [@meeseeksdev](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksdev+updated%3A2023-02-03..2023-03-20&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-02-03..2023-03-20&type=Issues) | [@mlucool](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Amlucool+updated%3A2023-02-03..2023-03-20&type=Issues) | [@psychemedia](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Apsychemedia+updated%3A2023-02-03..2023-03-20&type=Issues) | [@telamonian](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atelamonian+updated%3A2023-02-03..2023-03-20&type=Issues) | [@tonyfast](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atonyfast+updated%3A2023-02-03..2023-03-20&type=Issues) | [@vidartf](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Avidartf+updated%3A2023-02-03..2023-03-20&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-02-03..2023-03-20&type=Issues)
|
63
|
+
|
11
64
|
## 3.6.1
|
12
65
|
|
13
66
|
([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v3.6.0...ef12e4b9e7874489bb6bf6cda91dd08697f2b3c9))
|
@@ -27,8 +80,6 @@
|
|
27
80
|
|
28
81
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-02-02..2023-02-03&type=Issues) | [@jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-02-02..2023-02-03&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-02-02..2023-02-03&type=Issues)
|
29
82
|
|
30
|
-
<!-- <END NEW CHANGELOG ENTRY> -->
|
31
|
-
|
32
83
|
### 3.6.0
|
33
84
|
|
34
85
|
([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v3.4.8...438f5733ae47999de1585733113c294264b5e062))
|
@@ -20,6 +20,31 @@ target to ES2018 or add ``"ES2018"`` to the `TypeScript lib option <https://www.
|
|
20
20
|
JupyterLab 3.6.0 was released with an updated target "ES2018". We strongly advise updating to 3.6.1,
|
21
21
|
which reverts the target back to "ES2017".
|
22
22
|
|
23
|
+
Jest configuration update
|
24
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^
|
25
|
+
|
26
|
+
If you are using jest to test your extension, some new ES6 packages dependencies are added to JupyterLab 3.6.
|
27
|
+
They need to be ignore when transforming the code with Jest. You will need to update the
|
28
|
+
``transformIgnorePatterns`` to match:
|
29
|
+
|
30
|
+
.. code-block:: javascript
|
31
|
+
:emphasize-lines: 3
|
32
|
+
|
33
|
+
const esModules = [
|
34
|
+
'@jupyterlab/',
|
35
|
+
'@jupyter/ydoc',
|
36
|
+
'lib0',
|
37
|
+
'y\\-protocols',
|
38
|
+
'y\\-websocket',
|
39
|
+
'yjs'
|
40
|
+
].join('|');
|
41
|
+
|
42
|
+
// ...
|
43
|
+
|
44
|
+
transformIgnorePatterns: [`/node_modules/(?!${esModules}).+`]
|
45
|
+
|
46
|
+
For more information, have a look at :ref:`testing_with_jest`.
|
47
|
+
|
23
48
|
Real-Time Collaboration
|
24
49
|
^^^^^^^^^^^^^^^^^^^^^^^
|
25
50
|
In JupyterLab v3.6, it is necessary to install Jupyter Server v2.0 to use real-time collaboration.
|
@@ -31,11 +56,12 @@ Instead of using the content API, now the provider opens a WebSocket connection
|
|
31
56
|
`jupyter server extension <https://github.com/jupyter-server/jupyter_server_ydoc>`__.
|
32
57
|
|
33
58
|
In addition, the shared models' package was moved to an external package called `@jupyter/ydoc
|
34
|
-
<https://github.com/jupyter-server/jupyter_ydoc>`__.
|
35
|
-
|
36
|
-
|
59
|
+
<https://github.com/jupyter-server/jupyter_ydoc>`__. ``@jupyterlab/shared-models`` has been kept
|
60
|
+
for backward compatibility (except in 3.6.0 and 3.6.1). It is now a proxy to ``@jupyter/ydoc@~0.2.2``;
|
61
|
+
the API is almost the same; see the required modification for the `example <https://github.com/jupyterlab/extension-examples/pull/224>`_.
|
37
62
|
|
38
63
|
**API Changes:**
|
64
|
+
|
39
65
|
To be able to fix RTC and make it stable. It was necessary to change the API and make a few breaking changes.
|
40
66
|
These changes should not affect the vast majority of extensions. They will only affect a couple
|
41
67
|
of extensions focused on RTC.
|
@@ -60,6 +86,9 @@ The involved packages are:
|
|
60
86
|
|
61
87
|
* ``WebSocketProvider.IOptions`` has a new optional attribute, ``user``.
|
62
88
|
|
89
|
+
- ``@jupyterlab/shared-models``: It is now a proxy to ``@jupyter/ydoc@~0.2.2``.
|
90
|
+
- A document model extending ``YDocument`` must define a change interface extending ``DocumentChange``.
|
91
|
+
|
63
92
|
- ``@jupyterlab/services``:
|
64
93
|
* The interface ``IManager`` has a new optional property, ``user`` that implement `User.IManager <../api/interfaces/services.User.IManager.html>`_.
|
65
94
|
|
@@ -0,0 +1,188 @@
|
|
1
|
+
// Copyright (c) Jupyter Development Team.
|
2
|
+
// Distributed under the terms of the Modified BSD License.
|
3
|
+
|
4
|
+
import { test } from '@jupyterlab/galata';
|
5
|
+
import { expect } from '@playwright/test';
|
6
|
+
|
7
|
+
test('Open the settings editor with a specific search query', async ({
|
8
|
+
page
|
9
|
+
}) => {
|
10
|
+
await page.evaluate(async () => {
|
11
|
+
await window.jupyterapp.commands.execute('settingeditor:open', {
|
12
|
+
query: 'Command Palette'
|
13
|
+
});
|
14
|
+
});
|
15
|
+
|
16
|
+
expect(
|
17
|
+
await page.locator('.jp-PluginList .jp-FilterBox input').inputValue()
|
18
|
+
).toEqual('Command Palette');
|
19
|
+
|
20
|
+
await expect(page.locator('.jp-SettingsForm')).toHaveCount(1);
|
21
|
+
});
|
22
|
+
|
23
|
+
test.describe('change font-size', () => {
|
24
|
+
const ipynbFileName = 'create_test.ipynb';
|
25
|
+
|
26
|
+
const createNewCodeCell = async page => {
|
27
|
+
await page.notebook.createNew(ipynbFileName);
|
28
|
+
await page.notebook.addCell('code', '2 + 2');
|
29
|
+
};
|
30
|
+
const createMarkdownFile = async page => {
|
31
|
+
await page.waitForSelector('div[role="main"] >> text=Launcher');
|
32
|
+
await page.click('.jp-LauncherCard[title="Create a new markdown file"]');
|
33
|
+
return await page.waitForSelector('.jp-FileEditor .CodeMirror-code');
|
34
|
+
};
|
35
|
+
const inputMarkdownFile = async (page, markdownFile) => {
|
36
|
+
await markdownFile.focus();
|
37
|
+
await markdownFile.type('markdown cell');
|
38
|
+
await page.keyboard.press('Control');
|
39
|
+
await page.keyboard.press('s');
|
40
|
+
};
|
41
|
+
const getCodeCellFontSize = async page => {
|
42
|
+
const cellElement = await page.$(
|
43
|
+
'div.lm-Widget.jp-Cell.jp-CodeCell.jp-Notebook-cell.jp-mod-noOutputs.jp-mod-active.jp-mod-selected .CodeMirror-line'
|
44
|
+
);
|
45
|
+
const computedStyle = await page.evaluate(
|
46
|
+
el => getComputedStyle(el),
|
47
|
+
cellElement
|
48
|
+
);
|
49
|
+
return parseInt(computedStyle.fontSize);
|
50
|
+
};
|
51
|
+
const getMarkdownFontSize = async page => {
|
52
|
+
await page.waitForSelector('.jp-RenderedHTMLCommon');
|
53
|
+
const markdownElement = await page.$('.jp-RenderedHTMLCommon');
|
54
|
+
const computedStyle = await page.evaluate(
|
55
|
+
el => getComputedStyle(el),
|
56
|
+
markdownElement
|
57
|
+
);
|
58
|
+
return parseInt(computedStyle.fontSize);
|
59
|
+
};
|
60
|
+
const getFileListFontSize = async page => {
|
61
|
+
await page.waitForSelector(
|
62
|
+
'.jp-DirListing-content .jp-DirListing-itemText'
|
63
|
+
);
|
64
|
+
const itemElement = await page.$(
|
65
|
+
'.jp-DirListing-content .jp-DirListing-itemText'
|
66
|
+
);
|
67
|
+
const computedStyle = await page.evaluate(
|
68
|
+
el => getComputedStyle(el),
|
69
|
+
itemElement
|
70
|
+
);
|
71
|
+
return parseInt(computedStyle.fontSize);
|
72
|
+
};
|
73
|
+
const changeCodeFontSize = async (page, menuOption) => {
|
74
|
+
await page.click('text=Settings');
|
75
|
+
await page.click('.lm-Menu ul[role="menu"] >> text=Theme');
|
76
|
+
await page.click(`.lm-Menu ul[role="menu"] >> text="${menuOption}"`);
|
77
|
+
};
|
78
|
+
|
79
|
+
test('should Increase Code Font Size', async ({ page }) => {
|
80
|
+
await createNewCodeCell(page);
|
81
|
+
const fontSize = await getCodeCellFontSize(page);
|
82
|
+
await changeCodeFontSize(page, 'Increase Code Font Size');
|
83
|
+
|
84
|
+
await page.waitForSelector('div[role="main"] >> text=Launcher');
|
85
|
+
await page.waitForSelector('.jp-Notebook-cell');
|
86
|
+
|
87
|
+
const cellElement = await page.$(
|
88
|
+
'div.lm-Widget.jp-Cell.jp-CodeCell.jp-Notebook-cell.jp-mod-noOutputs.jp-mod-active.jp-mod-selected .CodeMirror-line'
|
89
|
+
);
|
90
|
+
const computedStyle = await page.evaluate(
|
91
|
+
el => getComputedStyle(el),
|
92
|
+
cellElement
|
93
|
+
);
|
94
|
+
expect(computedStyle.fontSize).toEqual(`${fontSize + 1}px`);
|
95
|
+
});
|
96
|
+
|
97
|
+
test('should Decrease Code Font Size', async ({ page }) => {
|
98
|
+
await createNewCodeCell(page);
|
99
|
+
const fontSize = await getCodeCellFontSize(page);
|
100
|
+
await changeCodeFontSize(page, 'Decrease Code Font Size');
|
101
|
+
|
102
|
+
await page.waitForSelector('div[role="main"] >> text=Launcher');
|
103
|
+
await page.waitForSelector('.jp-Notebook-cell');
|
104
|
+
|
105
|
+
const cellElement = await page.$(
|
106
|
+
'div.lm-Widget.jp-Cell.jp-CodeCell.jp-Notebook-cell.jp-mod-noOutputs.jp-mod-active.jp-mod-selected .CodeMirror-line'
|
107
|
+
);
|
108
|
+
const computedStyle = await page.evaluate(
|
109
|
+
el => getComputedStyle(el),
|
110
|
+
cellElement
|
111
|
+
);
|
112
|
+
expect(computedStyle.fontSize).toEqual(`${fontSize - 1}px`);
|
113
|
+
});
|
114
|
+
|
115
|
+
test('should Increase Content Font Size', async ({ page }) => {
|
116
|
+
const markdownFile = await createMarkdownFile(page);
|
117
|
+
await inputMarkdownFile(page, markdownFile);
|
118
|
+
await page.evaluate(() => {
|
119
|
+
return window.jupyterapp.commands.execute('fileeditor:markdown-preview');
|
120
|
+
});
|
121
|
+
const fontSize = await getMarkdownFontSize(page);
|
122
|
+
|
123
|
+
await changeCodeFontSize(page, 'Increase Content Font Size');
|
124
|
+
|
125
|
+
await page.waitForSelector('.jp-FileEditor .CodeMirror-code');
|
126
|
+
const fileElement = await page.$('.jp-RenderedHTMLCommon');
|
127
|
+
const computedStyle = await page.evaluate(
|
128
|
+
el => getComputedStyle(el),
|
129
|
+
fileElement
|
130
|
+
);
|
131
|
+
expect(computedStyle.fontSize).toEqual(`${fontSize + 1}px`);
|
132
|
+
});
|
133
|
+
|
134
|
+
test('should Decrease Content Font Size', async ({ page }) => {
|
135
|
+
const markdownFile = await createMarkdownFile(page);
|
136
|
+
await inputMarkdownFile(page, markdownFile);
|
137
|
+
await page.evaluate(() => {
|
138
|
+
return window.jupyterapp.commands.execute('fileeditor:markdown-preview');
|
139
|
+
});
|
140
|
+
const fontSize = await getMarkdownFontSize(page);
|
141
|
+
|
142
|
+
await changeCodeFontSize(page, 'Decrease Content Font Size');
|
143
|
+
|
144
|
+
await page.waitForSelector('.jp-FileEditor .CodeMirror-code');
|
145
|
+
const fileElement = await page.$('.jp-RenderedHTMLCommon');
|
146
|
+
const computedStyle = await page.evaluate(
|
147
|
+
el => getComputedStyle(el),
|
148
|
+
fileElement
|
149
|
+
);
|
150
|
+
expect(computedStyle.fontSize).toEqual(`${fontSize - 1}px`);
|
151
|
+
});
|
152
|
+
|
153
|
+
test('should Increase UI Font Size', async ({ page }) => {
|
154
|
+
await page.notebook.createNew(ipynbFileName);
|
155
|
+
const fontSize = await getFileListFontSize(page);
|
156
|
+
await changeCodeFontSize(page, 'Increase UI Font Size');
|
157
|
+
|
158
|
+
await page.waitForSelector(
|
159
|
+
'.jp-DirListing-content .jp-DirListing-itemText'
|
160
|
+
);
|
161
|
+
const fileElement = await page.$(
|
162
|
+
'.jp-DirListing-content .jp-DirListing-itemText'
|
163
|
+
);
|
164
|
+
const computedStyle = await page.evaluate(
|
165
|
+
el => getComputedStyle(el),
|
166
|
+
fileElement
|
167
|
+
);
|
168
|
+
expect(computedStyle.fontSize).toEqual(`${fontSize + 1}px`);
|
169
|
+
});
|
170
|
+
|
171
|
+
test('should Decrease UI Font Size', async ({ page }) => {
|
172
|
+
await page.notebook.createNew(ipynbFileName);
|
173
|
+
const fontSize = await getFileListFontSize(page);
|
174
|
+
await changeCodeFontSize(page, 'Decrease UI Font Size');
|
175
|
+
|
176
|
+
await page.waitForSelector(
|
177
|
+
'.jp-DirListing-content .jp-DirListing-itemText'
|
178
|
+
);
|
179
|
+
const fileElement = await page.$(
|
180
|
+
'.jp-DirListing-content .jp-DirListing-itemText'
|
181
|
+
);
|
182
|
+
const computedStyle = await page.evaluate(
|
183
|
+
el => getComputedStyle(el),
|
184
|
+
fileElement
|
185
|
+
);
|
186
|
+
expect(computedStyle.fontSize).toEqual(`${fontSize - 1}px`);
|
187
|
+
});
|
188
|
+
});
|
@@ -6,7 +6,7 @@ from collections import namedtuple
|
|
6
6
|
VersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"])
|
7
7
|
|
8
8
|
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
|
9
|
-
version_info = VersionInfo(3, 6,
|
9
|
+
version_info = VersionInfo(3, 6, 3, "final", 0)
|
10
10
|
|
11
11
|
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
|
12
12
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jupyterlab/application-extension",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.3",
|
4
4
|
"description": "JupyterLab - Application Extension",
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
6
6
|
"bugs": {
|
@@ -37,18 +37,18 @@
|
|
37
37
|
"watch": "tsc -b --watch"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@jupyterlab/application": "^3.6.
|
41
|
-
"@jupyterlab/apputils": "^3.6.
|
42
|
-
"@jupyterlab/coreutils": "^5.6.
|
43
|
-
"@jupyterlab/property-inspector": "^3.6.
|
44
|
-
"@jupyterlab/settingregistry": "^3.6.
|
45
|
-
"@jupyterlab/statedb": "^3.6.
|
46
|
-
"@jupyterlab/translation": "^3.6.
|
47
|
-
"@jupyterlab/ui-components": "^3.6.
|
40
|
+
"@jupyterlab/application": "^3.6.3",
|
41
|
+
"@jupyterlab/apputils": "^3.6.3",
|
42
|
+
"@jupyterlab/coreutils": "^5.6.3",
|
43
|
+
"@jupyterlab/property-inspector": "^3.6.3",
|
44
|
+
"@jupyterlab/settingregistry": "^3.6.3",
|
45
|
+
"@jupyterlab/statedb": "^3.6.3",
|
46
|
+
"@jupyterlab/translation": "^3.6.3",
|
47
|
+
"@jupyterlab/ui-components": "^3.6.3",
|
48
48
|
"@lumino/algorithm": "^1.9.0",
|
49
49
|
"@lumino/coreutils": "^1.11.0",
|
50
50
|
"@lumino/disposable": "^1.10.0",
|
51
|
-
"@lumino/widgets": "^1.37.
|
51
|
+
"@lumino/widgets": "^1.37.2",
|
52
52
|
"react": "^17.0.1"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jupyterlab/apputils-extension",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.3",
|
4
4
|
"description": "JupyterLab - Application Utilities Extension",
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
6
6
|
"bugs": {
|
@@ -37,24 +37,24 @@
|
|
37
37
|
"watch": "tsc -b --watch"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@jupyterlab/application": "^3.6.
|
41
|
-
"@jupyterlab/apputils": "^3.6.
|
42
|
-
"@jupyterlab/coreutils": "^5.6.
|
43
|
-
"@jupyterlab/docregistry": "^3.6.
|
44
|
-
"@jupyterlab/filebrowser": "^3.6.
|
45
|
-
"@jupyterlab/mainmenu": "^3.6.
|
46
|
-
"@jupyterlab/services": "^6.6.
|
47
|
-
"@jupyterlab/settingregistry": "^3.6.
|
48
|
-
"@jupyterlab/statedb": "^3.6.
|
49
|
-
"@jupyterlab/statusbar": "^3.6.
|
50
|
-
"@jupyterlab/translation": "^3.6.
|
51
|
-
"@jupyterlab/ui-components": "^3.6.
|
40
|
+
"@jupyterlab/application": "^3.6.3",
|
41
|
+
"@jupyterlab/apputils": "^3.6.3",
|
42
|
+
"@jupyterlab/coreutils": "^5.6.3",
|
43
|
+
"@jupyterlab/docregistry": "^3.6.3",
|
44
|
+
"@jupyterlab/filebrowser": "^3.6.3",
|
45
|
+
"@jupyterlab/mainmenu": "^3.6.3",
|
46
|
+
"@jupyterlab/services": "^6.6.3",
|
47
|
+
"@jupyterlab/settingregistry": "^3.6.3",
|
48
|
+
"@jupyterlab/statedb": "^3.6.3",
|
49
|
+
"@jupyterlab/statusbar": "^3.6.3",
|
50
|
+
"@jupyterlab/translation": "^3.6.3",
|
51
|
+
"@jupyterlab/ui-components": "^3.6.3",
|
52
52
|
"@lumino/algorithm": "^1.9.0",
|
53
53
|
"@lumino/commands": "^1.19.0",
|
54
54
|
"@lumino/coreutils": "^1.11.0",
|
55
55
|
"@lumino/disposable": "^1.10.0",
|
56
56
|
"@lumino/polling": "^1.9.0",
|
57
|
-
"@lumino/widgets": "^1.37.
|
57
|
+
"@lumino/widgets": "^1.37.2",
|
58
58
|
"es6-promise": "~4.2.8",
|
59
59
|
"react": "^17.0.1",
|
60
60
|
"react-dom": "^17.0.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jupyterlab/cell-toolbar-extension",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.3",
|
4
4
|
"description": "Extension for cell toolbar adapted from jlab-enhanced-cell-toolbar",
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
6
6
|
"bugs": {
|
@@ -39,14 +39,14 @@
|
|
39
39
|
"watch": "tsc -b --watch"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
|
-
"@jupyterlab/application": "^3.6.
|
43
|
-
"@jupyterlab/apputils": "^3.6.
|
44
|
-
"@jupyterlab/cell-toolbar": "^3.6.
|
45
|
-
"@jupyterlab/settingregistry": "^3.6.
|
46
|
-
"@jupyterlab/translation": "^3.6.
|
42
|
+
"@jupyterlab/application": "^3.6.3",
|
43
|
+
"@jupyterlab/apputils": "^3.6.3",
|
44
|
+
"@jupyterlab/cell-toolbar": "^3.6.3",
|
45
|
+
"@jupyterlab/settingregistry": "^3.6.3",
|
46
|
+
"@jupyterlab/translation": "^3.6.3"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@jupyterlab/testutils": "^3.6.
|
49
|
+
"@jupyterlab/testutils": "^3.6.3",
|
50
50
|
"@types/jest": "^26.0.10",
|
51
51
|
"jest": "^26.4.2",
|
52
52
|
"rimraf": "~3.0.0",
|
@@ -231,7 +231,7 @@
|
|
231
231
|
"default": false
|
232
232
|
},
|
233
233
|
"lineWiseCopyCut": {
|
234
|
-
"type":
|
234
|
+
"type": "boolean",
|
235
235
|
"title": "Line-wise Ctrl-C",
|
236
236
|
"description": "When enabled, which is the default, doing copy or cut when there is no selection will copy or cut the whole lines that have cursors on them.",
|
237
237
|
"default": true
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jupyterlab/codemirror-extension",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.3",
|
4
4
|
"description": "JupyterLab - CodeMirror Provider Extension",
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
6
6
|
"bugs": {
|
@@ -37,15 +37,15 @@
|
|
37
37
|
"watch": "tsc -b --watch"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@jupyterlab/application": "^3.6.
|
41
|
-
"@jupyterlab/codeeditor": "^3.6.
|
42
|
-
"@jupyterlab/codemirror": "^3.6.
|
43
|
-
"@jupyterlab/docregistry": "^3.6.
|
44
|
-
"@jupyterlab/fileeditor": "^3.6.
|
45
|
-
"@jupyterlab/mainmenu": "^3.6.
|
46
|
-
"@jupyterlab/settingregistry": "^3.6.
|
47
|
-
"@jupyterlab/statusbar": "^3.6.
|
48
|
-
"@jupyterlab/translation": "^3.6.
|
40
|
+
"@jupyterlab/application": "^3.6.3",
|
41
|
+
"@jupyterlab/codeeditor": "^3.6.3",
|
42
|
+
"@jupyterlab/codemirror": "^3.6.3",
|
43
|
+
"@jupyterlab/docregistry": "^3.6.3",
|
44
|
+
"@jupyterlab/fileeditor": "^3.6.3",
|
45
|
+
"@jupyterlab/mainmenu": "^3.6.3",
|
46
|
+
"@jupyterlab/settingregistry": "^3.6.3",
|
47
|
+
"@jupyterlab/statusbar": "^3.6.3",
|
48
|
+
"@jupyterlab/translation": "^3.6.3",
|
49
49
|
"codemirror": "~5.61.0"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jupyterlab/completer-extension",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.3",
|
4
4
|
"description": "JupyterLab - Completer Extension",
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
6
6
|
"bugs": {
|
@@ -37,15 +37,15 @@
|
|
37
37
|
"watch": "tsc -b --watch"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@jupyterlab/application": "^3.6.
|
41
|
-
"@jupyterlab/apputils": "^3.6.
|
42
|
-
"@jupyterlab/completer": "^3.6.
|
43
|
-
"@jupyterlab/console": "^3.6.
|
44
|
-
"@jupyterlab/fileeditor": "^3.6.
|
45
|
-
"@jupyterlab/notebook": "^3.6.
|
46
|
-
"@jupyterlab/services": "^6.6.
|
40
|
+
"@jupyterlab/application": "^3.6.3",
|
41
|
+
"@jupyterlab/apputils": "^3.6.3",
|
42
|
+
"@jupyterlab/completer": "^3.6.3",
|
43
|
+
"@jupyterlab/console": "^3.6.3",
|
44
|
+
"@jupyterlab/fileeditor": "^3.6.3",
|
45
|
+
"@jupyterlab/notebook": "^3.6.3",
|
46
|
+
"@jupyterlab/services": "^6.6.3",
|
47
47
|
"@lumino/algorithm": "^1.9.0",
|
48
|
-
"@lumino/widgets": "^1.37.
|
48
|
+
"@lumino/widgets": "^1.37.2"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"rimraf": "~3.0.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jupyterlab/console-extension",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.3",
|
4
4
|
"description": "JupyterLab - Code Console Extension",
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
6
6
|
"bugs": {
|
@@ -37,22 +37,22 @@
|
|
37
37
|
"watch": "tsc -b --watch"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@jupyterlab/application": "^3.6.
|
41
|
-
"@jupyterlab/apputils": "^3.6.
|
42
|
-
"@jupyterlab/codeeditor": "^3.6.
|
43
|
-
"@jupyterlab/console": "^3.6.
|
44
|
-
"@jupyterlab/filebrowser": "^3.6.
|
45
|
-
"@jupyterlab/launcher": "^3.6.
|
46
|
-
"@jupyterlab/mainmenu": "^3.6.
|
47
|
-
"@jupyterlab/rendermime": "^3.6.
|
48
|
-
"@jupyterlab/settingregistry": "^3.6.
|
49
|
-
"@jupyterlab/translation": "^3.6.
|
50
|
-
"@jupyterlab/ui-components": "^3.6.
|
40
|
+
"@jupyterlab/application": "^3.6.3",
|
41
|
+
"@jupyterlab/apputils": "^3.6.3",
|
42
|
+
"@jupyterlab/codeeditor": "^3.6.3",
|
43
|
+
"@jupyterlab/console": "^3.6.3",
|
44
|
+
"@jupyterlab/filebrowser": "^3.6.3",
|
45
|
+
"@jupyterlab/launcher": "^3.6.3",
|
46
|
+
"@jupyterlab/mainmenu": "^3.6.3",
|
47
|
+
"@jupyterlab/rendermime": "^3.6.3",
|
48
|
+
"@jupyterlab/settingregistry": "^3.6.3",
|
49
|
+
"@jupyterlab/translation": "^3.6.3",
|
50
|
+
"@jupyterlab/ui-components": "^3.6.3",
|
51
51
|
"@lumino/algorithm": "^1.9.0",
|
52
52
|
"@lumino/coreutils": "^1.11.0",
|
53
53
|
"@lumino/disposable": "^1.10.0",
|
54
54
|
"@lumino/properties": "^1.8.0",
|
55
|
-
"@lumino/widgets": "^1.37.
|
55
|
+
"@lumino/widgets": "^1.37.2"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
58
|
"rimraf": "~3.0.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jupyterlab/csvviewer-extension",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.3",
|
4
4
|
"description": "JupyterLab - CSV Widget Extension",
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
6
6
|
"bugs": {
|
@@ -37,18 +37,18 @@
|
|
37
37
|
"watch": "tsc -b --watch"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@jupyterlab/application": "^3.6.
|
41
|
-
"@jupyterlab/apputils": "^3.6.
|
42
|
-
"@jupyterlab/csvviewer": "^3.6.
|
43
|
-
"@jupyterlab/docregistry": "^3.6.
|
44
|
-
"@jupyterlab/documentsearch": "^3.6.
|
45
|
-
"@jupyterlab/mainmenu": "^3.6.
|
46
|
-
"@jupyterlab/observables": "^4.6.
|
47
|
-
"@jupyterlab/settingregistry": "^3.6.
|
48
|
-
"@jupyterlab/translation": "^3.6.
|
40
|
+
"@jupyterlab/application": "^3.6.3",
|
41
|
+
"@jupyterlab/apputils": "^3.6.3",
|
42
|
+
"@jupyterlab/csvviewer": "^3.6.3",
|
43
|
+
"@jupyterlab/docregistry": "^3.6.3",
|
44
|
+
"@jupyterlab/documentsearch": "^3.6.3",
|
45
|
+
"@jupyterlab/mainmenu": "^3.6.3",
|
46
|
+
"@jupyterlab/observables": "^4.6.3",
|
47
|
+
"@jupyterlab/settingregistry": "^3.6.3",
|
48
|
+
"@jupyterlab/translation": "^3.6.3",
|
49
49
|
"@lumino/datagrid": "^0.36.7",
|
50
50
|
"@lumino/signaling": "^1.10.0",
|
51
|
-
"@lumino/widgets": "^1.37.
|
51
|
+
"@lumino/widgets": "^1.37.2"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
54
|
"rimraf": "~3.0.0",
|