Hello, everyone,
Here is a short introduction of myself:
This is Xuefeng LIU from Niigata Univerity, Japan.
I have been playing with IPython for half a year and I love it very much. I even set up a cloud computing environment that allows
my students to do computing on browser with the power of IPython + NumPy.
I have a great need to install Octave kernel on IPython notebook( or Jupyter?). The final dream is to let students do matrix computing on browsers.
Here is my question:
Below is the resource I can find for Octave kernel setting. But after many tries, I still can not make it run properly.
IPython:
Kernel:
My OS is Ubuntu 15.04. I have installed python3, ipython3, ipython3-notebook with easy_install and pip(3).
The result from running "ipython3 kernelspec list" is
Available kernels:
python3
octave_kernel
But when I run "ipython3 notebook --kernel=octave_kernel", there comes error as below:
[W 00:47:29.988 NotebookApp] Unrecognized alias: '--kernel=octave_kernel', it will probably have no effect.
Could anyone give some instruction on setting Octave kernel?
It seems that Jupyter is on developing and everything is changing in short near future.
Shall I wait for a while until a stable version comes?
Xuefeng LIU