As announced here, Dash's hot reload is supposed to be automatically activated when debug=True. However, that is not working for me. I even tried explicitly setting dev_tools_hot_reload=True.
I save the code file from the IDE but I see no changes on the web interface thereafter.
Even reloading the page makes no difference. I have to stop the server and re-run the script.
What can be the issue?
Edit
I am working with VSCode & running the script from the windows powershell (outside the VSCode terminal).
Installing a new version from conda-forge didn't work.
