在不同的 Windows 服务器上部署 plotly dash 仪表板
Posted
技术标签:
【中文标题】在不同的 Windows 服务器上部署 plotly dash 仪表板【英文标题】:Deploy plotly dash dashboard on a different windows server 【发布时间】:2020-08-22 09:50:42 【问题描述】:想知道,是否可以在不同的 Windows 服务器上部署 Plotly Dash App 仪表板? 那么用户可以通过服务器IP访问吗?
谢谢
【问题讨论】:
【参考方案1】:是的,您可以为 Werkzeug 服务器指定参数:
app.run_server(host="<ipaddress>")
如果你在谈论部署,虽然我会考虑使用 Waitress、Gunicorn 或 uWSGI(一些讨论 here)
【讨论】:
【参考方案2】:是的,您可以在 windows 服务器上部署 Dash 仪表板,但您必须使用 WSGI 文件将 Dash 仪表板嵌入到 Flask Web 框架中。
【讨论】:
这没有提供问题的答案。一旦你有足够的reputation,你就可以comment on any post;相反,provide answers that don't require clarification from the asker。 - From Review以上是关于在不同的 Windows 服务器上部署 plotly dash 仪表板的主要内容,如果未能解决你的问题,请参考以下文章
在Linux上搭建Samba服务器,用于与Windows之间的跨平台文件共享