jupyter-js-widgets-labextension
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Jupyter Widgets JupyterLab Extension

A JupyterLab extension for Jupyter/IPython widgets.

Package Install

Prerequisites

npm install --save jupyter-js-widgets-labextension
conda install notebook  # notebook 4.2+ required 

Source Build

Prerequisites

git clone https://github.com/ipython/ipywidgets.git
cd ipywidgets/labextension
npm install
npm run build
conda install notebook  # notebook 4.2+ required 

Rebuild

npm run clean
npm run build

Build Docs

Follow the source build instructions first.

npm run docs

Navigate to docs/index.html.

/jupyter-js-widgets-labextension/

    Package Sidebar

    Install

    npm i jupyter-js-widgets-labextension

    Weekly Downloads

    2

    Version

    0.1.0

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • carreau
    • fperez
    • jasongrout
    • minrk
    • sylvaincorlay