I have an issue with Exercise 1 itself. Whenever I try to call the API I get the response(cell1) which is not the expected one and from cell 2 the code doesn’t work. I failed this lab almost 2 times and could not understand the issue and sometimes the jupyterlab is not loading especially for this lab only.
Hello @akash_mernedi
Please, add more details so that we can delve deeper into the issue. You can add screenshots of the results you get from the cells after Exercise 1.
Hello @LuiferG_AI
As far as I can see, there are no cells like this in the lab. However, using json.loads(response.content) instead of response = response.json() might fix your issue.