JSPM

@jupyterlab/javascript-extension

2.0.0-rc.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14539
  • Score
    100M100P100Q136322F
  • License BSD-3-Clause

JupyterLab - Javascript Renderer

Package Exports

  • @jupyterlab/javascript-extension

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

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.