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.
2 parents cc9235b + 0c60cdd commit 0f8f4d6Copy full SHA for 0f8f4d6
03_array.ipynb
@@ -67,7 +67,7 @@
67
"source": [
68
"from dask.distributed import Client\n",
69
"\n",
70
- "client = Client(n_workers=4, processes=False)"
+ "client = Client(n_workers=4)"
71
]
72
},
73
{
README.md
@@ -81,6 +81,10 @@ From the repo directory
81
82
jupyter notebook
83
84
+Or
85
+
86
+ jupyter lab
87
88
This was already done for method c) and does not need repeating.
89
90
## Links
0 commit comments