We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653bf06 commit 971eb1bCopy full SHA for 971eb1b
notebook/deploy/start.sh
@@ -6,7 +6,7 @@ if [ ! -d "$LOG_DIR" ]; then
6
mkdir $LOG_DIR
7
fi
8
9
-nohup jupyter notebook 1>$LOG_DIR/notebook.out 2>&1 & echo $! > $BASE_DIR/run.pid
+jupyter notebook 1>$LOG_DIR/notebook.out 2>&1 & echo $! > $BASE_DIR/run.pid
10
11
if [ $? -eq 0 ]; then
12
# list running notebook (just for info)
0 commit comments