I'm using Google Cloud Datalab and I got an error from this code
from google.cloud import translate
Error message is here
ImportError Traceback (most recent call last)
<ipython-input-3-d80fb3686483> in <module>()
----> 1 from google.cloud import translate
ImportError: cannot import name 'translate'
Does it mean I need to import module to Shell??