Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lgsinnovations/jupyter-sigplot
- Owner: LGSInnovations
- License: apache-2.0
- Created: 2018-07-31T22:05:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:34:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T17:44:03.137Z (7 months ago)
- Topics: digital-signal-processing, dsp, graph, javascript, jupyter-notebook, plot, python, sdr, sigplot, software-defined-radio
- Language: Jupyter Notebook
- Homepage: https://sigplot.lgsinnovations.com
- Size: 14.3 MB
- Stars: 3
- Watchers: 8
- Forks: 9
- Open Issues: 23
-
Metadata Files:
- Readme: README.rst
- Contributing: .github/CONTRIBUTING.rst
- License: LICENSE
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.ipynbA 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_sigplotFor 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