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.

AttributeError: 'DiGraph' object has no attribute '_node'

The code is written by someone else using Python 2.7.12, networkx 1.11, numpy 1.13.0, scipy 0.18.1, matplotlib 2.0.2. It consists of several self-made modules. I …

python networkx spyder python-2to3
Why can't I import opencv3 even though the package is installed?

I currently am running Python 3.5 and using Spyder from Anaconda as my IDE. I am running this on a Windows …

python anaconda python-import spyder opencv3.1
TypeError: file() takes at most 3 arguments (4 given)

I am using Spyder on a Mac and the Python version on Spyder is 2.7. I had been using the following …

python tweepy spyder
sklearn: Found input variables with inconsistent numbers of samples: [1, 99]

I'm trying to build a simple regression line with pandas in spyder. After executing the following code, I got this …

pandas linear-regression spyder sklearn-pandas
Spyder / iPython inline plot figure size

When I have a figure plotted from a script, I am able to vary the figure size as desired: plt.…

python numpy ipython spyder
Python 3.x on python(x,y)?

I'm in the process of setting up a Matlab like environment so I downloaded the latest version of python(x,…

python ipython spyder pythonxy
ValueError:PyCapsule_GetPointer called with incorrect name with <from PyQt5.QtWebEngineWidgets import QWebEnginePage>

This is already solved by myself but I put this question for someone else. I think this kind of problem …

anaconda pyqt5 python-3.6 spyder errno
QXcbConnection: XCB error: 145 (Unknown) Error message starting Spyder with MobaXTerm Qt5

I'm seeing the following error message when starting Spyder over a remote connection through MobaXTerm: $ spyder QXcbConnection: XCB error: 145 (Unknown), …

qt5 spyder
How to update Spyder?

Everytime I start Spyder (with Anaconda) I get a message saying that my version is outdated and I should update …

anaconda spyder updating
No multiprocessing print outputs (Spyder)

I have recently started to delve into multiprocessing, as I believe my code can be easily parallelized. Upon working through …

python-3.x multiprocessing spyder