Is there a way to set the multiprocessing method from Python? I do not see a method in the Client()
API docs of Dask.distributed that indicates how to set this property.
Update:
For example, is there:
client = Client(multiprocessing='fork')
or
client = Client(multiprocessing='spawn')
?