ipynb_apply_to_notebooks
Apply identical operations across multiple Jupyter notebooks: set kernel, clear outputs, or update metadata in batch.
Instructions
Apply same operation to multiple Jupyter Notebooks (.ipynb).
Args: ipynb_filepaths: List of notebook paths (absolute paths preferred) operation: Operation name ('set_kernel', 'clear_outputs', 'update_metadata') operation_params: Parameters for the operation as a dictionary
Returns: Dict with 'success' and 'results' or 'error' key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| ipynb_filepaths | Yes | ||
| operation_params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||