Metadata-Version: 2.0
Name: gnuplot-kernel
Version: 0.1.0
Summary: A gnuplot kernel for Jupyter
Home-page: https://github.com/has2k1/gnuplot_kernel
Author: Hassan Kibirige
Author-email: has2k1@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: System :: Shells
Requires-Dist: metakernel (>=0.10.5)
Requires-Dist: notebook (>=4.0)

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

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


`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

   # or to upgrade
   pip install --upgrade gnuplot_kernel

**Development version**

.. code-block:: bash

   pip install git+https://github.com/has2k1/gnuplot_kernel.git@master


Requires
========

- System installation of `Gnuplot`_
- `Notebook`_ (IPython/Jupyter Notebook)
- `Metakernel`_


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


