diff --git a/docs/README-voila.md b/docs/README-voila.md index 9ca5f21..9683bbe 100644 --- a/docs/README-voila.md +++ b/docs/README-voila.md @@ -25,7 +25,8 @@ sudo su - wut pip3 install --user --upgrade -r requirements-voila.txt # Enable Jupyter extensions jupyter nbextension enable --py widgetsnbextension -jupyter labextension install @jupyter-widgets/jupyterlab-manager +#jupyter labextension install @jupyter-widgets/jupyterlab-manager +#jupyter serverextension enable --py jupyterlab --user ``` * Set up hosts file, network, etc. @@ -40,13 +41,15 @@ voila \ --ExecutePreprocessor.timeout=600 \ --no-browser \ --port=8867 \ - --theme=dark \ --autoreload=True \ - --template=default \ --Voila.ip=localhost \ --VoilaConfiguration.enable_nbextensions=False \ wut-web.ipynb \ 1>>~/log/voila.log 2>>~/log/voila.err & + +# Need to install more for + --theme=dark \ + --template=default \ ```