scilab_kernel
scilab_kernel copied to clipboard
A Scilab Kernel for IPython
First, thank you for sharing your kernel. I use it with the classic Jupyter notebook. When I export a notebook as PDF (via LaTeX) it fails. I tested it on...
hello, basically as the title says, the output contains blank spaces for each line of code even with semicolons:  Scilab kernel v0.9.10 Metakernel v0.24.2 Python v3.7.3 (v3.7.3:ef4ec6ed12, Mar 25...
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...
When I try this example: `// Define your x-values x = 0 : .1 : 10*%pi; // Define your function y = x .* cos(x); // Plot as used in...
Hi, I have setup Sciab kernel and i am getting below error when i try to run the code  error: xs2svg: Unable to create export file, permission denied. Please...
"en able to find the main Scilab class. Check if the Scilab and thirdparty packages are available"
Hi! I'm having the following error. My kernel seems to start correctly but when I enter "Ctrl+Enter" in the Scilab notebook, I get this error: ``` I 22:31:51.057 NotebookApp] Kernel...
Version 5.5.2 of Scilab, in Windows 10, don't have any `*-cli.exe` file to set SCILAB_EXECUTABLE to. The only executable files are `Scilex.exe` and `WScilex.exe`, but none of them can be...
Hi I note there is no MyBinder button in the README, and when I try to run the repo using MyBinder, the kernel fails to start properly. Is there any...
Rendering is different between e.g. macOS and Linux. For example axes labels are cropped under Linux: Linux:  macOS: 
Using completion mechanism (tab) raises the help browser, e.g: 