-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Help Pane unable to render rich text on Arch Linux #17751
Comments
Hey @AchmadFathoni, thanks for reporting. Could you upload a video or animated gif or the problem you're seeing? Thanks! |
out.mp4 |
Thanks for the video @AchmadFathoni! Unfortunately, I can't reproduce your problem (I'm also using Linux and conda-forge). Could you go to |
2022-04-27.22-43-00.mp4 |
@ccordoba12 I use Archlinux, what distro do you use? |
Thanks for the new video. As I Imagined, this is an issue with Qt's web widgets and not with the Help pane (Qt is the graphical toolkit used by Spyder).
I use Kubuntu 20.04. And I think the problem is related to that because probably Arch has newer libraries that are incompatible with those widgets. For now I think there's nothing to do about it, but this could be fixed once a new version of Qt is released in conda-forge in a couple of weeks. |
Help Pane
unable to render rich text
I am not able to reproduce the error on Arch Linux with updated packages as of today and Spyder from current
Most recent package versions as of today are 5.15.x on Arch Linux. |
That is the Qt version from Spyder help windows which is different from Qt that installed on system-wide. I use conda virtual environment to install Spyder. |
Fixed in last dependency update
|
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Help pane is always empty if Rich Text option is active. This is my first time installing spyder. The Plain Text is working fine. Similar to #8806
What steps reproduce the problem?
conda create -n spyder-env spyder=5 numpy scipy pandas matplotlib sympy cython -c conda-forge
numpy.array
in object fieldWhat is the expected output? What do you see instead?
Help pane just blink twice with white color(I use dark theme) and then nothing. Also when I open spyder, the helper pane is already empty. I saw the youtube tutorial and there is supposed to be some box titled Usage or something.
Versions
Dependencies
The text was updated successfully, but these errors were encountered: