We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db995d9 commit 1470d2dCopy full SHA for 1470d2d
binder/start
@@ -2,6 +2,7 @@
2
3
# Replace DASK_DASHBOARD_URL with the proxy location
4
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"
6
7
# Import the workspace
8
jupyter lab workspaces import binder/jupyterlab-workspace.json
0 commit comments