我正在使用Google Cloud Datalab,但此代码出现错误
from google.cloud import translate
错误消息在这里
ImportError Traceback (most recent call last)
<ipython-input-3-d80fb3686483> in <module>()
----> 1 from google.cloud import translate
ImportError: cannot import name 'translate'
这是否意味着我需要将模块导入Shell?