notebook_update_cell

Function

ArgDescriptionType
notebook_idThe id of the notebook to updatestring (required)
cell_idThe cell of the notebook to update. If this is empty we add a new cell to the notebookstring
typeSet the type of the cell if needed (markdown or vql).string
inputThe new cell content.string (required)
outputIf this is set, we do not calculate the cell but set this as the rendered output.string

Required Permissions: COLLECT_SERVER

Description

Update a notebook cell.