colab_execute_notebook
Execute notebook cells in a Colab runtime, writing results to an output .ipynb file. Keeps a checkpoint on failure for reliable reruns.
Instructions
Execute notebook cells. On failure keep the input/output checkpoint; reacquire and rerun deliberately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | Yes | Local output .ipynb path to create or replace. | |
| source | Yes | Existing local .ipynb input path. | |
| session | No | Tracked session name. Null is allowed only when exactly one session exists. | |
| cell_timeout | No | Maximum seconds per code cell. |