Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spyder help in Rich mode not rendering #8806

Closed
PJussel opened this issue Feb 20, 2019 · 3 comments
Closed

Spyder help in Rich mode not rendering #8806

PJussel opened this issue Feb 20, 2019 · 3 comments

Comments

@PJussel
Copy link

PJussel commented Feb 20, 2019

What steps will reproduce the problem?

Starting spyder with resetted settings, typing in ipython console:

import numpy as np
np.asarray()

Now pressing Ctrl-I should display help about the function. However, whild source correctly states "console" and object "np.asarray", there is no help rendered, the window remains empty. Changing to plain text shows the help.

How does it look like?

rich

Above screenshow shows the missing help information.

plain

In plain text everything looks fine...

Environment

IPython >=4.0 : 7.2.0 (OK)
cython >=0.21 : 0.29.2 (OK)
jedi >=0.9.0 : 0.13.2 (OK)
matplotlib >=2.0.0: 3.0.2 (OK)
nbconvert >=4.0 : 5.4.0 (OK)
numpy >=1.7 : 1.15.4 (OK)
pandas >=0.13.1 : 0.23.4 (OK)
pycodestyle >=2.3 : 2.4.0 (OK)
pyflakes >=0.6.0 : 2.0.0 (OK)
pygments >=2.0 : 2.3.1 (OK)
pylint >=0.25 : 2.2.2 (OK)
qtconsole >=4.2.0 : 4.4.3 (OK)
rope >=0.9.4 : 0.11.0 (OK)
sphinx >=0.6.6 : 1.8.4 (OK)
sympy >=0.7.3 : 1.3 (OK)

@ccordoba12
Copy link
Member

How did you install Spyder?

@PJussel
Copy link
Author

PJussel commented Feb 22, 2019

Installation procedure:

  • installing miniconda (64bit Version, Windows 10)
  • conda update conda
  • conda install anaconda

After this procedure the incorrect displaying already was there, therefore I did an additional

  • conda update spyder

@ccordoba12
Copy link
Member

I think this is a problem with graphics card drivers. Please try to update them and also DirectX.

If that doesn't work, please dowgrade Qt/PyQt with

conda install qt=5.6 pyqt=5.6

That should fix your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants