Interactive documentation for the dash-extensions library
Make sure you have installed Python 3.12 and uv. Create new environment (for running locally),
uv venv && source .venv/bin/activate && uv syncIf you need to deploy any changes to dependencies, create a new requirements.txt (used by Render),
uv pip compile pyproject.toml -o requirements.txt