Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ _repr_html_
Method
_repr_html_
tests/test_interactiveshell.py:988–989 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
986
return
"DummyRepr"
987
988
def
_repr_html_(self):
989
return
"<b>dummy</b>"
990
991
def
_repr_javascript_(self):
992
return
"console.log('hi');"
, {
"key"
:
"value"
}
Callers
1
test_user_variables
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected