Function
Arg | Description | Type |
---|---|---|
notebook_id | The id of the notebook to update | string (required) |
cell_id | The cell of the notebook to update. If this is empty we add a new cell to the notebook | string |
type | Set the type of the cell if needed (markdown or vql). | string |
input | The new cell content. | string (required) |
output | If this is set, we do not calculate the cell but set this as the rendered output. | string |
Required Permissions: COLLECT_SERVER
Update a notebook cell.