Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_json
Function · 0.95
Calls
1
_data_and_metadata
Method · 0.95
Tested by
1
test_json
Function · 0.76