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 venvuv pip install -r requirements/development.txtpre-commit installThe virtual environment is located at /workspaces/{repository-name}/.venv and is automatically activated through environment variables set in the devcontainer configuration.