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
0 answers

Datalab Kernel crashes when creating dummies for a huge dataset

I'm running a 16 cpus/104 gb memory instance on cloud datalab. When i import a data set with 2000 columns from big query and convert it to a dataframe it works completely fine. The conversion process takes about 90 mins. The size of the file is 3gb…
0
votes
1 answer

Exception: Cannot start TensorBoard. in Google Cloud Datalab

I see that Tensorboard process is running. Files are written into the model directory. However, repeatedly I get the Exception: Unable to start Tensorboard. I am using TF.estimator. I am running my code on Google Cloud Datalab. I have tried…
Anand
  • 11
  • 4
0
votes
1 answer

Datalab fails to read the Bigquery data on dataproc

datalab is installed on dataproc 1 node cluster on gcp. Following query run successfully : %%bq tables describe --name "datalab-dev-xxx.ML_PP_xxx.ML_CAMPN30_xxx" While data read query fails with error: SELECT * FROM…
0
votes
1 answer

Google Datalab: Can I query Google Cloud Datastore for trainning data for model?

I am planning on creating a ML model using Google Datalab. I plan to keep the source data (json, structured) on datastore. Still, I am not finding lot of examples onhow to query datastore form datalab. Is that something that can be done? Is that a…
Gabriel
  • 809
  • 1
  • 10
  • 21
0
votes
1 answer

I can not consult bigquery table in datalab?

I'm working on datalab but when I try to query a table in bigquery I get the following error: Exception: invalid: Error while reading table: .... error message: Failed to read the spreadsheet. Errors: No OAuth token with Google Drive scope was…
0
votes
1 answer

Cannot query table from datalab

I have a dataset with tables set up within Big Query which I can query just fine using the BQ UI, however I am getting an error when attempting to run a standard query from datalab. I can get the table schema returned when I run %%bq tables…
0
votes
1 answer

How to write dask dataframe to google cloud storage or Bigquery

I'm using google cloud datalab for my ML project. One of my data is in the bigquery table that has millions of records (text data) with many columns. I created a pandas dataframe from the bigquery table, converted it to a dask dataframe (with 5…
0
votes
1 answer

How to create an SSH in gcloud, but keep getting API error

I am trying to set up datalab from my chrome book using the following tutorial https://cloud.google.com/dataproc/docs/tutorials/dataproc-datalab. However when trying to set up an SSH tunnel using the following guidelines…
0
votes
2 answers

How can I run a Dataflow job from Datalab in Python?

I'm having a bit of trouble running a Dataflow job from Datalab. What I could do with is a minimal working Python code example for this situation as this doesn't seem to be available from the Google Cloud Platform or Apache Beam documentation. It…
0
votes
0 answers

How do I feed my own images into the Google Cloud Datalab Notebook?

I am trying to run my Autoencoder on Google Cloud Datalab. I just can't figure out how to use the Keras Image Data Generator. I uploaded all my images to the Google Cloud Bucket. I just don't know how to acces my data. datagen =…
0
votes
1 answer

Add Caffe to Datalab Instance

I'm trying to run a Jupyter notebook that uses Caffe. Caffe is not included in datalab. I am trying to install that library from within the Jupyter notebook (as recommended in the datalab docs), but am running into problems. I am new to datalab,…
0
votes
1 answer

Import multiple CSV files from Google Cloud Bucket to Datalab

I'm trying to get the below code to import multiple csv files (ALLOWANCE1.csv and ALLOWANCE2.csv) from a Google Cloud Bucket to Datalab in python 2.x: import numpy as np import pandas as pd from google.datalab import Context import…
sguarny
  • 1
  • 5
0
votes
1 answer

This connection is not secure issue using Datalab on Dataproc cluster

I successfully installed Datalab on Dataproc cluster and I followed the instructions in this tutorial, but when I try to use Datalab on Google Chrome, it shows "This connection is not secure". When I try to modify the connection with notebook…
0
votes
1 answer

cannot instal soundfile in datalab

i want install sndfile to successfully install another package (musdb), but when I tried following instructions on https://cloud.google.com/datalab/docs/how-to/adding-libraries !pip install sndfile It gives me the following error: {Collecting…
lll
  • 1,049
  • 2
  • 13
  • 39
0
votes
1 answer

GCP: Datalab Notebooks - Source Repository

The default Repository for the Notebooks within the Google Datalabs is datalab-notebooks. Is it possible to change this to another Repository? Thanks a lot.
S.Nori
  • 113
  • 11