This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / core / display / display_png

function

IPython.core.display:display_png

source: /IPython/core/display.py :164

Signature

def   display_png ( * objs ** kwargs )

Summary

Display the PNG representation of an object.

Parameters

*objs : object

The Python objects to display, or if raw=True raw png 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.display.display_png