LICENSE
README.md
pyproject.toml
scg_lab/__init__.py
scg_lab/__main__.py
scg_lab/app.py
scg_lab/cli.py
scg_lab/server.py
scg_lab.egg-info/PKG-INFO
scg_lab.egg-info/SOURCES.txt
scg_lab.egg-info/dependency_links.txt
scg_lab.egg-info/entry_points.txt
scg_lab.egg-info/requires.txt
scg_lab.egg-info/top_level.txt
scg_lab/api/__init__.py
scg_lab/api/contents.py
scg_lab/api/environments.py
scg_lab/api/kernels.py
scg_lab/api/sessions.py
scg_lab/config/__init__.py
scg_lab/config/settings.py
scg_lab/env/__init__.py
scg_lab/env/detector.py
scg_lab/env/python_env.py
scg_lab/env/registry.py
scg_lab/kernel/__init__.py
scg_lab/kernel/base.py
scg_lab/kernel/manager.py
scg_lab/kernel/python_kernel.py
scg_lab/kernel/subprocess_kernel.py
scg_lab/static/index.html
scg_lab/static/logo.webp
scg_lab/static/assets/index-C7nwDEid.css
scg_lab/static/assets/index-D58Bdg8y.js
scg_lab/ws/__init__.py
scg_lab/ws/kernel_ws.py