##// END OF EJS Templates
Actually run some tests....
Actually run some tests. The ipdoctest was relying on the side-effects of applying `map()` which is lazy since Python3. Moving to an actual for loop. Closes #11276

File last commit:

r21389:085662f6
r24503:0f7f2624
Show More
index.rst
9 lines | 230 B | text/x-rst | RstLexer
Thomas Kluyver
Remove ipyparallel docs...
r21389 :orphan:
MinRK
remove IPython.kernel scripts and put migration notice in docs....
r3520 .. _parallel_index:
====================================
Using IPython for parallel computing
====================================
Min RK
ipython_parallel is now ipyparallel
r21326 IPython.parallel has moved to `ipyparallel <https://github.com/ipython/ipyparallel>`_.