scilab_kernel icon indicating copy to clipboard operation
scilab_kernel copied to clipboard

Installation is normal, but when I try to run the notebook it never connects

Open IgorLim98 opened this issue 3 years ago • 2 comments

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" Capturar

this one when i use " ipython console --kernel scilab" 3

and this one when i use "ipython notebook" 1 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.

IgorLim98 avatar Apr 21 '21 20:04 IgorLim98

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.

haniibrahim avatar Jun 16 '22 17:06 haniibrahim

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".

jbao161 avatar Jun 18 '22 21:06 jbao161