Use latest Python version on Google Colab

限于喜欢 提交于 2020-04-15 02:19:13

问题


Google Colab has Python 3.6 installed while 3.7 is the current version.

How would I go about upgrading Python to the latest version on Google Colab?


回答1:


The FAQ says:

Colaboratory supports Python 2.7 and Python 3.6. We're aware that users are interested in support for other Jupyter kernels (eg R or Scala). We would like to support these, but don't yet have any ETA.

So I don't think its possible as of now.



来源:https://stackoverflow.com/questions/53812508/use-latest-python-version-on-google-colab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!