reset_kernel
Clear all variables and state from a Jupyter kernel while keeping the same ID for continued use.
Instructions
Reset a Jupyter kernel by clearing all variables and state while keeping the same ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kernel_id | Yes | ID of the kernel to reset (WARNING: This will clear all variables and state) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kernel_id | Yes | ||
| success | Yes | ||
| message | Yes | ||
| timestamp | Yes | ||
| error | No |