ipynb_search_cells
Find cells matching a regex pattern in a Jupyter Notebook file. Supports case-sensitive search and returns matched cell content.
Instructions
Search for pattern in cell content of a Jupyter Notebook (.ipynb).
Args: ipynb_filepath: Path to Jupyter Notebook (.ipynb) file (absolute path preferred) pattern: Search pattern (regex supported) case_sensitive: Whether search is case-sensitive (default: False)
Returns: Dict with 'results' list or 'error' key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| case_sensitive | No | ||
| ipynb_filepath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||