Skip to content

Commit 8dcf4df

Browse files
authored
Configure dashboard to display proxied link (#195)
This is helpful for binder, where the default localhost link doesn't work. (File copied from github.com/dask/dask-examples.)
1 parent 689b182 commit 8dcf4df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.dask/config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
distributed:
2+
logging:
3+
bokeh: critical
4+
5+
dashboard:
6+
link: "{JUPYTERHUB_BASE_URL}user/{JUPYTERHUB_USER}/proxy/{port}/status"
7+
8+
admin:
9+
tick:
10+
limit: 5s

0 commit comments

Comments
 (0)