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: 1. Reload cells with the code changes. No effect. 2. Rerun the `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.
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.