Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _repr_javascript_
Method
_repr_javascript_
IPython/core/tests/test_interactiveshell.py:854–855 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
852
return
"<b>dummy</b>"
853
854
def
_repr_javascript_(self):
855
return
"console.log('hi');"
, {
'key'
:
'value'
}
856
857
858
def
test_user_variables():
Callers
1
test_user_variables
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected