From ae9e298a8bc96d617d1212f3d201a7914fbd21ef Mon Sep 17 00:00:00 2001 From: server Date: Fri, 21 Feb 2020 21:42:26 -0700 Subject: [PATCH] Voila start --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1afd081..7392d52 100644 --- a/README.md +++ b/README.md @@ -170,3 +170,19 @@ SSLCertificateKeyFile /etc/letsencrypt/live/wut.spacecruft.org/privkey.pem ``` +## 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 +``` +