MCPcopy Create free account
hub / github.com/ipython/ipython / javascript

Method javascript

IPython/core/magics/display.py:43–45  ·  view source on GitHub ↗

Run the cell block of Javascript code

(self, line, cell)

Source from the content-addressed store, hash-verified

41
42 @cell_magic
43 def javascript(self, line, cell):
44 """Run the cell block of Javascript code"""
45 display(Javascript(cell))
46
47
48 @cell_magic

Callers 1

jsMethod · 0.95

Calls 2

displayFunction · 0.90
JavascriptClass · 0.90

Tested by

no test coverage detected