代碼看似沒有問題,但是在front-end 顯示"Error loading dependencies"
-
Dash作者給出的解釋
https://github.com/plotly/dash/issues/264
Error-loading-dependencies.png
最好去檢查一下你的app.layout
看有沒有類似的錯誤,比如我的問題就是,某個html.Div 的children=True
children的property 應(yīng)當(dāng)是以下:

children.png
