简体   繁体   English

如何在谷歌云数据中激活python3

[英]how to activate python3 in Google-cloud-data

I am using Python3 for my projects. 我在我的项目中使用Python3。 However, the Google Cloud Datalab runs with Python2.7.x by default. 但是,默认情况下,Google Cloud Datalab与Python2.7.x一起运行。 How do I change to Python3? 如何更改为Python3?

Datalab only supports Python 2 for now unfortunately. 不幸的是,Datalab目前仅支持Python 2。

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. 您可以尝试做的一件事是安装Pydatalab库 ,它是Jupyter扩展,可以为Jupyter笔记本添加对许多Google Cloud Platform服务的支持。 That library supports Python 3 . 该库支持Python 3

看来他们现在支持Python 3: https : //github.com/googledatalab/datalab/issues/902

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Google Cloud Platform中为Node应用程序安装Python3 - How to install Python3 in Google Cloud Platform for a Node app 如何在 python3 中使用 google-cloud-ndb 库在谷歌云数据存储上进行交易 - How to do transactions using on google cloud datastore using google-cloud-ndb library in python3 包括 Google Cloud Datastore Python3 AttributeError - Google Cloud Datastore Python3 AttributeError on include 是否有独立 Python3 的谷歌云翻译示例? - Is there an example of Google cloud translate for standalone Python3? 如何通过 Python3 Django 将通过注册页面创建的用户存储到 Google Cloud MySQL 数据库? - How to store user created through signup page to Google Cloud MySQL database through Python3 Django? Python3 中的 Cloud Function - 从 Google Cloud Bucket 复制到另一个 Google Cloud Bucket - Cloud Function in Python3 - copy from Google Cloud Bucket to another Google Cloud Bucket Google Cloud App Engine的最佳做法:Python2或Python3? - Best practices with google cloud app engine: Python2 or Python3? 通过HTTP代理的Python3 BigQuery或Google Cloud Python - Python3 BigQuery or Google Cloud Python through HTTP Proxy 如何在python3标准应用引擎项目中访问谷歌云库? - How to access Google cloud library in python3 standard app engine project? 如何在 App Engine 中使用 Python3 连接到 Google Cloud Platform 中的 SQL 实例 - How to connect to SQL instance in Google Cloud Platform using Python3 in App Engine
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM