How can I use Python 2 on google colab?

前端 未结 2 1400
名媛妹妹
名媛妹妹 2020-12-03 23:08

Can someone guide me how can I use the earlier version of python i.e version2.x?

Under change runtime option - I can see option for selecting hardware accelerator.

2条回答
  •  我在风中等你
    2020-12-03 23:41

    You can use one of these 2 shortcuts to create a Python 2 Colab.

    • bit.ly/colabpy2
    • colab.to/py2

    They will forward to this URL.

    https://colab.research.google.com/notebook#create=true&language=python2

提交回复
热议问题