read_notebook_source_only
Read a Jupyter notebook's source code without outputs to avoid size limits. Retrieve individual cell outputs separately as needed.
Instructions
Read the current version of the notebook at notebook_path without outputs. Use this when size limitations prevent reading the full notebook with outputs. Individual cell outputs can be retrieved using the read_output_of_cell tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_path | Yes |