为什么 python 代码中的 dash-app 不起作用?

Why is the dash-app in python code not working?

提问人:Amelie 提问时间:11/9/2023 更新时间:11/9/2023 访问量:32

问:

我在我的代码中使用破折号、破折号传单来做绘图,但生成的网站不仅适用于我的计算机。它对我的其他同事有用。我不知道要做什么样的改进。当我使用

simple_plotly

,可以在我的浏览器中自动看到该图。

我正在使用 Python 3.11.6。和浏览器作为 MS Edge。我还尝试使用其他浏览器(例如 firefox 和 chrome)运行该网站,但它不起作用。

请帮我解决这个问题。

    import dash
    import dash_leaflet as dl
    from dash import html
    import dash.dependencies
    import dash_bootstrap_components as dbc

我收到了很多 FutureWarning,但我没有收到任何错误。

这是输出

Dash is running on http://127.0.0.1:8063/
 * Serving Flask app 'plot_with_colormaps'
 * Debug mode: on
python plot plotly-dash dash-leaflet

评论

0赞 Community 11/10/2023
请提供足够的代码,以便其他人可以更好地理解或重现问题。

答: 暂无答案