DS Bootstrap
Steps
- •Run
scripts/bootstrap.ps1. - •Verify
VIRTUAL_ENVpoints toC:/Users/Public/.venvs/.... - •Run tests and lint commands.
- •Confirm required files exist with
scripts/validate_tooling.ps1.
借助集中式的 virtualenv 和 uv,快速启动全新的数据科学项目。当您需要从该模板创建或初始化新项目时,请使用此技能。
--- frontmattername: ds-bootstrap description: Bootstraps new data science projects with centralized virtualenvs and uv. Use when creating or initializing a new project from this template.
scripts/bootstrap.ps1.VIRTUAL_ENV points to C:/Users/Public/.venvs/....scripts/validate_tooling.ps1.