jupyter-sigplot

Jupyter Notebook Widget for the SigPlot plotting library


Keywords
ipython, jupyter, widgets, sigplot, plot, plotting, dsp, sdr, software, defined, radio, digital-signal-processing, graph, javascript, jupyter-notebook, python, software-defined-radio
License
Apache-2.0
Install
pip install jupyter-sigplot==0.2.0

Documentation

jupyter-sigplot

Pip Prs Apache2 Travis 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