IPython Documentation

Table Of Contents

Previous topic

Module: nbformat.v3.validator

Next topic

Module: parallel.apps.baseapp

This Page

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:

  • MinRK

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.