I created an instance of google computing with jupyter and I would like to use all the nice things datalabs has. Is there a way to get packages like gcp and cellmagic like %% sql and %% storage. I found the gcloud and google-api-python-client packages, but I don’t know if they are the same.
https://github.com/googledatalab/datalab will give you Datalab compatible functionality in Jupyter.
Note, however, that the gcp prefix. * changed to datalab. That is datalab.bigquery, datalab.storage, etc.
, Google Cloud SDK ( gcloud) .