Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
js
Method · 0.95
Calls
2
display
Function · 0.90
Javascript
Class · 0.90
Tested by
no test coverage detected