Skip to main content

Interactive Parallel Computing with IPython

Reason this release was yanked:

wrong version number

Project description

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.

Project details


Download files

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

Source Distribution

ipyparallel-2.0.0rc1.tar.gz (9.2 MB view details)

Uploaded Source

Built Distribution

ipyparallel-2.0.0rc1-py3-none-any.whl (398.1 kB view details)

Uploaded Python 3

File details

Details for the file ipyparallel-2.0.0rc1.tar.gz.

File metadata

  • Download URL: ipyparallel-2.0.0rc1.tar.gz
  • Upload date:
  • Size: 9.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ipyparallel-2.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 65fec77ba27a7f4a4228dc07406d4df9c15681f12b279de3d242bcc996f90548
MD5 576364251d088b0382906b32a85ec02a
BLAKE2b-256 56a5bfcabeb1ad0b41c0d6119de7c98dddffb1492e9dfff14bb1379586ad807a

See more details on using hashes here.

File details

Details for the file ipyparallel-2.0.0rc1-py3-none-any.whl.

File metadata

  • Download URL: ipyparallel-2.0.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 398.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ipyparallel-2.0.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 c2e24c8f94a4bc44df834f32ce28d8dd2cb2e8e172be6c5bec32a4d9d678699d
MD5 4dc028eb6654944d63b07a0092d516a0
BLAKE2b-256 a1348cdb386a1f3741a5b7a2cf7f89c9527bdd2b28838499aacb7e3026b30878

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page