bokeh - Dask Distributed Webpage Address from ipython -
when start client in jupyter-notebook, can address bokeh webpage (dashboard) here.
from dask.distributed import client client=client() client
i wondering way can info in ipython console? tried print(client
. didn't info. thanks.
Comments
Post a Comment