0
votes

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 https://github.com/googledatalab/notebooks * branch master -> FETCH_HEAD HEAD is now at d2c492f Merge pull request #7 from googledatalab/feature/stackdriver_monitoring warn: --minUptime not set. Defaulting to: 1000ms warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms {"name":"app","hostname":"xxxxxxxxx","pid":62,"level":30,"msg":"Starting DataLab server at http://localhost:8080","time":"2016-08-27T21:00:16.848Z","v":0}

I tried then to look at the localhost:8080 but nothing goes. I think it is stuck somewhere

Can somebody please Peter

2

2 Answers

0
votes

From the Datalab quickstart documentation, try connecting to http://localhost:8081 rather than http://localhost:8080. The console output has improved in the next version that will be published soon.

In the next version, the console will display the following text:

Starting Datalab in silent mode, for debug output, rerun with an additional '-e DATALAB_DEBUG=true' argument
Open your browser to http://localhost:8081/ to connect to Datalab.
0
votes

One of my colleagues is having the same problem it is working perfectly fine in our other systems except his. Please update the thread if there was an update to this problem.