notebook_read
Extracts all cells and their outputs from a Jupyter notebook file (.ipynb) for analysis or processing. Requires the absolute file path to the notebook for accurate reading and integration.
Instructions
Reads a Jupyter notebook (.ipynb file) and returns all of the cells with their outputs. Jupyter notebooks are interactive documents that combine code, text, and visualizations, commonly used for data analysis and scientific computing. The notebook_path parameter must be an absolute path, not a relative path.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
notebook_path | Yes | The absolute path to the Jupyter notebook file to read (must be absolute, not relative) |