I have built a webapp which runs like so:
pywebio.start_server(app, port=8080, debug=True)
But when I run the code, it does not automatically open the app in the browser; I need to manually type the address in the browser and run it.
Also, when I change my code while the app is running, it does not auto-refresh the webpage, and I need to refresh it manually.
Is there a way to do these already? If not, it would be a nice thing to add.