I am trying to import bigquery
from datalab package in python 3.7.*, but it is throwing invalid syntax error.
I tried installing the google-cloud-datalab package but getting the error saying ERROR:
No matching distribution found for google-cloud-datalab
I am trying to import the below packages
from google.datalab.ml import TensorBoard
import datalab.bigquery as bq.