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

懵懂的女人 提交于 2019-12-19 05:50:07

问题


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:


I found a way arround this problem( works for me ) I had the issue that there were 2 seperated windows(I tried to reset the view but it didnt work) and I couldn´t move one of them. My way arround it was to drag the non movable window a bit bigger(I tried to change its size) then that window became movable for me and I could drag it into the other to get the default view again. Maybe it works for somebody aswell, just wanted to share. (3.2.4)




回答7:


You only need update your Spyder version using this command on Anaconda Prompt

pip install -U spyder

It's has fixed on my IDE.

If you can't fix delete your Spyder folder (.spyder-py3) in your directory like : C:\Users*Your-User*




回答8:


Do following steps View->Reset Window Layout. Also do not forget to restart the application. It was not worked for me without restart. I hope it should work for you.

If still this not work you can do Tools->Reset Spyder for factory default.




回答9:


I'm using Anaconda Navigator and Spyder 3.3.2. Open Anaconda Prompt, then type:

spyder --reset

To open Anaconda Prompt in Windows: Click Start, search or select Anaconda Prompt from the menu.



来源:https://stackoverflow.com/questions/30034114/how-to-reset-spyder-ide-python-2-7-graphic-user-interface

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