I have been trying to copy and use code snippets from the Try It Out page such as get_look(), but when I try it I get an ‘Unauthorized’ error pretty much every time.

In a cell above the one pictured I connect to the API using my Client ID and Client Secret, which appears to work.

How should I go about making sure that my requests are authorized? Authorizing in the one place does not seem to authorize my requests elsewhere.