datalab-examples icon indicating copy to clipboard operation
datalab-examples copied to clipboard

Example Cloud Datalab iPython Notebooks for genomics use cases.

Results 1 datalab-examples issues
Sort by recently updated
recently updated
newest added

Instead, use [Application Default Credentials](http://googlecloudplatform.blogspot.com/2015/07/Easier-Auth-for-Google-Cloud-APIs-Introducing-the-Application-Default-Credentials-feature.html) ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () 1 from httplib2 import Http ----> 2 from oauth2client.gce import AppAssertionCredentials 3 credentials = AppAssertionCredentials(...