diff options
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>`_. |