ipynb_search_notebooks
Search across multiple Jupyter Notebook files using regex patterns, with optional context retrieval for matching results.
Instructions
Search across multiple Jupyter Notebooks (.ipynb).
Args: ipynb_filepaths: List of notebook paths (absolute paths preferred) pattern: Search pattern (regex) return_context: Whether to include context
Returns: Dict with 'results' and 'match_count' or 'error' key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| return_context | No | ||
| ipynb_filepaths | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||