You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
The first time I run
app.run_server(), it works fine and I am able to view the page.However, hot reload doesn't work. I'm not sure of the expected behaviour so I tried the following:
app.run_server()call. This causes the cell to run forever, with no changes on the page.I've observed the same behaviour on both VSCode notebooks and JupyterLab.