kernel_status
Retrieve the current status of the IPython kernel, including running state, project directory, connection info, and pending executions. When no kernel is running, it returns running: false.
Instructions
Return the current kernel status.
Returns a dict with: running, alive, project_dir, connection_file, python, pending_executions, transport, ip, shell_port, iopub_port. Returns {"running": False} if no kernel is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||