new to python. My code is using JSON to look at js dictionary online. I can execute simple print statements from inside of the dictionary I have made, but if I try to print from within a for-loop or a function the cell has no output. It also doesn't throw an error though. I have tried it in different browser and have recently uninstalled and installed Anaconda in order to resolve another issue (which could be related, I was having trouble importing a package from Anaconda and had to initialize the package in jupyter.)
Any help would be appreciated