Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does it require eveyone to have a gmail account to run a colab notebook?

We are planning a lecture series of machine learning and is trying to show some easy examples using Google Colab. However, some of the target audience is not that familiar computer or programming stuff, and we want to make it as easy as possible.

I'm wondering is it a must for everyone to have a Gmail account to view the examples in Colab? Or is there anything similar to using a 'group access' that we can set up a guest account?

Thank you very much!

like image 423
胡思宇 Avatar asked Oct 17 '25 17:10

胡思宇


1 Answers

Users can view notebooks shared publicly without sign-in.

In order to execute code, a Google account sign-in is required. Instructions to create an account are here.

like image 146
Bob Smith Avatar answered Oct 21 '25 09:10

Bob Smith