blob: dd8d5e6b34d2db0918125e2cbd02cdc3a62e2434 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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 octave
For details of how this works, see IPython's docs on `wrapper kernels
<http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_.
|