notebook_get
Read a Jupyter notebook and retrieve its full structure including cell IDs, types, source, execution counts, and outputs.
Instructions
Read a notebook and return its full structure: all cells with their IDs, types, source, execution counts, and outputs.
Use the returned cell IDs with cell_update, cell_delete, cell_move, and cell_execute to modify or run specific cells.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |