This package has been deprecated

Author message:

jupyterlab_widgets is deprecated. Use @jupyter-widgets/jupyterlab-manager instead.

jupyterlab_widgets
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • 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.

/jupyterlab_widgets/

    Package Sidebar

    Install

    npm i jupyterlab_widgets

    Weekly Downloads

    5

    Version

    0.3.1

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • ellisonbg
    • fperez
    • minrk
    • sylvaincorlay
    • jasongrout