scilab_kernel icon indicating copy to clipboard operation
scilab_kernel copied to clipboard

A Scilab Kernel for IPython

Results 15 scilab_kernel issues
Sort by recently updated
recently updated
newest added

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

bug

hello, basically as the title says, the output contains blank spaces for each line of code even with semicolons: ![image](https://user-images.githubusercontent.com/37134637/71644269-16f69300-2c9c-11ea-8879-756c9967df5e.png) 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 ![image](https://user-images.githubusercontent.com/31759122/113709493-2ca90280-9700-11eb-9550-1132c26b32c7.png) error: xs2svg: Unable to create export file, permission denied. Please...

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: ![Screenshot 2024-03-01 at 11 02 00](https://github.com/Calysto/scilab_kernel/assets/8794797/790a9026-88fb-4da1-8912-c69c9d64fded) macOS: ![Screenshot 2024-03-01 at 11 01 14](https://github.com/Calysto/scilab_kernel/assets/8794797/df40f196-e46b-4ef7-a474-76767aeee26b)

Using completion mechanism (tab) raises the help browser, e.g: ![Screenshot 2024-02-26 at 14 12 37](https://github.com/Calysto/scilab_kernel/assets/8794797/9e801f17-4dbd-4a8e-915d-22d04ab84067)