Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lgsinnovations/jupyter-sigplot

Jupyter Notebook extension for SigPlot.js
https://github.com/lgsinnovations/jupyter-sigplot

digital-signal-processing dsp graph javascript jupyter-notebook plot python sdr sigplot software-defined-radio

Last synced: about 1 month ago
JSON representation

Jupyter Notebook extension for SigPlot.js

Awesome Lists containing this project

README

        

jupyter-sigplot
===============================
|Pip|_ |Prs|_ |Apache2|_ |Workflow|_ |Binder|_

.. |Pip| image:: https://badge.fury.io/py/jupyter-sigplot.svg
.. _Pip: https://badge.fury.io/py/jupyter-sigplot

.. |Prs| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
.. _Prs: .github/CONTRIBUTING.md#pull-requests

.. |Apache2| image:: https://img.shields.io/badge/license-Apache%202.0-orange.svg
.. _Apache2: https://opensource.org/licenses/Apache-2.0

.. |Workflow| image:: https://github.com/LGSInnovations/jupyter-sigplot/workflows/Test%20Jupyter-Sigplot%20Python/badge.svg
.. _Workflow: https://github.com/LGSInnovations/jupyter-sigplot/workflows/Test%20Jupyter-Sigplot%20Python/badge.svg

.. |Binder| image:: https://mybinder.org/badge.svg
.. _Binder: https://mybinder.org/v2/gh/LGSInnovations/jupyter-sigplot/master?filepath=example%2FJupyterSigplot.ipynb

A Custom Jupyter Widget Library for the SigPlot plotting library

.. image:: 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