kernel_status
Retrieve the kernel status and Python executable path for a Jupyter notebook. Determines if kernel is idle, not started, or dead.
Instructions
Get the current status and Python interpreter of the kernel for a notebook. Status is one of: 'not_started', 'idle', or 'dead'. python_path shows which Python executable the kernel is using (null if not started).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |