notebook_read
Extract and display all cells, including code, text, and outputs, from a Jupyter notebook file using its absolute path for comprehensive analysis and review.
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) |