google-analytics
google-analytics copied to clipboard
Connecting to Google Colab
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?