insert_execute_code_cell
Insert a code cell into a Jupyter notebook at a specified position and execute it immediately with configurable timeout settings.
Instructions
Insert a cell at specified index from the currently activated notebook and then execute it with timeout and return it's outputs It is a shortcut tool for insert_cell and execute_cell tools, recommended to use if you want to insert a cell and execute it at the same time
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | Index of the cell to insert and execute (0-based) | |
| cell_source | Yes | Code source for the cell | |
| timeout | No | Maximum seconds to wait for execution |