File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,16 @@ You are welcome to use Jupyter notebook if you prefer, but we'll be using lab in
7575
7676## Outline
7777
78- 0 . [ Overview] ( 00_overview.ipynb ) - 10 min - dask's place in the universe.
78+ 0 . [ Overview] ( 00_overview.ipynb ) - dask's place in the universe.
7979
80- 1 . [ Dataframe] ( 01_dataframe.ipynb ) - 10 min - parallelized operations on many pandas dataframes spread across your cluster.
80+ 1 . [ Dataframe] ( 01_dataframe.ipynb ) - parallelized operations on many pandas dataframes spread across your cluster.
8181
82- 2 . [ Array] ( 02_array.ipynb ) - 30 min - blocked numpy-like functionality with a collection of numpy arrays spread across your cluster.
82+ 2 . [ Array] ( 02_array.ipynb ) - blocked numpy-like functionality with a collection of numpy arrays spread across your cluster.
8383
84- 3 . [ Delayed] ( 03_dask.delayed.ipynb ) - 10 min - the single-function way to parallelize general python code.
84+ 3 . [ Delayed] ( 03_dask.delayed.ipynb ) - the single-function way to parallelize general python code.
8585
86- 4 . [ Deployment/Distributed] ( 04_distributed.ipynb ) - 10 min - Dask's scheduler for clusters, with details of how to view the UI.
86+ 4 . [ Deployment/Distributed] ( 04_distributed.ipynb ) - Dask's scheduler for clusters, with details of how to view the UI.
8787
88- 5 . [ Distributed Futures] ( 05_futures.ipynb ) - 10 min - non-blocking results that compute asynchronously.
88+ 5 . [ Distributed Futures] ( 05_futures.ipynb ) - non-blocking results that compute asynchronously.
8989
90- 6 . Conclusion - 10 min
90+ 6 . Conclusion
You can’t perform that action at this time.
0 commit comments