GitHub Action 08c81a5ad7 [ci skip] New version %!s(int64=3) %!d(string=hai) anos
..
src dbdefed9db Add linter rule for sorting import (#10344) %!s(int64=3) %!d(string=hai) anos
style 1131b93aa7 Integrity update. %!s(int64=4) %!d(string=hai) anos
README.md 85ad42ab4b Update branch name in doc urls and workflow files %!s(int64=3) %!d(string=hai) anos
package.json 08c81a5ad7 [ci skip] New version %!s(int64=3) %!d(string=hai) anos
tsconfig.json 9b465f43d7 Clean up handling of src %!s(int64=6) %!d(string=hai) anos
typedoc.json 9b42db0c8a Update typedoc config for 0.20 beta 27 %!s(int64=4) %!d(string=hai) anos

README.md

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.