Display widget for wrapping plotly dash applications
To install use pip:
$ pip install jupyter-plotly-dash-widget
$ jupyter nbextension enable --py --sys-prefix jupyter-plotly-dash-widget
For a development installation (requires npm),
$ git clone https://github.com/GibbsConsulting/jupyter-plotly-dash-widget.git
$ cd jupyter-plotly-dash-widget
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix jupyter-plotly-dash-widget
$ jupyter nbextension enable --py --sys-prefix jupyter-plotly-dash-widget