Skip to content

LGSInnovations/jupyter-sigplot

Repository files navigation

jupyter-sigplot

Pip Prs Apache2 Workflow Binder

A Custom Jupyter Widget Library for the SigPlot plotting library

https://github.com/LGSInnovations/jupyter-sigplot/blob/master/docs/jupyter_sigplot_example.gif?raw=true

Installation

To install use pip:

$ pip install jupyter-sigplot
$ jupyter nbextension enable --py --sys-prefix jupyter_sigplot

For a development installation (requires npm):

$ git clone https://github.com/LGSInnovations/jupyter-sigplot.git
$ cd jupyter-sigplot
$ python setup.py install
$ jupyter nbextension install --py --symlink --sys-prefix jupyter_sigplot
$ jupyter nbextension enable --py --sys-prefix jupyter_sigplot