For complete documentation on using GitHub Codespaces with Apache Superset, please see:
Setting up a Development Environment - GitHub Codespaces
When you create a new Codespace from this repository, it automatically:
uv venv
uv pip install -r requirements/development.txt
pre-commit install
The virtual environment is located at /workspaces/{repository-name}/.venv
and is automatically activated through environment variables set in the devcontainer configuration.