You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Jupyter in a remote server, with TLS certificates, so my Jupyter notebooks are available at https://[my website]. I've also installed Voila in that remote Jupyter instance. When I launch Voila from the Jupyter terminal, I am then able to access the Voila dashboards at http://[my website]:8866.
Is there any way to enforce the same TLS certificate at the Voila dashboards endpoint as well?
The text was updated successfully, but these errors were encountered:
Yes. First enable the Jupyter Notebook voila extension with jupyter serverextension enable voila --sys-prefix
Then you are able to access the voila representation at https://[your website]/voila
I'm running Jupyter in a remote server, with TLS certificates, so my Jupyter notebooks are available at https://[my website]. I've also installed Voila in that remote Jupyter instance. When I launch Voila from the Jupyter terminal, I am then able to access the Voila dashboards at http://[my website]:8866.
Is there any way to enforce the same TLS certificate at the Voila dashboards endpoint as well?
The text was updated successfully, but these errors were encountered: