jupyter_inspect
Returns the repr and type of a Python expression evaluated on a Jupyter kernel.
Instructions
Inspect an expression on a kernel using user_expressions (repr + type).
Requires:
JUPYTER_BASE_URL
JUPYTER_TOKEN (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kernel_id | Yes | ||
| expression | Yes | ||
| timeout_s | No |