eriknw / afar

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

Set `pure=False` when submitting our magic code. #9

Closed eriknw closed 3 years ago

eriknw commented 3 years ago

We don't know whether it's pure or not, so let's assume it's not.

I'm not sure whether this is strictly necessary or helps anywhere. Seems like maybe an okay idea to do.