Package Exports
- @jupyterlab/javascript-extension
- @jupyterlab/javascript-extension/lib/index.js
- @jupyterlab/javascript-extension/style/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jupyterlab/javascript-extension) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.