Colabtools: Support Python 3

Created on 1 Dec 2017  路  2Comments  路  Source: googlecolab/colabtools

Python 2 is deprecated, users should be able to execute Python 3 notebooks.

Most helpful comment

@craigcitro Congrats!!! Awesome that Python 3 is now supported. Thank you 馃

All 2 comments

Python3 support is now live!

  • When creating a new notebook, there's now an option for Python2 or Python3.
  • For an existing notebook, Runtime -> Change runtime type will let you switch.

We write the language info into the kernelspec in the notebook metadata, so switching runtime type isn't just per-session.

@craigcitro Congrats!!! Awesome that Python 3 is now supported. Thank you 馃

Was this page helpful?
0 / 5 - 0 ratings