Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 490 Bytes

README.rst

File metadata and controls

13 lines (8 loc) · 490 Bytes

A simple IPython kernel for Scilab

This requires IPython 3+ and scilab2py.

To test it, install with setup.py, then:

ipython qtconsole --kernel scilab

It supports command history, the ? help magic and calltips, plotting, and completion. You can toggle inline plotting using %inline.

For details of how this works, see IPython's docs on wrapper kernels.