IPython Documentation

Table Of Contents

Previous topic

nbformat.v3.rwbase

Next topic

parallel.apps.baseapp

This Page

parallel

Module: parallel

The IPython ZMQ-based parallel computing interface.

Authors:

  • MinRK
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.