ipython-secrets icon indicating copy to clipboard operation
ipython-secrets copied to clipboard

cannot install a gsheets backend in jupyter notebook

Open aldobranti opened this issue 2 years ago • 0 comments

On a very steep learning curve here , I want to rstore a authentication key for curl

this cell fails to load google-colab

!pip3 install ipython-secrets
!pip3 install gsheet-keyring
!pip3 install google-colab```

. I only added that google-colab because if I dont the next cell belly aches about not having it

```from ipython_secrets import *
import keyring
from gsheet_keyring import GoogleSheetKeyring
keyring.set_keyring(GoogleSheetKeyring())
aldo4curl = get_secret('aldo4curl')```

can you point to my error/lack of understanding

I am running  jnb in a docker container quay.io/jupyter/pyspark-notebook 

aldobranti avatar Nov 26 '23 21:11 aldobranti