inspect_variable
Inspect a live kernel variable to view its type, shape, schema, length, and richest Jupyter representation without adding a notebook cell.
Instructions
Inspect a live kernel variable without adding a cell: type, shape, schema/columns, length, plus its richest Jupyter repr — dataframes condense to a CSV table, figures come back as images, everything else falls back to a (pretty) repr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| variable | Yes | ||
| timeout_seconds | No |