user3898418
user3898418

Reputation: 21

how to activate python3 in Google-cloud-data

I am using Python3 for my projects. However, the Google Cloud Datalab runs with Python2.7.x by default. How do I change to Python3?

Upvotes: 2

Views: 1028

Answers (2)

vochicong
vochicong

Reputation: 51

It looks like that they support Python 3 now: https://github.com/googledatalab/datalab/issues/902 .

Upvotes: 1

yelsayed
yelsayed

Reputation: 5532

Datalab only supports Python 2 for now unfortunately.

One thing you can try is install the Pydatalab lib, which is a Jupyter extension that adds support for a number of Google Cloud Platform services to your Jupyter notebooks. That library supports Python 3.

Upvotes: 3

Related Questions