diff --git a/runserver.sh b/runserver.sh deleted file mode 100755 index 3587aed6..00000000 --- a/runserver.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -# just to be extra safe, let's set PYTHONPATH from the location of this script -# so that the demo notebooks will show up nicely - -DIRNAME=$(dirname $0) -TOPLEVEL=$(cd $DIRNAME; pwd -P) - -echo Using PYTHONPATH=$TOPLEVEL - -PYTHONPATH=$TOPLEVEL jupyter notebook