CheckResult.display_check#
- CheckResult.display_check(unique_id: Optional[str] = None, as_widget: bool = True, show_additional_outputs: bool = True, **kwargs)[source]#
Display the check result or return the display as widget.
- Parameters
- unique_idstr
unique identifier of the result output
- as_widgetbool
Boolean that controls if to display the check regulary or if to return a widget.
- show_additional_outputsbool
Boolean that controls if to show additional outputs.