@jupyterlab/javascript-extension
v4.5.0
Published
JupyterLab - Javascript Renderer
Keywords
Readme
javascript-extension
A JupyterLab extension for running Javascript from a notebook in JupyterLab.
This extension is in the official JupyterLab distribution.
Usage
from IPython.display import Javascript
Javascript('alert("hello world");')Development
See the JupyterLab Contributor Documentation.
