jupyter_execute
Execute code on a Jupyter kernel through websocket channels. Provide kernel ID and code; timeout is optional.
Instructions
Execute code on a Jupyter kernel via Jupyter Server websocket channels.
Requires:
JUPYTER_BASE_URL
JUPYTER_TOKEN (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kernel_id | Yes | ||
| code | Yes | ||
| timeout_s | No |