From 43ce662a91b638e2c30cec2745911f5a3ce98cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katharina=20H=C3=B6flich?= Date: Tue, 5 May 2020 12:54:46 +0200 Subject: [PATCH] Undo changes here... --- job-scripts/nesh-linux-cluster-jupyterlab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job-scripts/nesh-linux-cluster-jupyterlab.sh b/job-scripts/nesh-linux-cluster-jupyterlab.sh index b0d8e77..4036dbc 100755 --- a/job-scripts/nesh-linux-cluster-jupyterlab.sh +++ b/job-scripts/nesh-linux-cluster-jupyterlab.sh @@ -44,6 +44,6 @@ else # eval "$(conda shell.bash hook)" # properly initialise non-interactive shells conda activate base && \ - jupyter lab --ip=hostname --no-browser + jupyter lab --ip=$(hostname) --no-browser fi -- GitLab