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