notebook_edit_metadata
Update Jupyter notebook metadata by merging a JSON object into its top-level metadata keys. Optionally backup the file before editing.
Instructions
Merge a JSON object into the top-level notebook metadata.
Args: notebook_path: Path to the .ipynb file, relative to the workspace root. updates: JSON string with top-level metadata keys to merge in. checkpoint: Write a backup before editing (default: true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | ||
| checkpoint | No | ||
| notebook_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |