execute_ipython_cell
Run Python code interactively in a stateful IPython kernel within a Docker container. Maintain variable state across executions, install packages, and execute asynchronous code directly. Ideal for step-by-step workflow building.
Instructions
Execute Python code in a stateful IPython kernel within a Docker container.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Python code to execute in the IPython kernel | |
timeout | No | Maximum execution time in seconds before the kernel is interrupted |