Skip to content

Instantly share code, notes, and snippets.

@jbusecke
Created October 29, 2020 15:08
Show Gist options
  • Save jbusecke/7b3de9410db00176fef915c4b4758841 to your computer and use it in GitHub Desktop.
Save jbusecke/7b3de9410db00176fef915c4b4758841 to your computer and use it in GitHub Desktop.
Pangeo Blog 2
from dask.distributed import Client, progress
from dask_gateway import Gateway
gateway = Gateway()
cluster = gateway.new_cluster()
cluster.adapt(minimum=2, maximum=12)
cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment