bundles / IPython 9.14.0.dev / IPython / core / display / display_json
function
IPython.core.display:display_json
source: /IPython/core/display.py :232
Signature
def display_json ( * objs , ** kwargs ) Summary
Display the JSON representation of an object.
Extended Summary
Note that not many frontends support displaying JSON.
Parameters
*objs: objectThe Python objects to display, or if raw=True raw json 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_json