Hi there,
I have appreciated using the client dashboard on a local computer. But after having installed dask and distributed in a jupyterhub server it seems very hard to get to know the real dashboard url. I was wondering if installing dask jupyterlab extension would help also in jupyterhub for retrieving the client dashboardurl?
I have been trying the folliwing plus more, but no success in opening the dashboard in the jupyterhub yet I am afraid:
import dask
import os
JUPYTERHUB_SERVICE_PREFIX = os.environ['JUPYTERHUB_SERVICE_PREFIX'].rstrip('/')
dask.config.config.get('distributed').get('dashboard').update({'link':f'{JUPYTERHUB_SERVICE_PREFIX}/proxy/{{port}}/status'})
client.dashboard_link