A Jupyter kernel for Scilab.
Project description
A Jupyter kernel for Scilab
This requires Jupyter Notebook, and Scilab.
To install:
pip install scilab_kernel
To use it, run one of:
ipython notebook
# In the notebook interface, select Scilab from the 'New' menu
ipython qtconsole --kernel scilab
ipython 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. If you are using Sclib 6.0, use the scilab-adv-cli executable.
Advanced Installation Notes:: We automatically install a Jupyter kernelspec when installing the python package. This location can be found using jupyter kernelspec list. If the default location is not desired, you can remove the directory for the scilab kernel, and install using python -m scilab_kernel install. See python -m scilab_kernel install --help for available options.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for scilab_kernel-0.9.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fd244ebb2dd479f9c1862109a2f1739de5765b924c860da501b5a6237c07533 |
|
MD5 | 52fdd281fad17f095b887f72f4cdae5d |
|
BLAKE2b-256 | 8a9fc25b60bd7936757acdeebe542805cb10844218203ec5ec4367b5eb6d958c |