ipynb_get_notebook_info
Get key notebook metadata from a .ipynb file: cell count, cell types, kernel, format version, and file size. Use it to assess notebook contents quickly.
Instructions
Get summary information about a Jupyter Notebook (.ipynb).
Args: ipynb_filepath: Path to Jupyter Notebook (.ipynb) file (absolute path preferred)
Returns: Dict with cell_count, cell_types, kernel, format_version, file_size or 'error' key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipynb_filepath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||