Top "Spyder" questions

Spyder (previously known as Pydee) is a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features.

No module named pandas_datareader

I have just installed pandas_datareader using pip install pandas-datareader which ran successfully. Now I am trying to use it …

python-3.x module python-import spyder pandas-datareader
Spyder does not autocomplete local variables

I'm having a problem getting my local variables autocompleted. This is a very basic functionality which I'm sure it should …

spyder code-completion
How to update matplotlib's imshow() window interactively?

I'm working on some computer vision algorithm and I'd like to show how a numpy array changes in each step. …

python numpy matplotlib spyder
spyder - clear variable explorer along with variables from memory

To clear the console we can use the following command - import subprocess as sp tmp = sp.call('cls',shell=…

python spyder
PIP: "Cannot uninstall 'ipython'. It is a distutils installed project and thus we cannot accurately determine..."

Trying to install spyder using pip: pip install spyder This error pops up: Cannot uninstall 'ipython'. It is a distutils …

python pip installation spyder
Spyder Python "object arrays are currently not supported"

I have a problem in Anaconda Spyder (Python). Object type array can not be seen under Windows 10 in the variable …

python anaconda spyder
How do you use replace in Spyder?

Well, you start with cursor on your text, Ctrl+H and type replacement. But surprisingly i was not able to …

shortcut spyder
How can I use conda to install pydotplus

I execute the code following on my machine( Win10, python 2.7, Anaconda&Spyder) and meet ImportError: No module named pydotplus . …

python anaconda spyder conda pydot
How to use argv with Spyder

I'm running the code below in Spyder. I have typed it in a py file and simply hit the run …

python spyder
how to execute Python 3.3 script in Spyder console with variables?

how can I execute Python 3.3 script in Spyder console, and that has variables? My sample code (C:/test/myfile.py) …

python python-3.x spyder