mention how to proxy dashbord link in README
See original GitHub issueIt 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?
DASK_DISTRIBUTED__DASHBOARD__LINK="/user/{JUPYTERHUB_USER}/proxy/{port}/status"
before starting jupyterhub?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Proxying the dashboard on a sub path broken #5017 - GitHub
Deploy the dashboard and expose it with an nginx that proxies to that dashboard on a sub path, so that the dashboard can...
Read more >Link to Pages - ReadMe Documentation
To create a link between pages, start by typing [ and a scrollable menu of available pages to link to will appear. As...
Read more >Fix gadget titles showing as __MSG_gadget in Jira server
STATUS; There are application links configured in Jira but they seem to be having some issue; Outbound proxy is configured and Base URL...
Read more >npm Registry - JFrog - JFrog Documentation
The ability to access multiple npm registries from a single URL by ... To define a remote repository to proxy a remote npm...
Read more >DNXLabs/eks-dashboard/aws | Terraform Registry
Terraform module for deploying kubernetes-dashboard inside a pre-existing EKS ... -dashboard/services/https:kubernetes-dashboard:https/proxy ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is even better since it will take care of everything in front of
/user
, if any.Example on my system:
I think I had issues with this because I had an old config file around - now it seems to work without setting the environment variable.