question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Spyder does not fit to its window

See original GitHub issue

Description of your problem

Spyder window is rendered larger than its own containing window resulting menus and status bar to be partially displayed. However, the mouse position is still recorded correctly. What steps will reproduce the problem?

  1. Straightforward installation. No actions necessary.

What is the expected output? What do you see instead? This is what it looks like, notice how menu bar is folded under the containing window, also the fonts became blurry as if the whole window is scaled up (compare with the font in the menubar).

image

However mouse position leads to the actual menu items notice the mark of the mouse and the hovered button location difference.

image

Please provide any additional information below I am not sure if related but this started after I cloned the python-notebook plugin and installed via

pip install .

Then I got an error on one of my notebooks and around that time on I’m having this issue.

Versions and main components

  • Spyder Version: 3.2.0
  • Python Version: 3.6.1
  • Qt Version: 5.9.1
  • PyQt Version: 5.9
  • Operating system: Windows 10

Dependencies

IPython >=4.0    :  6.1.0 (OK)
cython >=0.21    :  0.26 (OK)
jedi >=0.9.0     :  0.10.2 (OK)
nbconvert >=4.0  :  5.2.1 (OK)
numpy >=1.7      :  1.13.0 (OK)
pandas >=0.13.1  :  0.20.3 (OK)
pycodestyle >=2.3:  2.3.1 (OK)
pyflakes >=0.6.0 :  1.5.0 (OK)
pygments >=2.0   :  2.2.0 (OK)
pylint >=0.25    :  1.7.2 (OK)
qtconsole >=4.2.0:  4.3.0 (OK)
rope >=0.9.4     :  0.10.5 (OK)
sphinx >=0.6.6   :  1.6.3 (OK)
sympy >=0.7.3    :  1.1 (OK)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:34 (8 by maintainers)

github_iconTop GitHub Comments

32reactions
ilayncommented, Nov 17, 2017

So in case if anyone stumbles upon this:

I have no idea how it is related but today I’ve just turned the help pane off and it got back to normal. Before I have turned on/off quite a few of the panes but only this one forced Spyder to render properly and since then things are working properly.

3reactions
jasonsrosscommented, May 25, 2018

@ilayn Thank you for figuring this out! I’m on Spyder 3.2.8 and this is still an issue. I can’t believe that mod closed this issue before the solution came up saying “there’s nothing we can do” Something is obviously messed up with the help pane. For me this issue cropped up after doing a conda update --all on my anaconda environment but I didn’t see spyder get updated during that so something else that got updated ends up breaking spyder.

On another note, the mod that closed this issue and a similar one (#4291) needs to chill out with closing threads for very little reason. Saying something is not a priority or that there’s nothing they can do on a widely used project such as Spyder is unprofessional, especially considered he was wrong in both cases.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't resize editor window in Spyder - Stack Overflow
Solution is: in spyder widow go to View -> window layouts -> spyder default layout. This worked for me.
Read more >
Plots — Spyder 5 documentation
The Fit plots to Window option, also enabled by default, sizes the figures to match the pane. Disabling it will display plots at...
Read more >
CS 111: Configuring Spyder
Once Spyder opens, select the View menu and then select the Panes option. In the resulting list of items, you should uncheck all...
Read more >
How To: Fix Spyder gui terrible scaling with high dpi monitor ...
I recently upgraded my monitor to 4k and the first thing I realized was that spyder scaled horribly, tiny text along large icons...
Read more >
Tkinter not opening a window when using Spyder 3 : r/Crostini
You may want to change the graphics backend (tools-preferences-ipython-graphics) to tkinter- that's what fixed this for us!
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found