|
2 år sedan | |
---|---|---|
.. | ||
src | 3 år sedan | |
style | 4 år sedan | |
README.md | 3 år sedan | |
package.json | 2 år sedan | |
tsconfig.json | 6 år sedan | |
typedoc.json | 4 år sedan |
A JupyterLab extension for running Javascript from a notebook in JupyterLab.
This extension is in the official JupyterLab distribution.
from IPython.display import Javascript
Javascript('alert("hello world");')
See the JupyterLab Contributor Documentation.