bundles / IPython 9.11.0 / IPython / core / display / display_webp
function
IPython.core.display:display_webp
source: /IPython/core/display.py :198
Signature
def display_webp ( * objs , ** kwargs ) Summary
Display the WEBP representation of an object.
Parameters
*objs: objectThe Python objects to display, or if raw=True raw JPEG 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.core.display.display_webp