Intro to Dask Notebook and resources for an introductory lecture to Dask Build docker-compose build Start docker-compose up -d Use A notebook will be available on the port 8888 of your localhost Add workers docker-compose scale worker=4 Stop docker-compose down