My first Datalabs Dask cluster

In this tutorial you will create a Dask cluster within Datalabs, and use it within a notebook.

A Dask cluster created this way can use the same Conda environment as your notebook, and access your project storage.

It is recommended that you should already be familiar with the material in the tutorial My first Jupyter project.

  1. What is a Dask cluster?
  2. Getting ready
  3. Create a Dask cluster
  4. Start Dask client
  5. Access Dask dashboard
  6. Perform Dask calculation
  7. Delete Dask cluster
  8. Conclusion