Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _repr_javascript_
Method
_repr_javascript_
IPython/utils/capture.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
return
self._repr_mime_(
"application/json"
)
48
49
def
_repr_javascript_(self):
50
return
self._repr_mime_(
"application/javascript"
)
51
52
def
_repr_png_(self):
53
return
self._repr_mime_(
"image/png"
)
Callers
1
test_rich_output
Function · 0.95
Calls
1
_repr_mime_
Method · 0.95
Tested by
1
test_rich_output
Function · 0.76