mention how to proxy dashbord link in README
Open
- Dominant language
- TypeScript
- Stars
- 329
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
It took a lot of digging to find out how to connect to a dashboard on a remote machine/ jupyterhub instance. Finally I found: https://jobqueue.dask.org/en/latest/interactive.html#configuration and it works well. Could we link to this in the README?
That is the recommended way to connect to a dashboard via jupyterhub? How would a sysadmin best set that up for all users?
```bash
DASK_DISTRIBUTED__DASHBOARD__LINK="/user/{JUPYTERHUB_USER}/proxy/{port}/status"
```
before starting jupyterhub?
Contributor guide
Assessment
This issue has not been assessed yet.