Lots of the BigQuery examples begin with:
import gcp.bigquery as bq
But I get ImportError: No module named gcp.bigquery whenev
ImportError: No module named gcp.bigquery
For anyone with this problem, it looks like the datalabs library was updated and now you should import things differently.
import datalab.bigquery as bq