get_deps
Get the cell dependency graph of a marimo notebook to show variable dependencies between cells, optionally for a specific cell.
Instructions
Get the cell dependency graph showing which cells depend on which variables.
Args: notebook: Path to the notebook file or port number. cell_id: Optional cell ID to get deps for a specific cell only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook | Yes | ||
| cell_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |