Skip to content

cannot install a gsheets backend in jupyter notebook #13

@aldobranti

Description

@aldobranti

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 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions