ipynb_sync_metadata
Synchronize metadata across multiple Jupyter Notebooks by applying a specified metadata set to each file, optionally merging with existing metadata.
Instructions
Synchronize metadata across multiple Jupyter Notebooks (.ipynb).
Args: ipynb_filepaths: List of notebook paths (absolute paths preferred) metadata: Metadata to apply merge: Whether to merge with existing metadata
Returns: Dict with 'success' and 'notebooks_updated' or 'error' key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merge | No | ||
| metadata | Yes | ||
| ipynb_filepaths | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||