|
il y a 2 ans | |
---|---|---|
.. | ||
src | il y a 3 ans | |
style | il y a 4 ans | |
README.md | il y a 3 ans | |
package.json | il y a 2 ans | |
tsconfig.json | il y a 6 ans | |
typedoc.json | il y a 4 ans |
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.