pub async fn notebook_snippet_insert(
    client: &ApiClient,
    notebook_id: Base64Uuid,
    snippet_name: &Name,
    cell_id: Option<&str>
) -> Result<Vec<Cell>>
Expand description

Expand the snippet and insert the cells into the notebook