JSPM

@jupyterlab/javascript-extension

4.5.0-alpha.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14992
  • Score
    100M100P100Q136313F
  • License BSD-3-Clause

JupyterLab - Javascript Renderer

Package Exports

  • @jupyterlab/javascript-extension
  • @jupyterlab/javascript-extension/lib/index.js
  • @jupyterlab/javascript-extension/style/index.js

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.

This extension is in the official JupyterLab distribution.

Usage

from IPython.display import Javascript

Javascript('alert("hello world");')

Development

See the JupyterLab Contributor Documentation.