pub async fn display(
client: &NbClient,
notebook: Option<&str>,
change_id: &str,
full: bool,
) -> OperationResultExpand description
Displays a change. The short form reports the meta summary,
artifact readiness against the schema requires graph, work
todo progress, and drift; full additionally includes root
artifact note contents and per-artifact-folder listings.
ยงErrors
Returns notebook access errors and meta note parse failures.