8. Conclusion
Congratulations!
In this tutorial, you have:
- Understood what Dask clusters are.
- Created a Dask cluster, utilising the same Conda environment as your notebook.
- Started the Dask client in a notebook.
- Accessed the Dask dashboard.
- Performed a Dask calculation.
- Deleted the Dask cluster.
It is also possible to access the Data Store from your Dask cluster, just as you would from your notebook; and to create a 'vanilla' Dask cluster, that doesn't require a pre-existing Conda environment.
Where next?
You may want to consider these next steps:
- To learn more about Dask, visit https://docs.dask.org/en/latest/.
- To learn more about Conda package management, visit Managing packages within Conda.