voila-dashboards/voila

Voila.ip option not in documentation and -h help string

Open

#447 opened on Oct 25, 2019

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Python (5,040 stars) (487 forks)batch import
documentationgood first issue

Description

Follow up from #443

Viola has an option to serve the dashboard on a public interface using the voila.ip parameter. However this is not mentioned in the documentation which only refers to serving on localhost,
It is also not referenced in the voila help string -h.. -h only refers to the port, but not the IP address.

The option should be added to the documentation and the help string.

Contributor guide