ipython/ipyparallel
IPython Parallel: Interactive Parallel Computing in Python observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4164
- days_rel: n/a
- days_push: 21
- n_releases_24m: 0
Adoption not part of the score
2647 stars · 1008 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
IPython Parallel is a Python package and set of CLI scripts for controlling clusters of IPython engine processes, built on the Jupyter protocol. It enables interactive parallel computing from Python or Jupyter notebooks, with tools like ipcluster, ipcontroller, and ipengine.
Use cases
- run a function across multiple Python processes in parallel
- start and manage a cluster of IPython engines
- execute parallel map operations from a Jupyter notebook
- distribute computation across machines on a network
- interactively parallelize data processing workloads
When to choose
- you want interactive parallel computing tightly integrated with Jupyter/IPython
- you need to control a cluster of Python engines from a REPL or notebook
- you want simple async/parallel map over many tasks
When to avoid
- you need heavy-duty distributed job scheduling like SLURM or Dask's full ecosystem
- you need GPU or multi-node orchestration beyond Python engine processes
- you want a non-interactive batch HPC scheduler
Facets
library · maturity active
concurrency developer-tools cli developer-tools microservices data-science python cli cross-platform parallel-computing jupyter ipython cluster-computing distributed-execution
1 source
- readme: https://github.com/ipython/ipyparallel · fetched 2026-08-28 · a82c4986bf38
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ipython/ipyparallel | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="ipython/ipyparallel")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem