3

Is there a way to check how many people are using google colab at the same time you are?

I tried to look up via google and other sources and couldn't find any concrete information regarding the number of Users using the GPU at once.

Jeff
  • 41
  • 1
  • 2

1 Answers1

2

No, there's no way to view overall Colab usage.

You could add analytics reporting to individual notebooks using Python APIs like this one: https://developers.google.com/analytics/devguides/reporting/core/v4/quickstart/service-py

But, that would only report usage for users of a given notebook who execute code rather than users of Colab overall.

Bob Smith
  • 36,107
  • 11
  • 98
  • 91