voila path

master
ml server 2020-01-21 17:26:54 -07:00
parent 7ef37b76cd
commit 19b1df04b0
1 changed files with 8 additions and 5 deletions

13
scripts/spacecruft-voila-start 100644 → 100755
View File

@ -4,19 +4,22 @@
set -x
cd /home/jebba/devel/voila/jupyter
cd /srv/satnogs/satnogs-wut/notebooks/
voila \
--debug \
--ExecutePreprocessor.timeout=600 \
--no-browser \
--port=8866 \
--theme=light \
--port=8867 \
--theme=dark \
--autoreload=True \
--template=default \
--Voila.ip=localhost \
--VoilaConfiguration.enable_nbextensions=False \
wut-web.ipynb
wut-web.ipynb \
1>>~/log/voila.log 2>>~/log/voila.err &
exit
--debug \
--strip_sources=False \
--base_url=<Unicode> (Voila.base_url)