pub async fn notebook_get(
    client: &ApiClient,
    notebook_id: Base64Uuid
) -> Result<Notebook>
Expand description

Retrieves a single notebook (both its metadata and content)