dask-remote
Dask Distributed computing for Python 3
Install
- All systems
-
curl cmd.cat/dask-remote.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 updatesudo apt-get install python3-distributed
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