Dash server not updating with change in code!

Dash server is not updating when I make changes in the script and run it. There are instances of people having similar issues but I couldn’t find any working solution.

dash==1.7.0
Atom IDE using the virtual environment.

I don’t have any other instance of the Atom open. When the system is restarted, it does change the dashboard but that happened just once after restarting.

Appreciate any help.

Hello

I think you Need to put in

app.run_server(debug=True)

the debug = True

Best,
Matthias

1 Like