[IPython-dev] Parallel support for external wrapperkernels in master?

Doug Blank doug.blank at gmail.com
Tue Sep 9 14:23:55 EDT 2014


Just wondering if parallel support for external kernels (based on
wrapperkernel) is working in master yet, or planned to work soon?

Testing:

Step 1: start a cluster via dashboard of "calico_scheme_kernel".

Step 2:

from IPython.parallel import Client
client =
Client("/home/dblank/.ipython/profile_calico_scheme_kernel/security/ipcontroller-client.json",
                "profile_calico_scheme_kernel")
view = client[:]
print view['1/1.0']

which results in answers given by Python, rather than my kernel. Am I doing
this correctly?

Thanks!

-Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140909/6c6123c6/attachment.html>


More information about the IPython-dev mailing list