notebook_read_cell_output
Read saved outputs from a specific code cell in a Jupyter notebook, including stream text, result data, displays, or error tracebacks. Outputs are empty until the cell has been executed.
Instructions
Read the saved outputs of a code cell from the last time it was run.
Returns stream text, execute_result data, display_data, or error tracebacks. Note: outputs are empty until the cell has been executed at least once.
Args: notebook_path: Path to the .ipynb file, relative to the workspace root. cell_index: Zero-based index of a code cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | ||
| notebook_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |