has2k1 / gnuplot_kernel

A Jupyter/IPython kernel for gnuplot
BSD 3-Clause "New" or "Revised" License
83 stars 25 forks source link

#################################### A Jupyter/IPython kernel for Gnuplot ####################################

================= =============== Latest Release |release| License |license| Build Status |buildstatus| Coverage |coverage| ================= ===============

.. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/has2k1/gnuplot_kernel/master?filepath=examples

gnuplot_kernel has been developed for use specifically with Jupyter Notebook. It can also be loaded as an IPython extension allowing for gnuplot code in the same notebook as python code.

Installation

Official version

.. code-block:: bash

pip install gnuplot_kernel python -m gnuplot_kernel install --user

The last command installs a kernel spec file for the current python installation. This is the file that allows you to choose a jupyter kernel in a notebook.

Development version

.. code-block:: bash

pip install git+https://github.com/has2k1/gnuplot_kernel.git@master python -m gnuplot_kernel install --user

Requires

Documentation

  1. Example Notebooks_ for gnuplot_kernel.
  2. Metakernel magics_, these are available when using gnuplot_kernel.

.. Notebook: https://github.com/jupyter/notebook .. Gnuplot: http://www.gnuplot.info/ .. _Example Notebooks: https://github.com/has2k1/gnuplot_kernel/tree/master/examples .. Metakernel: https://github.com/Calysto/metakernel .. Metakernel magics: https://github.com/Calysto/metakernel/blob/master/metakernel/magics/README.md

.. |release| image:: https://img.shields.io/pypi/v/gnuplot_kernel.svg .. _release: https://pypi.python.org/pypi/gnuplot_kernel

.. |license| image:: https://img.shields.io/pypi/l/gnuplot_kernel.svg .. _license: https://pypi.python.org/pypi/gnuplot_kernel

.. |buildstatus| image:: https://api.travis-ci.org/has2k1/gnuplot_kernel.svg?branch=master .. _buildstatus: https://travis-ci.org/has2k1/gnuplot_kernel

.. |coverage| image:: https://coveralls.io/repos/github/has2k1/gnuplot_kernel/badge.svg?branch=master .. _coverage: https://coveralls.io/github/has2k1/gnuplot_kernel?branch=master