scilab_kernel
scilab_kernel copied to clipboard
Installation is normal, but when I try to run the notebook it never connects
I follow the instructions:
-
pip install scilab kernel (ok)
-
select a new scilab tab (ok)
In this new tab, the server never connects.
I am getting the following messages when i use "ipython qtconsole --kernel scilab"
this one when i use " ipython console --kernel scilab"
and this one when i use "ipython notebook"
This last one gets in a loop forever.
Please tell me if u can give more infor about how to fix it. Thanks in advance.
I had the same problem in GNU/Linux. Notebook could not connected to the scilab_kernel.
You can specify the path to your Scilab executable by creating a SCILAB_EXECUTABLE environmental variable. Use the scilab-adv-cli executable if using a Posix-like OS, and WScilex-cli.exe if using Windows.
helped.
Go to Environment Variables. Create a user variable with name SCILAB_EXECUTABLE. Set the value to the path to the executable. Make sure to put quotation marks around the path if there are any space characters e.g. "C:\Program Files\scilab-6.1.1\bin\WScilex-cli.exe".