Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't resize editor window in Spyder

I'm using the Spyder Python IDE that's bundled with Anaconda 4.4.0 in Windows 10, and I'm trying to resize the editor window so that it fills the available vertical space:

enter image description here

I deselected Lock panes in the View menu, but I don't see any way to resize the window. How can I vertically extend the Editor window?

like image 913
Robert Avatar asked Sep 10 '17 00:09

Robert


3 Answers

Solution is: in spyder widow go to View -> window layouts -> spyder default layout.

This worked for me.

like image 56
P_CUBE Avatar answered Sep 28 '22 09:09

P_CUBE


I closed and reopened Spyder, and somehow my windows were resized the way I wanted. I'm not sure how that happened, but I locked my panes in this configuration, so hopefully it'll stay this way.

like image 31
Robert Avatar answered Sep 28 '22 09:09

Robert


If you can't click on bottom right corner and drag it down, you can go to the View menu and select maximize pane. It may become too wide but easy to narrow. Works for me anyway.

like image 33
Natsfan Avatar answered Sep 28 '22 08:09

Natsfan