问题
Would like to find out, is it possible to deploy Plotly Dash App dashboard on a different windows server? So as users can access through the server IP?
Thanks
回答1:
Yes, you can specify arguments for the Werkzeug server:
app.run_server(host="<ipaddress>")
If you're talking about deployment though I would consider using Waitress, Gunicorn or uWSGI (some discussion here)
来源:https://stackoverflow.com/questions/61652046/deploy-plotly-dash-dashboard-on-a-different-windows-server