notebook_edit_cell_metadata
Update the metadata for a specific cell in a Jupyter notebook by providing the file path, cell index, and new metadata object.
Instructions
Updates the metadata of a specific cell
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| metadata | Yes | New metadata object | |
| cell_index | Yes | Index of the cell |