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