Voila start

jupyter
server 2020-02-21 21:42:26 -07:00
parent 2374027930
commit ae9e298a8b
1 changed files with 16 additions and 0 deletions

View File

@ -170,3 +170,19 @@ SSLCertificateKeyFile /etc/letsencrypt/live/wut.spacecruft.org/privkey.pem
</VirtualHost>
```
## Voila Start
Start with `voila` something like this:
```
voila \
--ExecutePreprocessor.timeout=600 \
--no-browser \
--port=8221 \
--theme=dark \
--autoreload=True \
--template=default \
--Voila.ip=localhost \
--VoilaConfiguration.enable_nbextensions=False \
karoo_gp.ipynb
```