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

bundles / IPython 9.11.0 / IPython / core / display / display_javascript

function

IPython.core.display:display_javascript

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

Signature

def   display_javascript ( * objs ** kwargs )

Summary

Display the Javascript representation of an object.

Parameters

*objs : object

The Python objects to display, or if raw=True raw javascript 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_javascript