scipp.to_html#

scipp.to_html(container)#

Render am object to HTML in a Jupyter notebook.

Parameters:

container (Variable | DataArray | Dataset | DataGroup) – Object to render.

Return type:

None

See also

scipp.make_html

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