interrupt
Interrupt a running Jupyter cell and cancel queued cells while preserving kernel state. Interrupted cells become stale until re-executed.
Instructions
Interrupt the currently running cell (KeyboardInterrupt in the kernel) and cancel queued cells. Kernel state (variables) survives; interrupted cells read as stale until a successful re-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| clear_queue | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |