Reputation: 21
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
Reputation: 51
It looks like that they support Python 3 now: https://github.com/googledatalab/datalab/issues/902 .
Upvotes: 1
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