What problem does it solve?
Manually configuring Python virtual environments, managing dependencies, and binding runtimes for AIASys workspaces leads to version conflicts, missing package errors, and broken notebook or script executions, wasting time on repetitive setup tasks.
Core Features & Use Cases
- Isolated Workspace Environment Management: Create, sync, and bind the default workspace-default UV environment with custom Python versions and dependencies, keeping workspace runtime separate from the global system and AIASys backend environment.
- On-Demand Dependency Installation: Install Python packages directly to the workspace environment with version locking, supporting common data analysis and development libraries like pandas, numpy, and scikit-learn.
- Runtime Binding for Execution Tools: Automatically bind Python, IPython, and Jupyter Notebook executions to the correct workspace environment to eliminate import errors and runtime mismatches.
- Use Case: For example, when starting a new data analysis project in a workspace, use this skill to automatically set up the Python 3.11 environment, install required analysis packages, and bind the notebook runtime so you can start coding immediately without manual configuration.
Quick Start
Use the UV 运行环境 skill to create the workspace-default Python environment, install pandas and numpy, and bind it as the default runtime for your workspace notebooks.