Dask Dashboard URL for LocalCluster #1572
rsignell-usgs
started this conversation in
Show and tell
Replies: 0 comments 2 replies
-
I have some code you can use to rewrite the URL that is shown to be the correct one. Let me find the snippet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
this issue has a comment that shows how you can override the link displayed by using a setting in dasks config. not sure if you can set different things for localcluster and dask-gateway though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was happy to figure out how to display the Dask Dashboard when you have a
LocalCluster
(usually used just to show how limited it is compared to the Dask Gateway cluster, but still...).Just take your username and the port number reported by
LocalCluster
and create a URL like this:https://nebari.esipfed.org/user/{user}/proxy/{port}/status
So if my username is 'rsignell-usgs' and the repoted daskboard is http://127.0.0.1:33723/status, then the link will be:
https://nebari.esipfed.org/user/rsignell-usgs/proxy/33723/status
Like this:
Beta Was this translation helpful? Give feedback.
All reactions