Disable ipython console in pycharm

后端 未结 2 1158
抹茶落季
抹茶落季 2020-12-05 13:44

I use the PyCharm community edition and also ipython. PyCharm automatically recognizes ipython and sets it as the default console (PyCharm webhelp link), so when in debuggin

2条回答
  •  离开以前
    2020-12-05 14:28

    I am using PyCharm Community Edition 2017.1.3 on CentOS 7.2. To disable the use of Ipython for current project. Go to File-->Settings-->Build, Execution, Deployment-->Console, uncheck the box Use Ipython if available.

    Then close the current python console window and open it again or Rerun it. You should see that plain python is used. In my case, there is no need to restart Pycharm for this change to take effect.

    Also, if you want to use Ipython instead of plain Python, do the opposite.

提交回复
热议问题