A Jupyter kernel for Scilab This requires `Jupyter Notebook `_, and `Scilab `_. To install:: pip install scilab_kernel python -m scilab_kernel.install To use it, run one of: .. code:: shell jupyter notebook # In the notebook interface, select Scilab from the 'New' menu .. code:: shell jupyter qtconsole --kernel scilab .. code:: shell jupyter console --kernel scilab This is based on `MetaKernel `_, which means it features a standard set of magics. A sample notebook is available online_. You can specify the path to your Scilab executable by creating a `SCILAB_EXECUTABLE` environmental variable. .. _online: http://nbviewer.ipython.org/github/calysto/scilab_kernel/blob/master/scilab_kernel.ipynb