Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
executable file 9 lines (6 sloc) 140 Bytes
#!/bin/bash
set -e
source ./env.sh
OPTIONS="--debug --port 8000 --log-file=jupyterhub.log --no-ssl"
source ./clean.sh
jupyterhub $OPTIONS