execute_code
Run Python code in a specified Conda environment, ensuring access to required libraries and dependencies for efficient execution. Optionally save the code with a custom filename.
Instructions
Execute Python code in the specified conda environment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Python code to execute | |
filename | No | Optional: Name of the file to save the code (default: generated UUID) |