edit_cell
Modify code in existing JupyterLab cells and re-execute them to update outputs within remote HPC sessions.
Instructions
Edit an existing cell, re-execute it, and update outputs.
Args: session_id: Session identifier. cell_index: Cell index (supports negative indexing). code: New code for the cell.
Returns: Formatted output string.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| cell_index | Yes | ||
| code | Yes |