Open esternin opened 4 years ago
Have you run?
$ python -m gnuplot_kernel install --user
I did not, as it seemed to be only applicable to user-space installations and was never required before, sudo apt-get install gnuplot_kernel
was always sufficient.
I used sudo python3 -m gnuplot_kernel install
and it added the kernel to the list.
There are other problems, like trying to restart the gnuplot kernel ("Restart and Run All", for example) causes kernel death and no restart. The workbook has to be closed to recover. The error seems to be specific to gnuplot-kernel:
...
File "/usr/local/lib/python3.8/dist-packages/gnuplot_kernel/kernel.py", line 301, in do_shutdown
self.wrapper.exit()
AttributeError: 'NoneType' object has no attribute 'exit'
With the above caveat, it is usable again. Thanks for the suggestion!
@esternin, can you open an issue for that "Restart and Run All" problem.
Tried first with the
apt-get install gnuplot_kernel
, later with an install from github. Install reports that all is well, butjupyter
does not see the kernel. The system is up-to-date on the LT release 20.04.Any suggestions?