-
Notifications
You must be signed in to change notification settings - Fork 217
Dask
Harald Schilly edited this page Nov 30, 2018
·
14 revisions
Notes about running a small Dask/Distributed cluster in a single CoCalc project for prototyping and educational use.
-
Create a terminal, e.g.
dask.term
-
Use the split buttons at the top right to split it horizontally and vertically into 4 panels.
-
Start the Scheduler in the first terminal panel
dask-scheduler
-
Start three works in the other 3 panels
dask-worker tcp://192.168.62.218:8786 --nthreads 1 --nprocs 1 --memory-limit 300M
...
This Wiki is for CoCalc.com.
A more structured documentation is the CoCalc User Manual.
For further questions, please contact us.