Metadata-Version: 2.4
Name: ipcmagic-cscs
Version: 1.2.0
Summary: IPyParallel magics for Jupyter notebooks
Home-page: https://github.com/eth-cscs/ipcluster_magic
License: BSD 3-Clause
Description-Content-Type: text/markdown
Requires-Dist: ipython>=6.3.0
Requires-Dist: docopt>=0.6.2
Requires-Dist: ipyparallel>=8.2.1
Provides-Extra: dask
Requires-Dist: dask[complete]>=2022.05.0; extra == "dask"
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# IPyCluster Magics

Magic commands to support running MPI python code as well as multi-node Dask workloads on Jupyter notebooks.

## Installation
This package is called `ipcmagic-cscs` in [PyPI](https://pypi.org/project/ipcmagic-cscs). It can be installed with
```bash
pip install ipcmagic-cscs[dask]
```
This installs all `ipcmagic-cscs` dependencies including Dask (`dask[complete]`).

If the Dask support is not needed, `ipcmagic-cscs` can be installed with
```bash
pip install ipcmagic-cscs
```
which doesn't include the installation of Dask and it's dependencies.

## Usage
See examples [here](https://github.com/eth-cscs/ipcluster_magic/tree/master/examples).
