Notebook login issue

I’ve executed these lines

from huggingface_hub import notebook_login
notebook_login()

where do I type in the user name and password?

I guess if I don’t log in, then I can’t push_to_hub; i.e. the following will not work
push_to_hub = True

Hi @uncannyken! You login with your token instead of a username and password. The token can be found in your Profile Settings >> Access Tokens. You’ll need to sign up for a Hugging Face account if you don’t already have one to get your token.