gnuplot_kernel
gnuplot_kernel copied to clipboard
A Jupyter/IPython kernel for gnuplot
Gnuplot is installed, is in PATH and by itself works correctly. Notebook is also works fine with different kernels (python, lua, c++). The gnuplot kernel and the metakernel are installed...
Hi, when I tried to run: plot sin(x) I get this message: Failed to read and display image file from gnuplot. Possibly: 1. You have plotted to a non interactive...
The kernel fails to load on both Jupyter Lab and VS Code on Windows 10. I tried installing gnuplot_kernel using pip and used the python command to register the kernel...
Tried first with the `apt-get install gnuplot_kernel`, later with an install from github. Install reports that all is well, but `jupyter` does not see the kernel. The system is up-to-date...
Keep running into these not well-formed errors of late: https://s.natalian.org/2020-08-26/invalid.mp4 The notebook is here: https://github.com/kaihendry/covid19-sg/blob/lkyspp-demo/jsdir.ipynb
Is it possible to generate graphs with interactivity, so that when you hover a mouse over a value it shows some title-esque tooltip? https://github.com/kaihendry/covid19-sg/blob/master/gnuplot.ipynb
Sorry if the title isn't that useful. Im using windows. I installed the gnuplot_kernel and tried to run `plot sin(x)` and I get the error "Error: gnuplot not found" In...
If I have an ordinary gnuplot script file that contains, say, the line: set xlabel "β(°)" Then, when executed, gnuplot does the expected and labels the x axis with the...
Thanks for this useful package. Please could you provide some examples how to set a gnuplot variable from python and read it back? One can write a .dat file, read...