Google Colab - Choosing specific Python version [duplicate]

杀马特。学长 韩版系。学妹 提交于 2020-05-13 13:32:41

问题


Default python on Google's Colab as of now is Py 3.6.7. I want to run on Py 3.5.3. Is it possible? If so, how?


回答1:


Connect Colaboratory to a local runtime. This allows you to run any version of Python on your local hardware.

Is there a way to use Python 3.5 instead of 3.6?



来源:https://stackoverflow.com/questions/54010692/google-colab-choosing-specific-python-version

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