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 (VariableLike) – Object to render.
- Returns:
str– HTML representation
See also
scipp.to_htmlDisplay the HTML representation.