/dask-intro

Notebook and resources for an introductory lecture to Dask

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

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