I want to run Octave in JupyterLab on a M1 Macbook. I have installed JupyterLab using pip
and Octave-6.3.0-beta1.dmg
file as per the prerequisites.
I have also installed Octave kernel using pip install octave_kernel --user
.
Now I am somewhat stuck. This documentation says,
"We require the Octave
executable to run the kernel. Add that executable's directory to the PATH
environment variable or use the OCTAVE_EXECUTABLE
to point to the executable itself."
Can someone help me with this? What am I supposed to type in the terminal?