has2k1 / gnuplot_kernel

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

Unable to run the sample document and the kernel fails to show on Jupyter lab or VS Code. #30

Open Sriram192 opened 3 years ago

Sriram192 commented 3 years ago

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 but it still desn't work.

has2k1 commented 3 years ago

If the kernel is not listed, verify that the following point to the same version of python:

where python
where jupyter
Sriram192 commented 3 years ago

Thank you.