We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24678d7 commit 3fa3ecdCopy full SHA for 3fa3ecd
06_distributed_advanced.ipynb
@@ -28,7 +28,7 @@
28
"outputs": [],
29
"source": [
30
"from dask.distributed import Client\n",
31
- "c = Client()\n",
+ "c = Client(n_workers=4)\n",
32
"c.cluster"
33
]
34
},
0 commit comments