notebook_read_metadata
Retrieve kernel specification and language information from a Jupyter notebook file by providing its path.
Instructions
Read the top-level notebook metadata (kernelspec, language_info, etc.).
Args: notebook_path: Path to the .ipynb file, relative to the workspace root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |