diff options
author | Steven Silvester | 2014-08-09 07:35:45 -0500 |
---|---|---|
committer | Steven Silvester | 2014-08-09 07:35:45 -0500 |
commit | 1b464668edaf8e5d60c9e8e2e1eb963caab4bf43 (patch) | |
tree | 10085c6043dc7f2e67ca68dc7840cede50082576 /README.rst | |
parent | 79ed6181e1b61fc4397511b7beb3f1968d82df7c (diff) | |
download | scilab_kernel-1b464668edaf8e5d60c9e8e2e1eb963caab4bf43.tar.gz scilab_kernel-1b464668edaf8e5d60c9e8e2e1eb963caab4bf43.tar.bz2 scilab_kernel-1b464668edaf8e5d60c9e8e2e1eb963caab4bf43.zip |
Port from octave to scilab
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ -A simple IPython kernel for Octave +A simple IPython kernel for Scilab -This requires IPython 3, which is not yet released, and `oct2py <http://pypi.python.org/pypi/oct2py>`_. +This requires IPython 3, which is not yet released, and `scilab2py <http://pypi.python.org/pypi/scilab2py>`_. To test it, install with ``setup.py``, then:: - ipython qtconsole --kernel octave + ipython qtconsole --kernel scilab It supports command history, calltips, the ``?`` help magic, and completion. |