jupyter-display-area
Prototype Web Component for Jupyter Display areas
Installation
npm install jupyter-display-area
Including on a page
Build
npm run build
Browserified build
dist/jupyter-display-area.html
- Web Component with fully inlined scriptsdist/jupyter-display-area.local.html
- Web Component with separate scriptdist/jupyter-display-area.js
- Script to pair with jupyter-display-area.local.html
src
ES5 build and direct The transpiled ES5 javascript ends up in lib/
while the original ES6 sources
are in src/
. These are intended for use in Electron/Atom, though you may want
to just use the browserified/bundled web component. Your choice!
Dev
Run npm run dev
to do automated watch, build, serve, and live-reload.
npm run dev