pub async fn notebook_cell_append_text(
    client: &ApiClient,
    notebook_id: Base64Uuid,
    cell_id: &str,
    payload: CellAppendText
) -> Result<Cell>
Expand description

Append the given text and optional formatting to the specified cell