📣 Announcing Hot reload

Which IDEs does the hot relaod work on? I am using sypder and it’s not working.

Hi,
I have been using Dash for a while now (it’s really great :slight_smile: thanks for the hard work!) but I am now experiencing some problems with the hot reload feature. More specifically:

  • Up until dash==0.41, hot reload was almost fine (i.e. it was initially working correctly, but after the first “hot reload” it was stopping to work - see https://github.com/plotly/dash/issues/634)
  • From dash==0.42 to the current version (dash==0.43), hot reload starts submitting requests when the page is loaded, but it stops doing so as soon as the back end becomes -even just temporarily- unreachable (in my setup, this occurs every time a new version of the app is deployed). In other words, the dev_tools_hot_reload_max_retry keyword seems to be simply ignored since dash==0.42.

I face the same issue both in Chrome and in Firefox.
Any input would be really appreciated.
Cheers!

@Philippe Sorry for resurrecting this thread. When I searched hot-reload, this was what came up.

How do you add files to be watched for changes?

Its working for me I am using vscode with py 3.10 on brave browser