You are viewing an older version (9.10.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.10.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 : object

The Python objects to display, or if raw=True raw JPEG data to display.

raw : bool

Are 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