ipynb_clear_outputs
Remove all outputs from code cells in one or more Jupyter notebook files, making them easier to share or version.
Instructions
Clear all outputs from code cells in one or more Jupyter Notebooks (.ipynb).
Args: ipynb_filepaths: Single filepath or list of filepaths (absolute paths preferred)
Returns: Dict with 'success' and 'notebooks_processed' or 'error' key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipynb_filepaths | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||