CheckResult.to_widget#

CheckResult.to_widget(unique_id: Optional[str] = None, show_additional_outputs: bool = True) Widget[source]#

Return CheckResult as a ipywidgets.Widget instance.

Parameters
unique_idstr

The unique id given by the suite that displays the check.

show_additional_outputsbool

Boolean that controls if to show additional outputs.

Returns
Widget