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_functions / DisplayHandle

class

IPython.core.display_functions:DisplayHandle

source: /IPython/core/display_functions.py :309

Signature

class   DisplayHandle ( display_id = None )

Members

Summary

A handle on an updatable display

Extended Summary

Call .update(obj) to display a new object.

Call .display(obj) to add a new instance of this display, and update existing instances.

See also

display

func

update_display

func

Aliases

  • IPython.display.DisplayHandle