1

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 >>>.

enter image description here

bad_coder
  • 11,289
  • 20
  • 44
  • 72
david78
  • 173
  • 11

1 Answers1

3

You have IPython installed. It changes the prompt. Either uninstall it or disable Preferences | Build, Execution, Deployment | Console | Use IPython if available in PyCharm.

Pavel Karateev
  • 7,737
  • 3
  • 32
  • 59