.dockerignore
.gitignore
.pre-commit-config.yaml
ARCHITECTURE.md
Dockerfile
LICENSE
README.md
biome.json
justfile
package-lock.json
package.json
pyproject.toml
tsconfig.json
.github/FUNDING.yml
.github/workflows/release.yml
.github/workflows/test.yml
assets/logo.svg
assets/social-banner.png
assets/social-banner.svg
demos/README.md
demos/example.ipynb
demos/pyproject.toml
demos/jupyter-config/jupyter_server_config.d/loopback-demo.json
demos/loopback_demo/__init__.py
demos/loopback_demo/_jupyter/__init__.py
jupyter_loopback/__init__.py
jupyter_loopback/_autodetect.py
jupyter_loopback/_bridge_proxy.py
jupyter_loopback/_comm.py
jupyter_loopback/_server.py
jupyter_loopback/_version.py
jupyter_loopback/py.typed
jupyter_loopback.egg-info/PKG-INFO
jupyter_loopback.egg-info/SOURCES.txt
jupyter_loopback.egg-info/dependency_links.txt
jupyter_loopback.egg-info/requires.txt
jupyter_loopback.egg-info/top_level.txt
jupyter_loopback/static/widget.js
tests/conftest.py
tests/test_autodetect.py
tests/test_bridge_proxy.py
tests/test_comm.py
tests/test_demo.py
tests/test_server.py