parallel — IPython 3.2.1 documentation (original) (raw)

Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: parallel

The IPython ZMQ-based parallel computing interface.

Authors:

1 Function

IPython.parallel. bind_kernel(**kwargs)

Bind an Engine’s Kernel to be used as a full IPython kernel.

This allows a running Engine to be used simultaneously as a full IPython kernel with the QtConsole or other frontends.

This function returns immediately.