JupyterLab - Javascript Renderer
npm install @jupyterlab/javascript-extensionA JupyterLab extension for running Javascript from a notebook in JupyterLab.
This extension is in the official JupyterLab distribution.
``python
from IPython.display import Javascript
Javascript('alert("hello world");')
``
See the JupyterLab Contributor Documentation.