get_image_output
Retrieve images generated by a Jupyter notebook cell using its index to access visual outputs for review or further processing.
Instructions
Get image outputs from a specific cell by its index
Args:
index: The index of the cell to get images from
Returns:
A list of images from the cell outputInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes |