pangeo-data / foss4g-2022

Pangeo tutorial at FOSS4G 2022
https://pangeo-data.github.io/foss4g-2022
Other
2 stars 9 forks source link

Reorganise chunking, review of dask_intro #62

Closed tinaok closed 2 years ago

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

annefou commented 2 years ago

@tinaok can you clean the outputs of the notebooks before we merge? thanks.

tinaok commented 2 years ago

Hi, I'm reviewing dask_introduction.ipynb, does anyone know any reference for 'It is interesting to note that at first, Dask has been created to handle data that is larger than memory, on a single computer. It then was extended with Distributed to compute data in parallel over cluster of computers.'

guillaumeeb commented 2 years ago

does anyone know any reference for 'It is interesting to note that at first, Dask has been created to handle data that is larger than memory, on a single computer. It then was extended with Distributed to compute data in parallel over cluster of computers.'

@tinaok, see https://coiled.io/blog/history-dask/