AUTHORS.md
LICENSE
MANIFEST.in
README.md
install.json
package.json
pyproject.toml
setup.py
tsconfig.json
jupyter-config/jupyter_notebook_config.d/rucio_jupyterlab.json
jupyter-config/jupyter_server_config.d/rucio_jupyterlab.json
rucio_jupyterlab/__init__.py
rucio_jupyterlab/_version.py
rucio_jupyterlab/db.py
rucio_jupyterlab/entity.py
rucio_jupyterlab/server.py
rucio_jupyterlab/utils.py
rucio_jupyterlab.egg-info/PKG-INFO
rucio_jupyterlab.egg-info/SOURCES.txt
rucio_jupyterlab.egg-info/dependency_links.txt
rucio_jupyterlab.egg-info/not-zip-safe
rucio_jupyterlab.egg-info/requires.txt
rucio_jupyterlab.egg-info/top_level.txt
rucio_jupyterlab/config/__init__.py
rucio_jupyterlab/config/config.py
rucio_jupyterlab/config/schema.py
rucio_jupyterlab/handlers/__init__.py
rucio_jupyterlab/handlers/auth_config.py
rucio_jupyterlab/handlers/base.py
rucio_jupyterlab/handlers/did_browser.py
rucio_jupyterlab/handlers/did_details.py
rucio_jupyterlab/handlers/did_make_available.py
rucio_jupyterlab/handlers/did_search.py
rucio_jupyterlab/handlers/file_browser.py
rucio_jupyterlab/handlers/handlers.py
rucio_jupyterlab/handlers/instances.py
rucio_jupyterlab/handlers/oidc_auth_check.py
rucio_jupyterlab/handlers/purge_cache.py
rucio_jupyterlab/kernels/__init__.py
rucio_jupyterlab/kernels/ipython/__init__.py
rucio_jupyterlab/kernels/ipython/types.py
rucio_jupyterlab/labextension/package.json
rucio_jupyterlab/labextension/static/135.50004f3b855a9257e8ed.js
rucio_jupyterlab/labextension/static/392.09671b4bdc4c4bdedb71.js
rucio_jupyterlab/labextension/static/429.407b01bdf4a8a104bc25.js
rucio_jupyterlab/labextension/static/465.35634742734dc7d3c691.js
rucio_jupyterlab/labextension/static/549.b20ee4a7cef036cb0e44.js
rucio_jupyterlab/labextension/static/594.bb16e01fd6647f801c63.js
rucio_jupyterlab/labextension/static/608.78d6a56a4ed664de03b6.js
rucio_jupyterlab/labextension/static/608.78d6a56a4ed664de03b6.js.LICENSE.txt
rucio_jupyterlab/labextension/static/728.7ca414f1e7ce693f2c02.js
rucio_jupyterlab/labextension/static/769.232cd9cdbb5c23e80b10.js
rucio_jupyterlab/labextension/static/855.fd11e9ed650c9ff9d8e6.js
rucio_jupyterlab/labextension/static/95.2a53a21fe091e0fa6c51.js
rucio_jupyterlab/labextension/static/95.2a53a21fe091e0fa6c51.js.LICENSE.txt
rucio_jupyterlab/labextension/static/956.49ad8cd38c6eca8f55e9.js
rucio_jupyterlab/labextension/static/956.49ad8cd38c6eca8f55e9.js.LICENSE.txt
rucio_jupyterlab/labextension/static/remoteEntry.4659f5c8c026f5ec2bdb.js
rucio_jupyterlab/labextension/static/style.js
rucio_jupyterlab/mode_handlers/__init__.py
rucio_jupyterlab/mode_handlers/download.py
rucio_jupyterlab/mode_handlers/replica.py
rucio_jupyterlab/rucio/__init__.py
rucio_jupyterlab/rucio/authenticators.py
rucio_jupyterlab/rucio/rucio.py
rucio_jupyterlab/rucio/utils.py
rucio_jupyterlab/tests/__init__.py
rucio_jupyterlab/tests/conftest.py
rucio_jupyterlab/tests/test_config.py
rucio_jupyterlab/tests/test_db.py
rucio_jupyterlab/tests/test_did_details.py
rucio_jupyterlab/tests/test_handler_auth_config.py
rucio_jupyterlab/tests/test_handler_did_browser.py
rucio_jupyterlab/tests/test_handler_did_search.py
rucio_jupyterlab/tests/test_handler_file_browser.py
rucio_jupyterlab/tests/test_handler_instances.py
rucio_jupyterlab/tests/test_handler_make_available.py
rucio_jupyterlab/tests/test_kernel.py
rucio_jupyterlab/tests/test_mode_handler_download.py
rucio_jupyterlab/tests/test_mode_handler_replica.py
rucio_jupyterlab/tests/test_rucio_api.py
rucio_jupyterlab/tests/test_rucio_authenticator.py
rucio_jupyterlab/tests/test_rucio_utils.py
rucio_jupyterlab/tests/test_utils.py
src/InjectNotebookToolbar.tsx
src/SidebarPanel.tsx
src/const.ts
src/index.ts
src/types.ts
src/components/Button.tsx
src/components/Header.tsx
src/components/HorizontalHeading.tsx
src/components/MenuBar.tsx
src/components/Spinning.tsx
src/components/TextField.tsx
src/components/@Explore/AddToNotebookPopover.tsx
src/components/@Explore/CollectionDIDItemDetails.tsx
src/components/@Explore/DIDListItem.tsx
src/components/@Explore/FileDIDItemDetails.tsx
src/components/@Explore/InlineDropdown.tsx
src/components/@Explore/ListAttachedFilesPopover.tsx
src/components/@Notebook/NotebookAttachmentListItem.tsx
src/components/@Settings/FilePickerPopover.tsx
src/components/@Settings/UserPassAuth.tsx
src/components/@Settings/X509Auth.tsx
src/components/@Settings/X509ProxyAuth.tsx
src/icons/RucioIcon.tsx
src/pages/MainPanel.tsx
src/stores/ExtensionStore.ts
src/stores/UIStore.ts
src/tabs/Explore.tsx
src/tabs/Notebook.tsx
src/tabs/Settings.tsx
src/utils/Actions.tsx
src/utils/ActiveNotebookListener.ts
src/utils/ApiRequest.ts
src/utils/DIDPollingManager.tsx
src/utils/Helpers.ts
src/utils/NotebookListener.ts
src/utils/NotebookPollingListener.ts
style/index.css