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
gcp.bigquery is a library specific to Cloud Datalab (as would be any samples you saw such an import in).