I am trying to scrape data from Scopus using pybliometrics.
I got the API key from Scopus, but I didn't fill in the web address, which made the key invalid/unauthorized.
When I used it on my code, I got this error message:
Scopus401Error: The requestor is not authorized to access the requested view or fields of the resource
My question is, now I have got the VALID KEY, how can I reinsert it? I want to get the input box, but even when I restart the kernal (of jupyter notebook) nothing seems to change.