notebook_read
Read a Jupyter notebook file from a given path and return its complete structure as a dictionary for programmatic access.
Instructions
Reads an entire notebook and returns its structure as a dictionary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook to read |