0.1.0 • Published 8 years ago

jupyter-js-widgets-labextension v0.1.0

Weekly downloads
5
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.1.0

8 years ago

0.0.9

8 years ago

0.0.7

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago