Reloading app in windows command line

When I’m developing a dashboard on my Macbook, I only have to hit python app.py once in terminal – after that, every time I save app.py the app reloads automatically in my browser, as long as that session is running. However, when I’m working on my employer-supplied Windows machine (ugh) I have to ctrl-c and then python app.py after every single save. Obviously there has to be a better way. Tips, anyone?

That is very odd. On my (also work supplied) Windows PC everything works fine as it should (📣 Announcing Hot reload).

Does it say anything in the command? Could you post the output of the command here?