scipp.to_html#

scipp.to_html(container)#

Render am object to HTML in a Jupyter notebook.

Parameters:

container (Union[Variable, DataArray, Dataset, DataGroup]) – Object to render.

See also

scipp.make_html

Create HTML representation without showing it. Works outside of notebooks.