bundles / IPython latest / IPython / core / display / display_html
function
IPython.core.display:display_html
source: /IPython/core/display.py :109
Signature
def display_html ( * objs , ** kwargs ) Summary
Display the HTML representation of an object.
Extended Summary
Note: If raw=False and the object does not have a HTML representation, no HTML will be shown.
Parameters
*objs: objectThe Python objects to display, or if raw=True raw HTML data to display.
raw: boolAre the data objects raw data or Python objects that need to be formatted before display? [default: False]
metadata: dict (optional)Metadata to be associated with the specific mimetype output.
Aliases
-
IPython.display.display_html