eriknw / afar

Run code on a Dask cluster via a context manager or IPython magic
Other
30 stars 0 forks source link

Option to not return Futures #1

Closed eriknw closed 3 years ago

eriknw commented 3 years ago

with afar.run, remotely: creates Futures at the end of the context.

Is there a nice way to specify to run the code on a dask worker, and then copy the results locally? In other words, the result is future.result() instead of future.

Options:

What's the most clear?

eriknw commented 3 years ago

Decided to go with afar.get for now.