Skip to content

Instantly share code, notes, and snippets.

@rikturr
Created July 21, 2020 14:34
Show Gist options
  • Save rikturr/ac7f5c6dfae810497897ef34b2d67aa6 to your computer and use it in GitHub Desktop.
Save rikturr/ac7f5c6dfae810497897ef34b2d67aa6 to your computer and use it in GitHub Desktop.
init dask
from dask.distributed import Client
from dask_saturn import SaturnCluster
cluster = SaturnCluster(n_workers=20)
client = Client(cluster)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment