get_notebook_info
Retrieve metadata and statistics from a Jupyter notebook by providing its absolute file path. Get details like cell counts and kernel info.
Instructions
Get basic information about a Jupyter notebook.
Args:
notebook_path: Absolute path to the .ipynb file
Returns:
Notebook metadata and statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_path | Yes |