google-analytics icon indicating copy to clipboard operation
google-analytics copied to clipboard

Connecting to Google Colab

Open TedTansley opened this issue 2 years ago • 0 comments

Hi,

I'm trying to get this Analytics API to load into Google's Colab

I've tried this: !pip install git+https://github.com/debrouwere/google-analytics

Which looks like it works, but when I try to import, it says it isn't there. import googleanalytics as ga

ModuleNotFoundError: No module named 'googleanalytics'

Any ideas what is happening there?

TedTansley avatar Mar 23 '23 14:03 TedTansley