How to reset Spyder IDE (Python 2.7) graphic user interface?

匿名 (未验证) 提交于 2019-12-03 02:03:01

问题:

I am trying to reset the interface I have tried to misaligned.

I couldn't find it in settings. I have also tried uninstalling and reinstalling it. No luck.

Can you help me to reset it?

Thanks.

回答1:

(Spyder-dev here)

We will include a way to reset spyder configuration from within the user interface in the upcoming version (3.0.0).


In the meantime you can reset by opening a terminal window (cmd in windows.. shell in Mac/Linux) and typing

spyder --reset

If that still does not work you can erase the folder .spyder in your user folder

Windows X:\Users\username\.spyder2\ (or X:\Users\username\.spyder\)

Linux \home\username\.spyder2\ (or \home\username\.spyder\)



回答2:

I'm using Spyder 3.1.2

Just go to ViewWindow LayoutsReset to Spyder default.



回答3:

For anyone, who has problem restoring the defaults settings, Open Terminal and type:

rm -r ~/.spyder


回答4:

I am using Spyder 2.3.9. I was able to reset the windows using View->Reset Window Layout.

The original post could be on older version, where this option did not exist!



回答5:

Tools >> Reset Spyder to Factory Defaults. Tested on Spyder 3.1.4



回答6:



易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!