hytest-org / hytest

https://hytest-org.github.io/hytest/
22 stars 10 forks source link

Setup `dask` LocalCluster for local development #494

Closed alaws-USGS closed 1 week ago

alaws-USGS commented 1 week ago

cluster = LocalCluster() client = Client(cluster)

print(f"The link to the Dask dashboard is {client.dashboard_link}. If on HPC, this may not be available.")


- [x] Add Markdown cell that setting up a Dask cluster for other environments will be added later