README.md 417 B

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.