标签: python plotly plotly-dash
我已经在Plotly中创建了3D图形,并将其另存为html,如下所示:
plotly.offline.plot(fig, filename='3D.html')
我也在Dash中创建了一个仪表板,但是我的问题是如何在仪表板上添加“ 3D.html”? (3D.html保存在本地)
答案 0 :(得分:1)
解决方案是使用
html.div([ html.Iframe(src.get_asset_url("plotly3D.html)])