CheckResult.show_not_interactive#
- CheckResult.show_not_interactive(unique_id: Optional[str] = None, **kwargs)[source]#
Display the not interactive version of result output.
In this case, ipywidgets will not be used and plotly figures will be transformed into png images.
- Parameters
- unique_idOptional[str], default None
unique identifier of the result output
- **kwrgs
other key-value arguments will be passed to the Serializer.serialize method