read_cell
Retrieve the source code, execution count, and output of a specific cell in a Jupyter notebook.
Instructions
Read the detailed content of a specific cell. It will return the source code, execution count and output of the cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_index | Yes | Cell index(0-based) | |
| notebook_name | Yes | ||
| return_output | No | Whether to return output |