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

Datablab GeoMap won't plot large numbers of records

The following set of commands should plot markers on a world map: import datalab.bigquery as bq %%sql --module geo_data SELECT userLat, userLon FROM [project_id:datasource.table] %%chart geo --data geo_data The query…
goose
  • 2,502
  • 6
  • 42
  • 69
0
votes
3 answers

Can't install basemap package in datalab notebook

I'm trying to run a script within a Google datalab Jupyter notebook that requires basemap, but I can't install this package. Yelsayed has pointed out that the module requires several dependencies, but even after building these the module won't…
goose
  • 2,502
  • 6
  • 42
  • 69
0
votes
1 answer

Can I create kernel gateway endpoints in google cloud datalab?

I can see that the kernel gateway library is installed in datalab, however I'm having no luck with creating an endpoint of my own. I've tried the examples in the kernel gateway demos in a cell: # GET /test_api import…
Badger Cat
  • 946
  • 2
  • 16
  • 31
0
votes
1 answer

Using bq command in datalab - credentials needed

I am trying to use bq command inside datalab, but when I try to use it, it pops up a message and require me to set up my credentials, as shown below, However, I can't paste the verification code into the pop message. Basically, I was stuck on this…
Haipeng Su
  • 2,341
  • 2
  • 15
  • 30
0
votes
2 answers

Windows 7 for Cloud Databab

I'm interested in trying Cloud Datalab. The first step seems to be "Run Cloud Datalab locally" which requires Docker ver 1.12.0 or later which requires Windows 10 pro or enterprise. My system in Win 7 Pro. Am I correct that I am out of luck here?
Clksoft
  • 1
  • 1
0
votes
1 answer

Datalab kernel crashes because of data set size. Is load balancing an option?

I am currently running the virtual machine with the highest memory,n1-highmem-32 (32 vCPUs, 208 GB memory). My data set is around 90 gigs, but has the potential to grow in the future. The data is in stored in many zipped csv files. I am loading the…
0
votes
2 answers

Tensorflow/Cloud Datalab : Restore called with invalid save path

I am training a model in the Cloud with Cloud ML from a Cloud Datalab notebook. I'd like to evaluate the model locally with. %mlalpha train package_uris: $package_path_local python_module: trainer.task args: eval_data_paths : ...# local or…
znat
  • 13,144
  • 17
  • 71
  • 106
0
votes
1 answer

Datalabs project not found

I am trying to run Datalabs with the instructions documented here, whenever I try to start docker, it tells me my project cannot be found. I already set my project using gcloud set project my-project I looked at the datalabs/run.sh code from…
Badger Cat
  • 946
  • 2
  • 16
  • 31
0
votes
2 answers

Starting Datalab from Cloud Shell

The Datalab documentation shows how to run datalab on: your own machine or, on Google Cloud Platform. Unfortunately if you are restricted to a Windows 7/8 machine without the required Docker support, I don't think you have easy* options to deploy…
0
votes
1 answer

Is text the only content type for %%storage magic function in datalab

I am working with he new cloud datalab and trying to save binary files to a GCS bucket using the magic function %%storage. For instance, I like to save PANDAS data frames (used to do it as pickle files) and mostly SciKitLearn model objects (after…
0
votes
1 answer

How to import user-written custom modules in google datalab?

I am new to Google cloud and datalab. I struggled to get it up and running. I was wondering how I could just import user-written .py files within datalab notebook. I tried using "pip install git+~~". It installs, but it seems like it is installing…
0
votes
1 answer

Do I need to manually specify the project on docker Datalab?

On the AppEnginer based Cloud-Datalab you did not need to set up project since it was already set up. On the new version based on docker, the documentation and tutorials seems to assume that the project is already set up, but once you run storage…
0
votes
1 answer

Changing Billing Tier for BigQuery in Datalab

How do I set the billing tier for queries executed through the BigQuery APIs in Google Cloud Datalab?
Kurt Gooden
  • 43
  • 1
  • 6
0
votes
2 answers

DATALAB does not start correctly

In try to get Datalab running on my iMAC I get until ~ docker run -it -p "127.0.0.1:8081:8080" -v "${HOME}:/content" -e "PROJECT_ID=xxxxxx" gcr.io/cloud-datalab/datalab:local I put my project ID for the xxxxxx From…
Peter HIRT
  • 741
  • 2
  • 8
  • 18
0
votes
1 answer

Google cloud datalab deployment unsuccessful - sort of

This is a different scenario from other question on this topic. My deployment almost succeeded and I can see the following lines at the end of my log [datalab].../#015Updating module [datalab]...done. Jul 25 16:22:36…
sumoka
  • 117
  • 1
  • 2
  • 12