0.3.1 • Published 8 years ago

jupyterlab_widgets v0.3.1

Weekly downloads
16
License
BSD-3-Clause
Repository
github
Last release
8 years ago

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.

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago