bundles / IPython 9.11.0 / IPython / core / display / JSON
class
IPython.core.display:JSON
source: /IPython/core/display.py :582
Signature
class JSON ( data = None , url = None , filename = None , expanded = False , metadata = None , root = root , ** kwargs ) Members
Summary
JSON expects a JSON-able dict or list
Extended Summary
not an already-serialized JSON string.
Scalar types (None, number, string) are not allowed, only dict or list containers.
Aliases
-
IPython.display.JSON