So for some reason unknown to me, the dropdown menu shows up empty. I have no idea what is going on. I’ve tried in different browsers (chrome,firefox,Pale) According to the the documentation I should have an issue, but yet. Any advice would be appreciated.
What version of all of your Dash libraries are you using (dash, dash-renderer, dash-core-components, dash-html-components, plotly)? You can use pip listto figure it out
How are you starting Dash? Command line? iPython? etc…
i’m using the following Dash libraries:
dash 1.0.0
dash-core-components 1.0.0
dash-daq 0.1.0
dash-html-components 1.0.0
dash-renderer 1.0.0
dash-table 4.0.0
I’m starting dash in an anaconda environment using either jupyter notebook and jupyter labs.
when I run app.run_server(debug=True) the pages never loads the page for any of my Dash projects (3 hours waiting so far) so I just run app.run_server().
I resolved the issue by…well i made a new environment and deleted old one and it was fine. Still no idea why it happened.