Kaggle / kagglehub

Python library to access Kaggle resources
Apache License 2.0
42 stars 7 forks source link

Integrate Token Auth in Notebooks #141

Closed neshdev closed 1 month ago

neshdev commented 1 month ago

Token Auth will implicitly grant permissions to kaggle resources (models and datasets)

rosbo commented 1 month ago

Did you also test it e2e in a Kaggle notebook?

You can run the following in a cell (you probably already know, but sharing just in case):

!pip install --force-reinstall --no-deps git+https://github.com/Kaggle/kagglehub.git@neshdev-v2-auth
neshdev commented 1 month ago

Did you also test it e2e in a Kaggle notebook?

You can run the following in a cell (you probably already know, but sharing just in case):

!pip install --force-reinstall --no-deps git+https://github.com/Kaggle/kagglehub.git@neshdev-v2-auth

Yes. I did e2e testing here. Added my notes here: https://b.corp.google.com/issues/351825012

It worked as expected.