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

Datalab offers optional upgrade to 1.2.20180713 which does not exist in GitHub releases

Datalab was very slow to start today. I was presented with the option to update datalab to version 1.2.20180713. The "what's new" link beside the message was for GitHub datalab releases. The datalab release page does not have a release for…
0
votes
1 answer

I can't initial Google Cloud Platform data lab even I config VPC network to listen in port 8081

I try to initial datalab in google cloud platform The error code inform me that the port 8081 need to be open I go back to VPC networking and configure the port on this vpc network but the datalab is not initialize. How can I solve this problem?
0
votes
1 answer

Google Dataproc - Unable to connect via SSH

I installed a Cloud Datalab notebook on a Cloud Dataproc cluster following the instructions listed in the official documentation After creating the cluster, I then created a SSH tunnel to the master node in the Cloud Shell and connected to the…
0
votes
1 answer

Keeping Datalab running

So I tried running some long calculations in a Datalab notebook. It should have finished overnight. It did not. What happened is Google shut down my datalab instance a bit after midnight, without stating any reason I can find. Why did they do so?…
Chad Bernier
  • 386
  • 1
  • 10
0
votes
1 answer

Google Cloud Datalab not running cells: Folder Creation and Save and Checkpoint Failures

I am finding that I can't save, run or otherwise interact with Google Cloud Datalab as of today at about 2pm AEST (Australia Sydney Time). The datalab is run in the region of Australia-1a and has a size n1-standard-1. I get the error "Creating…
EA Hyde
  • 23
  • 5
0
votes
1 answer

GCP Datalab - Increasing CPU utilization to ~100%

I'm using n1-highcpu-8 machine and running single notebook. the CPU utilization is always below ~20%. is it possible to use multi CPUs for utilization increasing?
Z.Kal
  • 426
  • 4
  • 18
0
votes
1 answer

GCP ERROR: (gcloud.compute.ssh) Could not create directory

I am trying to install Datalab on a GCP Compute Engine and running the following: username@project_id:/home$ datalab create test--zone us-central1-c Creating the network datalab-network Creating the firewall rule datalab-network-allow-ssh Creating…
0
votes
1 answer

GCP can't SSH to DataLab after changing VM

I upgraded the VM on a DataLab and tried to connect through the command line using datalab connect. I received the error repeated every few seconds: ^[Permission denied (publickey). ERROR: (gcloud.compute.ssh) [/usr/bin/ssh] exited with return code…
Bonners
  • 51
  • 3
0
votes
1 answer

Google Cloud DataLab Notebook Save PNG

I am using DataLab to create several dataframes and subsequent figures. I would like to save these figures to either my computer hard drive or to my Google Cloud Storage. Normally, I would do the following (I am going through a loop so df.name…
0
votes
1 answer

How to query BigQuery view through Datalab?

I have a SQL View Saved in my BigQuery. I wanted to run SQL queries on this View. WE can run SQL Query on Tables as follow : %%bq query SELECT * FROM tablename WHERE condition But I am getting error while running the same for View: %%bq…
0
votes
1 answer

Importing multiple files from Google Cloud Bucket to Datalab instance

I have a bucket set up on Google Cloud containing a few hundred json files and am trying to work with them in a datalab instance running python 3. So, I can easily see them as objects using gcs list --objects gs:// Further, I can read…
0
votes
1 answer

Google datalab errors install Nvidia driver and starting docker container

I'm following https://cloud.google.com/datalab/docs/quickstart (datalab beta create-gpu [datalab-instance-name]). The instance gets created, but the docker container fails to start: $docker ps -a: CONTAINER ID IMAGE …
sethmuss
  • 169
  • 9
0
votes
1 answer

how to access google cloud datalab from a different computer

I had a cloud datalab account and I suddenly I faced some issues to connect to my datalab from my computer so how can I access my cloud datalab from a different computer.
Aditya Matturi
  • 119
  • 1
  • 7
0
votes
3 answers

Error changing port while trying to runn datalab for google machine learning course on google cloud

I am trying to use google cloud for machine learning course I follow the instructions in this page : https://github.com/google/eng-edu/blob/master/ml/cc/README.md (In the section Running Datalab on Google Cloud) I reached step 5 where I have to…
0
votes
0 answers

Fix unicode encoding error writing from bigquery to a csv in python

I am trying to use the ML Workbench module in datalab. When running %%ml analyze --cloud output: gs://bucket/pathcontinued data: model_3pcnt features: I get an error like. File "pandas/_libs/lib.pyx", line 1052, in…
bbodek
  • 99
  • 3
  • 9