zakandrewking / jupyter-widget-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter-widget-example

A Custom Jupyter Widget Library

Installation

To install use pip:

$ pip install jupyter-widget-example
$ jupyter nbextension enable --py --sys-prefix jupyter-widget-example

For a development installation (requires npm),

$ git clone https://github.com/SBRG/jupyter-widget-example.git
$ cd jupyter-widget-example
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix jupyter-widget-example
$ jupyter nbextension enable --py --sys-prefix jupyter-widget-example

About


Languages

Language:Python 44.9%Language:JavaScript 36.0%Language:Jupyter Notebook 19.1%