list_variables
Retrieve all defined variables from a specified Jupyter kernel to inspect its namespace.
Instructions
List all variables currently defined in the specified kernel's namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kernel_id | Yes | ID of the kernel to inspect variables from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| variables | Yes | ||
| count | Yes | ||
| timestamp | Yes | ||
| kernel_id | Yes |