Skip to content

modulexcite/ipyparallel

 
 

Repository files navigation

Interactive Parallel Computing with IPython

ipyparallel is the new home of IPython.parallel.

Install

Install ipyparallel:

pip install ipyparallel

To install the IPython Clusters tab in Jupyter Notebook, add this to your jupyter_notebook_config.py:

c.NotebookApp.server_extensions.append('ipyparallel.nbextension')

Run

Start a cluster:

ipcluster start

Use it from Python:

import os
import ipyparallel as ipp

rc = ipp.Client()
ar = rc[:].apply_async(os.getpid)
pid_map = ar.get_dict()

See the docs for more info.

About

Interactive Parallel Computing in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.7%
  • JavaScript 1.3%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy