execute_cell
Run a notebook cell by index with a configurable timeout to get its output.
Instructions
Execute a specific cell with a timeout. It will return the output of the cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | seconds | |
| cell_index | Yes | Cell index(0-based) | |
| notebook_name | Yes |