ipynb_validate_notebook
Validate the structure of Jupyter Notebook files. Returns a validity flag and error list for malformed notebooks.
Instructions
Validate Jupyter Notebook (.ipynb) structure.
Args: ipynb_filepath: Path to Jupyter Notebook (.ipynb) file (absolute path preferred)
Returns: Dict with 'valid' boolean and optional 'errors' list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipynb_filepath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||