run_code_cell
Run a code cell in a Colab notebook by providing its cell ID and get the output back.
Instructions
Executes the code in the cell with the provided cell ID. The cell must be a code cell type. The output of the cell execution is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cellId | Yes | The ID of the code cell to execute. |