You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
A proposal for a quick fix to issue #15 |
11 years ago | |
|---|---|---|
| bash_kernel | 11 years ago | |
| .gitignore | 12 years ago | |
| MANIFEST.in | 12 years ago | |
| README.rst | 11 years ago | |
| setup.py | 11 years ago | |
README.rst
A simple IPython kernel for bash
This requires IPython 3.
To test it, install with ``setup.py``, then::
ipython qtconsole --kernel bash
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>`_