When I am using the Spyder IDE the in-built help (usually called using Ctrl-I) does not work correctly:
The text is not displayed correctly, suggesting a problem with the font. Is there something wrong with my installation?
I am using Python3.6.5 from anaconda3-5.2.0, installed using pyenv.
By comparison, on the python console I can use help() to access information about a module so the help data seems to be installed.
e.g.
import math
help(math)
答案 0 :(得分:0)
在“首选项”->“常规”->“外观”下,将“富文本格式”字体更改为当前设置以外的其他字体。
这应该可以解决您的问题。