Questions tagged [google-cloud-datalab]

An online tool for data analysis provided by Google as part of its Cloud Platform.

An easy to use interactive tool for large-scale data exploration, analysis, and visualization.

See more at https://cloud.google.com/datalab.

468 questions
0
votes
1 answer

Google Cloud: How to use Cloud ML in Cloud Datalab

I am training models in keras and tensorflow in Google Cloud Datalab. I want to run the training jobs in Cloud ML. Is it possible to do this with a %% bash [...] command? Let's say my model looks something like this: X = tf.placeholder(tf.float32,…
0
votes
1 answer

Google Cloud VM single user only

we have several user which for each of them a VM is needed. We need to force the user to use just his own assigned VM. For each user we have created a Service account and it has been assigned to the VM, but when the user goes to the console in the…
0
votes
1 answer

jupyter notebook / python crashes when loading csv from GCS

I found bizarre behavior in Jupyter notebook, when I load my own csv. On one GCE it works, on the other it works fine. Probably, I need to set up my instance better - maybe, I've missed something trivial here. My code goes like this (look below) -…
0
votes
1 answer

Unable to install google cloud datalab on conda

I have a conda container with the gcloud sdk and I can initialize and login to gcloud with gcloud init just fine. However, if I try to install datalab with gcloud components install datalab I get: ERROR: (gcloud.components.install) The components…
Math Stout
  • 141
  • 1
  • 13
0
votes
2 answers

Google Cloud Datalab - InvocationException: GraphViz's executables not found

I'm attempting to use GraphViz to visualize a decision tree with Google Cloud Datalab, but the following error is being thrown: InvocationException: GraphViz's executables not found I found a related post, but the solutions here did not resolve the…
0
votes
1 answer

KeyError Using Google DataLab on datetime64 dtype

I am using Googles datalab to query BigQuery and use that data for an RNN. I am trying to convert the majority of the data to a numeric format but I am receiving a KeyError for the "Date" column. If I leave it as a string my code works but I need…
Prof. Falken
  • 499
  • 6
  • 21
0
votes
1 answer

Datalab Connection Issue || SSL Handshake Error

When I use the 'datalab-connect' command in the CMD, I get the following error: "Datalab Build failed with unexpected error: ("bad handshake : Error([('SSL Routin es','ssl3_get_server_certificate','certificate verify failed')],)",) When I…
0
votes
1 answer

read files from a directory recursively in datalab

I am having list of dicom files to be read. I need the code to read files recursively. I tried something like this but it is not working. import google.datalab.storage as storage path = [o.key for o in storage.Objects('msadata', '', '')] for i in…
0
votes
1 answer

Failed when followed instruction to setup SSH tunnel for Datalab in Dataproc

I created a Google Dataproc cluster with Datalab installed. Then I followed the instruction to set up the SSH tunneling. But I got an error. I also tried other ports. Got the same error. Not sure why. I was wondering if anything wrong with…
0
votes
1 answer

GCP - Create Datalab instance with OS image

I want to create a Datalab VM instance with ubuntu on it, but the tutorials only explain how to customise the machine type, not the Operating system. How do I create a Datalab VM with Ubuntu?
0
votes
1 answer

Create and replace BigQuery tables

How do I create and replace an existing BigQuery table? I use datalab to define BigQuery queries and write the results to BigQuery tables. The most efficient way I found to do this is: %%bq query --name helloWorld Select * from someTable Followed…
QuinRiva
  • 679
  • 1
  • 7
  • 14
0
votes
1 answer

Pass any Options / Params to BigQuery via pydatalab

I want to pass some more options than just QueryParameters (this is already possible) to a bigquery job I am executing with pydatalab through a Query Object Instance. You can find available options in the docs for the API:…
Nico Albers
  • 1,556
  • 1
  • 15
  • 32
0
votes
1 answer

GCP - Migrating data from bucket to Datalab instance storage

I have a Cloud Datalab VM which I understand has some persistent storage. I have some data stored in a GCP bucket. Questions: 1) Does the Cloud Datalab VM persistent storage provide better performance than the GCP bucket? 2) How do I migrate the…
0
votes
1 answer

TensorFlow 1.5.0 run with DataLab raise AttributeError: 'Tensor' object has no attribute 'length' while attempting to use embedding_column

Attempt to use embedding_column in a way: from tensorflow.contrib import layers // output = layers.embedding_column(input, 10, combiner='sum', max_norm=None) result in error message: { File…
0
votes
0 answers

why a new datalab VM has already all the files on Master branch?

When I created new Datalab VM on GCP, i see that the new VM which is assigned to a specific user has already all the files of Master Branch on his notebooks. In this case the user can see all the files which he might not need at all and he has not…
Majico
  • 3,810
  • 2
  • 24
  • 36