I just started using jupyters notebook and it looks pretty nice, however, I don't manage to use gnuplot from within. I followed the advices in this thread Installing gnuplot on jupyter, but it didn't solve my problem. I use jupyter (anaconda) on Win 10, I have read the instructions here: https://github.com/has2k1/gnuplot_kernel, e.g. I have installed gnuplot, notebook and metakernel and then followed the installation protocol. When selecting the gnuplot Kernel and entering
plot x
I get the error message: "Error: gnuplot not found."
Therefore I reinstalled gnuplot, selecting the add Path option. Now after entering the comment, the gnuplot Kernel is busy and dies.
Any help is much appreciated. Thanks!