notebook_execute_all
Run all code cells in a Jupyter notebook sequentially, stopping on error. Returns a summary of each cell's execution result.
Instructions
Execute all code cells in the notebook in order. Markdown and raw cells are skipped. If stop_on_error is True (default), execution stops at the first cell that raises an exception. Returns a summary of results for each code cell executed.
python_path: which Python to use if no kernel is running yet (see cell_execute).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| timeout | No | ||
| stop_on_error | No | ||
| python_path | No |