Lee
Lee

Reputation: 29

How to import google-cloud-lanugage on Jupyter Notebook?

For the purpose of sentiment analysis, I have installed the google-cloud-language through pip, obtained the json authentication and everything just work fine on shell and Pycharm.

I tried conda install for google-cloud-sdk, google-cloud-storage and google-cloud-core but still failed to make it work.

I watched this video so I know using google NLP on Jupyter should be possible.

Please Help.

Upvotes: 1

Views: 976

Answers (1)

Lee
Lee

Reputation: 29

Now I know it.

! pip install --upgrade requests google-cloud-language
! pip show google.cloud.language
#! pip show requests

Upvotes: 1

Related Questions