Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ _repr_json_
Method
_repr_json_
IPython/core/display.py:642–643 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
640
return
self.data, self.metadata
641
642
def
_repr_json_(self):
643
return
self._data_and_metadata()
644
645
646
_css_t =
""
"var link = document.createElement("
link");
Callers
1
test_json
Function · 0.95
Calls
1
_data_and_metadata
Method · 0.95
Tested by
1
test_json
Function · 0.76