Is there a general way to run Web Applications on Google Colab?
问题 I would like to develop web apps in Google colab. The only issue is that you need a browser connected to local host to view the web app, but Google colab doesn't have a browser inside the notebook. But it seems that there are ways around this. For example run_with_ngrok is a library for running flaks apps in colab/jupyter notebooks https://github.com/gstaff/flask-ngrok#inside-jupyter--colab-notebooks When you use it, it gives a random address , "Running on http://.ngrok.io" And somehow the