[IPython-dev] Making small kernels just got easier

Martin Gadbois mgadbois at gmail.com
Tue Jul 1 22:01:56 EDT 2014


What I was waiting for... thanks!



On Tue, Jul 1, 2014 at 9:22 PM, Thomas Kluyver <takowl at gmail.com> wrote:

> We just merged a PR that makes it much simpler to write wrapper kernels in
> Python for other languages. Simply subclass a class in IPython, and define
> a few methods and attributes, as described here:
> http://ipython.org/ipython-doc/dev/development/wrapperkernels.html
>
> For instance, I've just written a kernel for bash (no completion, but it
> can run commands):
> https://github.com/takluyver/bash_kernel
>
> To try this out, get the latest IPython development version, then pip
> install bash_kernel. Run ipython qtconsole --kernel bash to start it.
>
> Best wishes,
> Thomas
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>


-- 
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140701/66de9b3f/attachment.html>


More information about the IPython-dev mailing list