Search code examples
google-colaboratorylooker-studiogoogle-cloud-datalabmode-analytics

mode notebook code migration to Google Notebook


I have python code executed in Mode 'Python Notebook' and want to migrate the code to Google Cloud Platform.I am using Google Bigquery to load the data in database. I have found Google DataLab and CoLab(Colaboratory) as an best alternative.Does Jupyter Notebook perform better than these tools? But my issue is I want to migrate this code one of these tool and visualize this data in Google Data Studio.Is this Possible to visualize?


Solution

  • You can find a good explanation of Cloud Datalab and Colaboratory here.

    Jupyter Notebook allows you for visualizing data directly in the created notebook, thanks to the Python libraries. There is no need to use Data Studio for that. Please, take a look for the following example.

    If you decide for Google Colaboratory, it can be easily integrated with Data Studio, i.e. you can save predictions from Colab as a Google Sheet, and Google Data Studio will display the data from it on the dashboard. Google Data Studio can connect multiple data sources for reporting. Please, have a look for the following documentation.