Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如标题所示,python console在PyCharm中,提示符由>>>变为In[2]。
python console
>>>
In[2]
我不明白是什么改变了它,以及如何回到>>>.
你已经安装了 IPython。它改变了提示。卸载它或禁用Preferences | 构建、执行、部署 | 控制台 | 如果在 PyCharm 中可用,请使用 IPython 。