0.1.0 • Published 9 years ago
jupyter-js-widgets-labextension v0.1.0
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+ requiredSource Build
Prerequisites
git clone https://github.com/ipython/ipywidgets.git
cd ipywidgets/labextension
npm install
npm run build
conda install notebook # notebook 4.2+ requiredRebuild
npm run clean
npm run buildBuild Docs
Follow the source build instructions first.
npm run docsNavigate to docs/index.html.