cell_edit

Function cell_edit 

Source
pub async fn cell_edit(
    cluster: Cluster,
    notebook_id: i64,
    cell_id: i64,
    data: Form<Cell<'_>>,
) -> Result<ResponseOk, Error>