diff options
author | Steven Silvester | 2014-07-30 21:05:29 -0500 |
---|---|---|
committer | Steven Silvester | 2014-07-30 21:05:29 -0500 |
commit | a2b8ddddc11ef25363dc5986f0ea2546f9a9e75a (patch) | |
tree | 1d4b48e40cb78fba3436b402eee0ca0bb67a7c4c /README.rst | |
parent | 11db1d7d812d6ecbc91a8a9d7554a9f1eb7a66ba (diff) | |
download | scilab_kernel-a2b8ddddc11ef25363dc5986f0ea2546f9a9e75a.tar.gz scilab_kernel-a2b8ddddc11ef25363dc5986f0ea2546f9a9e75a.tar.bz2 scilab_kernel-a2b8ddddc11ef25363dc5986f0ea2546f9a9e75a.zip |
Initial translation from bash kernel to octave kernel
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,12 +1,10 @@ -A simple IPython kernel for bash +A simple IPython kernel for Octave This requires IPython 3, which is not yet released. To test it, install with ``setup.py``, then:: - ipython qtconsole --kernel bash + ipython qtconsole --kernel octave For details of how this works, see IPython's docs on `wrapper kernels -<http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_, and -Pexpect's docs on the `replwrap module -<http://pexpect.readthedocs.org/en/latest/api/replwrap.html>`_ +<http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_. |