execute_cell
Run a specific cell in a Jupyter notebook and get its output to confirm error-free execution and expected results.
Instructions
Executes a specific cell in a notebook and returns its output. Useful to check that the cell runs without errors as well as produces the desired output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_id | Yes | ||
| notebook_path | Yes |