Skip to content

Commit 1470d2d

Browse files
Fix Dask Dashboard link (#260)
1 parent db995d9 commit 1470d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binder/start

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Replace DASK_DASHBOARD_URL with the proxy location
44
sed -i -e "s|DASK_DASHBOARD_URL|/user/${JUPYTERHUB_USER}/proxy/8787|g" binder/jupyterlab-workspace.json
5+
export DASK_DISTRIBUTED__DASHBOARD__LINK="${JUPYTERHUB_SERVICE_PREFIX}proxy/{port}/status"
56

67
# Import the workspace
78
jupyter lab workspaces import binder/jupyterlab-workspace.json

0 commit comments

Comments
 (0)