Python Forum

Full Version: Coding on Spyder problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I've just started studying Python and my professor suggested me to use Spyder as IDE.
I found 2 existing versions of Spyder: Spyder and Spyder3.
While everything works fine on Spyder, I'm experiencing a problem on Spyder3. In fact I can't see functions or methods arguments in the help window when I press CTRL + I. It just shows me the function name and a short description of it.
I've tried using Spyder with Python3 as interpreter to avoid the problem, but in this case everything works as it should when I ask for help from the editor, but not from the consoleĀ· I'm working on Ubuntu.
This is a picture showing the problem I have:
[Image: Spyder.png?dl=0]

I know this is not properly a coding request, but I'd like solving this problem before starting to use Spyder to code.
Cheers Smile