In [1]:
# see http://distributed.readthedocs.io/en/latest/local-cluster.html
from dask.distributed import Client
client = Client()
client


Out[1]:

Client

Cluster

  • Workers: 32
  • Cores: 32
  • Memory: 126.75 GB

In [ ]: