Jeremy Tuloup 72e028fb4d [3.3.x] Bump version for the 3.3 prerelease (#11810) il y a 3 ans
..
src dbdefed9db Add linter rule for sorting import (#10344) il y a 3 ans
style 1131b93aa7 Integrity update. il y a 4 ans
README.md 86ed755a98 Branch integrity il y a 3 ans
package.json 72e028fb4d [3.3.x] Bump version for the 3.3 prerelease (#11810) il y a 3 ans
tsconfig.json 9b465f43d7 Clean up handling of src il y a 6 ans
typedoc.json 9b42db0c8a Update typedoc config for 0.20 beta 27 il y a 4 ans

README.md

javascript-extension

A JupyterLab extension for running Javascript from a notebook in JupyterLab

Prerequisites

  • JupyterLab ^0.27.0

Usage

To render VDOM output in IPython:

from IPython.display import Javascript

Javascript('console.log("hello world");')

Development

See the JupyterLab Contributor Documentation.