dask / dask-tutorial

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

Delayed uses multi-threaded scheduler by default #180

Closed jrbourbeau closed 4 years ago

jrbourbeau commented 4 years ago

This PR updates a comment in the delayed notebook to indicate that dask.delayed uses the multi-threading scheduler by default (xref https://github.com/dask/dask/blob/7d09b9e505a2686d425b5fa240526583a250e62a/dask/delayed.py#L492)

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

jrbourbeau commented 4 years ago

Thanks for reviewing @mmccarty!