CheckFailure.show#
- CheckFailure.show(as_widget: bool = True, unique_id: Optional[str] = None, **kwargs) Optional[HTMLFormatter] [source]#
Display result.
- Parameters
- as_widgetbool, default True
whether to display result with help of ipywidgets or not
- unique_idOptional[str], default None
unique identifier of the result output
- **kwargs
other key-value arguments will be passed to the Serializer.serialize method
- Returns
- Optional[HTMLFormatter]
when used by sphinx-gallery