Skip to content

Commit 0f8f4d6

Browse files
authored
Merge pull request #187 from JimCircadian/alter-processes-false
Fix Remove processes=False for Client
2 parents cc9235b + 0c60cdd commit 0f8f4d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

03_array.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"source": [
6868
"from dask.distributed import Client\n",
6969
"\n",
70-
"client = Client(n_workers=4, processes=False)"
70+
"client = Client(n_workers=4)"
7171
]
7272
},
7373
{

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ From the repo directory
8181

8282
jupyter notebook
8383

84+
Or
85+
86+
jupyter lab
87+
8488
This was already done for method c) and does not need repeating.
8589

8690
## Links

0 commit comments

Comments
 (0)