/gnuplot_kernel

A Jupyter/IPython kernel for gnuplot

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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

pip install gnuplot_kernel

# or to upgrade
pip install --upgrade gnuplot_kernel

Development version

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

Requires

Documentation

  1. Example Notebooks for gnuplot_kernel.
  2. Metakernel magics, these are available when using gnuplot_kernel.