Skip to content

Instantly share code, notes, and snippets.

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