Back to Jupyterlab

javascript-extension

packages/javascript-extension/README.md

4.6.0a5394 B
Original Source

javascript-extension

A JupyterLab extension for running Javascript from a notebook in JupyterLab.

This extension is in the official JupyterLab distribution.

Usage

python
from IPython.display import Javascript

Javascript('alert("hello world");')

Development

See the JupyterLab Contributor Documentation.