A Custom Jupyter Widget Library
To install use pip:
$ pip install VisWidget
$ jupyter nbextension enable --py --sys-prefix VisWidget
For a development installation (requires npm),
$ git clone https://github.com/KyleHarrison/IDIA-VisWidget.git
$ cd IDIA-VisWidget
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix VisWidget
$ jupyter nbextension enable --py --sys-prefix VisWidget
jupyter nbextension uninstall --py --sys-prefix VisWidget delete static python setup.py build pip install -e . jupyter nbextension install --py --symlink --sys-prefix VisWidget jupyter nbextension enable --py --sys-prefix VisWidget