notebook.community
Edit and run
In [1]: # see http://distributed.readthedocs.io/en/latest/local-cluster.html from dask.distributed import Client client = Client() client
# see http://distributed.readthedocs.io/en/latest/local-cluster.html from dask.distributed import Client client = Client() client
Out[1]: Client Scheduler: tcp://127.0.0.1:38306 Dashboard: http://127.0.0.1:8787 Cluster Workers: 32 Cores: 32 Memory: 126.75 GB
In [ ]: