What is the difference between local runtime and hosted runtime in Google Colab?
Hosted Runtime runs on a new machine instance in Google Cloud. You don’t need to set-up any hardware. But you may need to install a few libraries every time you use it. Local Runtime runs on your machine at home. You need to install Python, Jupyter, and set-up some forwarding. It is useful if you … Read more