gnuplot_kernel icon indicating copy to clipboard operation
gnuplot_kernel copied to clipboard

Gnuplot kernel is stuck in 'busy' state

Open ArmoredPony opened this issue 2 years ago • 0 comments
trafficstars

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 with pip. I also added required by metakernel commands to ipython_config.py, which are being executed on start. The kernel itself can be started but when I try to run a cell the kernel creates a new gnuplot.exe process, then it becomes busy and stays busy until I manually shut it down. It also can be loaded with %load_ext function, but when I run %gnuplot ... I get the same result. I tried both ways of execution in both jupyter notebook and jupyter console. There are no error messages whatsoever, it just gets stuck.

OS: Windows 10 build 19045.2604 Python: 3.11.0 Gnuplot kernel: 0.4.1

ArmoredPony avatar Feb 18 '23 12:02 ArmoredPony