execute_code
Execute Python code directly in a Jupyter kernel, bypassing notebook context for fast execution and testing.
Instructions
Execute arbitrary Python code directly (outside the notebook context).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |