A Custom Jupyter Widget Library for the SigPlot plotting library
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