Deploy plotly dash dashboard on a different windows server

帅比萌擦擦* 提交于 2021-02-11 14:50:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!