|
4 år sedan | |
---|---|---|
.. | ||
src | 4 år sedan | |
style | 5 år sedan | |
README.md | 6 år sedan | |
package.json | 5 år sedan | |
tsconfig.json | 6 år sedan | |
typedoc.json | 5 år sedan |
A JupyterLab extension for running Javascript from a notebook in JupyterLab
To render VDOM output in IPython:
from IPython.display import Javascript
Javascript('console.log("hello world");')
See the JupyterLab Contributor Documentation.