notebook_context
Retrieves a focused, dependency-aware context slice for a specific cell in a Jupyter notebook, including optional markdown and configurable cell count.
Instructions
Return a focused, dependency-aware context slice for a given cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| focus_cell_id | Yes | ||
| max_cells | No | ||
| include_markdown | No |