has2k1 / gnuplot_kernel

A Jupyter/IPython kernel for gnuplot
BSD 3-Clause "New" or "Revised" License
83 stars 25 forks source link

Cross Installation Confusion: Conda Vs PIP; Octave (With Gnuplot) #12

Closed ghost closed 6 years ago

ghost commented 6 years ago

So I have previously installed the Octave Kernel See here:. Octave Itself comes with an installation of Gnu-Plot for its own plotting purposes. However, some times it is preferable just to be using Gnuplot as Gnuplot, not as a back end.

I currently have Jupyter installed with conda, not PIP. but my octave_kernel is also installed with PIP, not conda it works just fine (after i updated metakernel to 20.4.12.

Upon downloading the kernel with PIP and installing with jupyter kernelspec install and running jupyter kernelspec list I do not see the installed kernel, but the console output is usually [InstalledKernelSpec] Installed kernelspec gnuplot_kernel in <directory> whats up?