Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot install a gsheets backend in jupyter notebook #13

Open
aldobranti opened this issue Nov 26, 2023 · 0 comments
Open

cannot install a gsheets backend in jupyter notebook #13

aldobranti opened this issue Nov 26, 2023 · 0 comments

Comments

@aldobranti
Copy link

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 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant