I'm attempting to run a util.prompt_for_user_token() method but the method is taking forever to run. I'm running it from the gcollab jupyter notebook.
I am using the code found in the spotipy documentation.
util.prompt_for_user_token(username=Username,
scope=Scope,
client_id=CLIENT_ID,
client_secret=CLIENT_SECRET,
redirect_uri=Redirect_uri)