All Projects → has2k1 → gnuplot_kernel

has2k1 / gnuplot_kernel

Licence: BSD-3-Clause license
A Jupyter/IPython kernel for gnuplot

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
Gnuplot
187 projects

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
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

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].