From 8daeeb294f64afad8e2bd46e49c63c1f8e70eadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20K=C3=B6th?= Date: Wed, 7 Sep 2016 16:54:58 +0200 Subject: [PATCH] avoid creation of intermediate shell in start-notebook.sh --- base-notebook/start-notebook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/start-notebook.sh b/base-notebook/start-notebook.sh index ecf560f5..d0e693e1 100755 --- a/base-notebook/start-notebook.sh +++ b/base-notebook/start-notebook.sh @@ -4,4 +4,4 @@ set -e -start.sh jupyter notebook $* +. /usr/local/bin/start.sh jupyter notebook $*