Jason Grout b896f18fd8 Only emit the list of compiled files when doing a watch. hace 7 años
..
src 7f60d630e9 Update code style hace 7 años
style 0209b3ba2c Add javascript-extension hace 7 años
README.md 0209b3ba2c Add javascript-extension hace 7 años
package.json b896f18fd8 Only emit the list of compiled files when doing a watch. hace 7 años
tsconfig.json c5df745128 Rename base tsconfig.json to tsconfigbase.json so that running tsc at the root directory doesn’t accidentally try to do something. hace 7 años

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.