##// END OF EJS Templates
quiet down scheduler printing, fix dep_id check in update_dependencies
quiet down scheduler printing, fix dep_id check in update_dependencies

File last commit:

r3520:627e381c
r3563:f1b3eb23
Show More
index.txt
11 lines | 511 B | text/plain | TextLexer
MinRK
remove IPython.kernel scripts and put migration notice in docs....
r3520 .. _parallel_index:
====================================
Using IPython for parallel computing
====================================
The twisted-based :mod:`IPython.kernel` has been removed, in favor of
the new 0MQ-based :mod:`IPython.parallel`, whose merge into master is imminent.
Until that code is merged, it can be found in the `newparallel branch
<https://github.com/ipython/ipython/tree/newparallel>`_, and its draft documentation can be
found `here <http://minrk.github.com/ipython-doc/newparallel>`_.