You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Above screenshow shows the missing help information.
What steps will reproduce the problem?
Starting spyder with resetted settings, typing in ipython console:
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?
Above screenshow shows the missing help information.
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)
The text was updated successfully, but these errors were encountered: