octave_kernel
octave_kernel copied to clipboard
An Octave kernel for IPython
I am using Octave 6.2. %plot natve throws the following error: ``` EOF: End Of File (EOF). searcher: searcher_re: 0: re.compile('PEXPECT_PROMPT>') 1: re.compile('PEXPECT_PROMPT_') 2: re.compile('\\A.+?__stdin_prompt>|debug> ') ```
I have tried to use the octave kernel within a Jupyterhub instance. I have followed the instructions given in the ReadMe.rst. Unfortunately, when opening a new notebook, the kernel does...
When calling `open`, or `doc`, e.g., `doc rref` or `open rref` the octave kernel hangs up and have to be killed or restarted to work further on.
Hi there! So I've been trying to get this kernel to work for sometime now with no luck. I've tried both methods described in the README, and I always get...
I have Jupyter notebook installed on termux on my android device. My octave is installed from [its-pointless](https://github.com/its-pointless) repo for termux-packages, it has it's gui disabled. Gnuplot is installed as well....
Puzzled why the input statement (and other i/o statements) don't work after the first iteration. Here's my simple code for i=1:3 s = input ("Pick a number, any number! ",...
I'm still getting encode character problema as refered in #29. However, the problem is now in the plot. 
I get this error saving my plot. Any idea how to fix it? print -dpng 'my plot.png' I get the following: error: __fltk_redraw__: not available without OpenGL and FLTK libraries...
I have installed the latest release of octave via flatpak. In order to run octave, I use the following command: `flatpak run org.octave.Octave`. How do I get the octave_kernel to...
Greetings. I get the below error when trying to save a plot to my filesystem. ```print -dpng 'myPlot.png'``` ``` error: __fltk_redraw__: not available without OpenGL and FLTK libraries error: called...