dask / dask-tutorial

Dask tutorial
https://tutorial.dask.org
BSD 3-Clause "New" or "Revised" License
1.83k stars 702 forks source link

Bump `dask` and `distributed` versions #219

Closed jrbourbeau closed 2 years ago

jrbourbeau commented 3 years ago

This PR updates dask and distributed to a more recent release (2.20.0 is over a year old at this point). The main benefit that comes to mind for the notebooks here are improved HTML reprs.

Note, 2021.08.0 was only released three days ago. If that's too recent, we can go with 2021.07.2 instead

cjauvin commented 3 years ago

I am trying to run the tutorial in a conda env created from the current master and I get TypeError: should_run_async() got an unexpected keyword argument 'transformed_cell' errors, which I vaguely understand are related to the version of Jupyter Lab.

jacobtomlinson commented 2 years ago

@cjauvin I'm not sure that is related to this PR. Please open a new issue if you are still experiencing this.