Skip to main content

Interactive Parallel Computing with IPython

IPython Parallel (ipyparallel) is a Python package and collection of CLI scripts for controlling clusters of IPython processes, built on the Jupyter protocol.

IPython Parallel provides the following commands:

  • ipcluster - start/stop/list clusters
  • ipcontroller - start a controller
  • ipengine - start an engine

Install

Install IPython Parallel:

pip install ipyparallel

This will install and enable the IPython Parallel extensions for Jupyter Notebook and (as of 7.0) Jupyter Lab 3.0.

Run

Start a cluster:

ipcluster start

Use it from Python:

import os
import ipyparallel as ipp

cluster = ipp.Cluster(n=4)
with cluster as rc:
    ar = rc[:].apply_async(os.getpid)
    pid_map = ar.get_dict()

See the docs for more info.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipyparallel-8.5.0.tar.gz (6.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ipyparallel-8.5.0-py3-none-any.whl (297.7 kB view details)

Uploaded Python 3

File details

Details for the file ipyparallel-8.5.0.tar.gz.

File metadata

  • Download URL: ipyparallel-8.5.0.tar.gz
  • Upload date:
  • Size: 6.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for ipyparallel-8.5.0.tar.gz
Algorithm Hash digest
SHA256 913e73d32902261e134cf2262a24a0872b947c2aecf0a11cd650458b23068544
MD5 7ec27e72c7d089f19da8c1892f54e188
BLAKE2b-256 06ab68092024e9e1a002936a263e57203b2e6bab2a5615851c6052f854a5bbd0

See more details on using hashes here.

File details

Details for the file ipyparallel-8.5.0-py3-none-any.whl.

File metadata

  • Download URL: ipyparallel-8.5.0-py3-none-any.whl
  • Upload date:
  • Size: 297.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for ipyparallel-8.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 296ebefe8a3d60e2efc59670d3a62f1488c4094df60cde1101ffbd880cca5a99
MD5 158e26dfb23a7a488409821c254dd639
BLAKE2b-256 973a154be475a96ca40c0fce2291279cec49e01e36c2ef544ebe68b61835a5c1

See more details on using hashes here.

Release history Release notifications | RSS feed

9.2.0

2 files

9.1.0

2 files

9.0.2

2 files

9.0.1

2 files

9.0.0

2 files

8.8.0

2 files

8.7.0

2 files

8.6.1

2 files

8.6.0

2 files

8.5.1

2 files

This release

8.5.0 This release

2 files

8.4.1

2 files

8.4.0

2 files

8.3.0

2 files

8.2.1

2 files

8.2.0

2 files

8.1.0

2 files

8.0.0

2 files

7.1.0

2 files

7.0.1

2 files

7.0.0

2 files

6.3.0

2 files

6.2.5

2 files

6.2.4

2 files

6.2.3

2 files

6.2.2

2 files

6.2.1

2 files

6.2.0

2 files

6.1.1

2 files

6.1.0

2 files

6.0.2

2 files

6.0.1

2 files

6.0.0

2 files

5.2.0

3 files

5.1.1

3 files

5.1.0

3 files

5.0.1

2 files

5.0.0

3 files

4.1.0

3 files

4.0.2

3 files

4.0.1

3 files

4.0.0

3 files

2.0.0rc1

2 files

0.0.0

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page