pub async fn notebook_convert_to_template(
client: &ApiClient,
notebook_id: Base64Uuid
) -> Result<String>Expand description
Downloads the specified notebooks as a Jsonnet template.
pub async fn notebook_convert_to_template(
client: &ApiClient,
notebook_id: Base64Uuid
) -> Result<String>Downloads the specified notebooks as a Jsonnet template.