Reputation: 183
As in the title, in the python console
in PyCharm, the prompter is changed from >>>
to In[2]
.
I do not understand what changed it, and how to get back to >>>
.
Upvotes: 1
Views: 307
Reputation: 8590
You have IPython installed. It changes the prompt. Either uninstall it or disable Preferences | Build, Execution, Deployment | Console | Use IPython if available in PyCharm.
Upvotes: 4