jupyterlab_widgets

ipython
js deprecated
jupyterlab_widgets JS library on GitHub jupyterlab_widgets JS library on npm Download jupyterlab_widgets JS library

The JupyterLab extension providing Jupyter widgets.

Version 0.3.1 License BSD-3-Clause
jupyterlab_widgets has no homepage
jupyterlab_widgets JS library on GitHub
jupyterlab_widgets JS library on npm
Download jupyterlab_widgets JS library
Keywords
jupyterjupyterlabservicesnotebook

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.