Category "spyder"

Automatically view IPython console in Spyder

I am using Python 3.8 in Spyder. The graphics backend of the IPython console is set to 'automatic'. When I call the IPython Console with a Python algorithm, the

How to customize toolbar icons in Spyder?

I want to remove one of the buttons from the "run toolbar" because I keep pressing it accidently. Is this possible?

python spyder editor change menu and font size

I have shared displays and the menu font size (e.g. File Edit Search ..) but also the font of the names of python files above the editor window, are really smal

Spyder on MacOS. Typing is very laggy

I am using Spyder with Anaconda on macOS. I have already updated Anaconda and Spyder to version 4.2.0 (4.2.1 was not found). The problem is now, that if I am ty

Spyder: [Errno 2] No such file or directory

I want to run this code in Github : https://github.com/llazzaro/lsa_python but I don't know how to execute it with nosetests. I have python 2.7.11 and anaconda

Error "variable is not defined", but the variable can be called in the console

I use python on Spyder. My script uses a variable called imgs. I have the following error : name 'imgs' is not defined. But when I try to call imgs in the conso

NameError: name 'tree' is not defined

Hey I'm new to Python and I am trying to follow along with a tutorial but I get this error: NameError: name 'tree' is not defined. The objective is obvio

How to display function arguments in Spyder?

I'm using Spyder 2.2.5 with Python 2.7 and I want the editor to display the arguments of the function I'm calling after I type the first parenthesis. I know it'