I'm doing some machine learning and data analysis on data from Google Analytics and other sources.
I've managed to deploy Cloud Datalab locally and connect to my BigQuery, however I am not sure if this is the best way to do things. I can see that just using vanilla Jupyter notebooks with Pandas I can still connect to BigQuery. Regular Jupyter has the advantage that it runs without Docker, and also has Python 3.
So I'm wondering if there's any benefit to doing this with Cloud Datalab locally besides SQL syntax highlighting? In short, are all the benefits of Cloud Datalab relevant only for cloud computing, or does it bring any advantages over Jupyter for local deployments too?
Thanks!