execute_cell
Execute code cells in Jupyter notebooks with configurable timeout and progress streaming options for monitoring long-running operations.
Instructions
Execute a cell from the currently activated notebook with timeout and return it's outputs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | Index of the cell to execute (0-based) | |
| timeout | No | Maximum seconds to wait for execution | |
| stream | No | Enable streaming progress (including time indicator) updates for long-running cells | |
| progress_interval | No | Seconds between progress updates when stream=True |