Cantor is not showing all the results, just the lastest one

I am new to Cantor, but I think I found this unexpected behavior: when running this code, I should get two results, but I only get the last one.

x=10
y=20
x+y # not shown

x+2*y # gets shown

Here is some screenshot of Cantor showing the issue (i.imgur .com/hkFVYDp.png). But if I run this in a terminal I get both responses (i.imgur .com/G18XHOT.png). Am I missing anything?

Configs:

  • Number of rows in the result is 0 (i.imgur .com/kYbwkx3.png), but nothing changes if I set 50.
  • Variable Managment is also enabled (i.imgur .com/U4juGOm.png)

I can’t post links or embed pictures bc I’m new in the forum.