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

Okay Lolz picture Okay Lolz · May 4, 2015 · Viewed 30.8k times · Source

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

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.

Answer

goanpeca picture goanpeca · May 5, 2015

(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\)