Newbie here. I noticed that the >>> that usually precedes the colon in the Python Console has been replaced by In[#], in which # increments with each command.
I can still run code, but would like to know why this changed, whether it matters, what they mean, etc.
