MCPcopy Index your code
hub / github.com/ipython/ipython / _repr_javascript_

Method _repr_javascript_

tests/test_interactiveshell.py:991–992  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

989 return "<b>dummy</b>"
990
991 def _repr_javascript_(self):
992 return "console.log('hi');", {"key": "value"}
993
994
995def test_user_variables():

Callers 1

test_user_variablesFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected