Access Google Colab's web app from the browser Jan 17, 2023 Firstly, install localtunnel from npm (Google Colab has node and npm installed): npm install -g localtunnel Then, open the port to the internet using: lt --port {your-port-here}