MCPcopy Create free account
hub / github.com/ipython/ipython / _repr_json_

Method _repr_json_

IPython/core/display.py:911–912  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

909 return self.data, self.metadata
910
911 def _repr_json_(self):
912 return self._data_and_metadata()
913
914_css_t = """var link = document.createElement("link");
915 link.ref = "stylesheet";

Callers 1

test_jsonFunction · 0.95

Calls 1

_data_and_metadataMethod · 0.95

Tested by 1

test_jsonFunction · 0.76