Metadata-Version: 2.0
Name: octave-kernel
Version: 0.7
Summary: An Octave kernel for IPython
Home-page: https://github.com/blink1073/octave_kernel
Author: Steven Silvester
Author-email: steven.silvester@ieee.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Shells
Requires-Dist: oct2py (>=2.1)
Requires-Dist: IPython (>=3.0)

A simple IPython kernel for Octave

This requires IPython 3, which is not yet released, and `oct2py <http://pypi.python.org/pypi/oct2py>`_.

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

    ipython qtconsole --kernel octave

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

For details of how this works, see IPython's docs on `wrapper kernels
<http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_.


