dask-ssh
Dask Distributed computing for Python 3
Install
- All systems
-
curl cmd.cat/dask-ssh.sh
- Debian
-
apt-get install python3-distributed
- Ubuntu
-
apt-get install python3-distributed
- Kali Linux
-
apt-get install python3-distributed
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-distributed
- Dockerfile
- dockerfile.run/dask-ssh
python3-distributed
Dask Distributed computing for Python 3
Dask.distributed is a lightweight library for distributed computing in Python. It extends both the concurrent.futures and dask APIs to moderate sized clusters. This contains the Python 3 version