bundles / IPython 9.12.0 / IPython / core / display / display_jpeg
function
IPython.core.display:display_jpeg
source: /IPython/core/display.py :181
Signature
def display_jpeg ( * objs , ** kwargs ) Summary
Display the JPEG 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.display.display_jpeg