Interactive Parallel Computing with IPython
Project description
# 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`:
```python
c.NotebookApp.server_extensions.append('ipyparallel.nbextension')
```
## Run
Start a cluster:
ipcluster start
Use it from Python:
```python
import os
import ipyparallel as ipp
rc = ipp.Client()
ar = rc[:].apply_async(os.getpid)
pid_map = ar.get_dict()
```
See [the docs](https://ipyparallel.readthedocs.org) for more info.
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`:
```python
c.NotebookApp.server_extensions.append('ipyparallel.nbextension')
```
## Run
Start a cluster:
ipcluster start
Use it from Python:
```python
import os
import ipyparallel as ipp
rc = ipp.Client()
ar = rc[:].apply_async(os.getpid)
pid_map = ar.get_dict()
```
See [the docs](https://ipyparallel.readthedocs.org) for more info.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
ipyparallel-4.0.0.zip
(2.3 MB
view details)
ipyparallel-4.0.0.tar.gz
(2.3 MB
view details)
Built Distribution
File details
Details for the file ipyparallel-4.0.0.zip
.
File metadata
- Download URL: ipyparallel-4.0.0.zip
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f9a5aec436894e5f13d73507ad8efb3a030a7714fbd7618aa6213530a46516e4
|
|
MD5 |
d1fea453add2a71aac2a2732d0657c76
|
|
BLAKE2b-256 |
c2ed2c316e4fa6c21a1f51fe73bf4af7557b0f614abb26f9db5cffda298e6e67
|
File details
Details for the file ipyparallel-4.0.0.tar.gz
.
File metadata
- Download URL: ipyparallel-4.0.0.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cf4aae8d5c84becbe5bbda7791017f242efc2e017e9a9d54ac1ee4d73c707618
|
|
MD5 |
ad4e5a3d34ede6a9be11fa66db8d80be
|
|
BLAKE2b-256 |
02dd865a95c1868ed561fdab5cca1a83ee086f0b90570d9408ace2675b7d3f1b
|
File details
Details for the file ipyparallel-4.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: ipyparallel-4.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 165.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7a95a46c1cc55e84028e1b90ea869b2a98ec4955507e7592b18ea9529fe7f803
|
|
MD5 |
d07a9da00014c49055bf236cc7b52e04
|
|
BLAKE2b-256 |
19942baea3fa7c470fff4b03ccf6caca7cff0f0560521eca85cc270dbe26e3b4
|