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
I also have the problems reported in Issue #2036 too.
My problem is the function argument disappeared. As you can see in the attached graph, in previous Spyder version, there should be (x, alpha) in the argument part. However, Spyder 2.3.4 only showed ( , ).
Description
I have some problems about argument after I installed spyder 2.3.4. The argument in console cannot work when you type function or create objective.
For example, if I create a function as below:
Expected: Previously in Spyder 2.3.1, when I type f( in ipython console or editor, spyder will automatically showed argument
(x, alpha =3, beta =2)
.What I see now: In Spyder 2.3.4, the argument only showed
( , =, =)
.I use Ubuntu 14.04. I hope the argument can work as before and showed all input.
Version and main components
Optional dependencies
pyflakes >=0.6.0: 0.8.1 (OK)
pep8 >=0.6 : 1.6.2 (OK)
IPython >=1.0 : 3.0.0 (OK)
zmq >=2.1.11 : 14.5.0 (OK)
pygments >=1.6 : 2.0.2 (OK)
pandas >=0.13.1 : 0.15.2 (OK)
sphinx >=0.6.6 : 1.2.3 (OK)
psutil >=0.3 : 2.2.1 (OK)
rope >=0.9.2 : 0.9.4-1 (OK)
jedi >=0.8.1 : 0.8.1 (OK)
matplotlib >=1.0: 1.4.3 (OK)
sympy >=0.7.3 : 0.7.6 (OK)
pylint >=0.25 : None (NOK)
The text was updated successfully, but these errors were encountered: