I run the following code in Spyder 4.1.1 but the console doesn't show any output :
df.head()
df.shape
Previously I had Spyder 3.7 and it worked but now after updating it is not working. I tried resetting to default settings and tried to change the console settings but nothing worked. If I used print(df.head) it works but it should work without print().
Please help. Attached is the screenshot