Skip to content

Commit 0c60cdd

Browse files
committed
Fix Remove processes=False for Client
1 parent 64e2a5c commit 0c60cdd

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
@@ -77,6 +77,10 @@ From the repo directory
7777

7878
jupyter notebook
7979

80+
Or
81+
82+
jupyter lab
83+
8084
This was already done for method c) and does not need repeating.
8185

8286
## Links

0 commit comments

Comments
 (0)