Thanks for the fix @willirath. Can see the PR here: https://github.com/raybellwaves/dask-sql-binder/pull/5
FYI. @willirath added the .dask/config.yaml file as
distributed:
dashboard:
link: “{JUPYTERHUB_BASE_URL}user/{JUPYTERHUB_USER}/proxy/{port}/status”
and updated
sed -i -e "s|DASK_DASHBOARD_URL|/user/${JUPYTERHUB_USER}/proxy/8787|g" binder/jupyterlab-workspace.json
to
sed -i -e "s|DASK_DASHBOARD_URL|${JUPYTERHUB_BASE_URL}user/${JUPYTERHUB_USER}/proxy/8787/status|g" binder/jupyterlab-workspace.json