googledatalab / pydatalab

Google Datalab Library
Apache License 2.0
195 stars 81 forks source link

Support for Python 3 #21

Open gramster opened 8 years ago

VelizarVESSELINOV commented 8 years ago

👍 Pandas often has issues with Python 2 version like pydata/pandas#12142, and the management of string in Python 2 it is really a pain.

chmeyers commented 7 years ago

Python 3 kernels are now in Datalab due to https://github.com/googledatalab/datalab/issues/1344. Pydatalab should itself be Python 3 compatible, but some of the underlying APIs that it uses aren't (Dataflow/Cloud ML Engine). I'll be verifying this with the new py3 datalab build.