execute_code
Execute Python code in JupyterLab sessions on remote GPU clusters to perform high-performance notebook computations.
Instructions
Execute code in the kernel and add cell to notebook.
Args: session_id: Session identifier. code: Python code to execute.
Returns: Formatted output string.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| code | Yes |