I have Jupyter notebook installed on termux on my android device. My octave is installed from its-pointless repo for termux-packages, it has it's gui disabled. Gnuplot is installed as well.
When I try using plot(); or figure(); or any other function related to plotting in jupyter-notebook with octave kernel I get this error:
P.S.
I can plot in octave by launching vncserver, which will launch an instance of XFCE DE on x11.
With vncserver on I can run octave from terminal emulator, where using plot function will open a gnuplot window.
I have Jupyter notebook installed on termux on my android device. My octave is installed from its-pointless repo for termux-packages, it has it's gui disabled. Gnuplot is installed as well. When I try using
plot();
orfigure();
or any other function related to plotting in jupyter-notebook with octave kernel I get this error:P.S. I can plot in octave by launching vncserver, which will launch an instance of XFCE DE on x11. With vncserver on I can run octave from terminal emulator, where using plot function will open a gnuplot window.