scipp.make_html#

scipp.make_html(container)#

Return the HTML representation of an object.

See ‘HTML representation’ in Representations and Tables for details.

Parameters

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

Returns

str – HTML representation

See also

scipp.to_html

Display the HTML representation.