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.

Anaconda Navigator won't launch (windows 10)

Anaconda navigator won't launch, I tried reinstalling it, that did not work either. anancondas' command prompt shows an error message. …

python anaconda spyder
%matplotlib line magic causes SyntaxError in Python script

I try to run the following codes on Spyder (Python 2.7.11): # -*- coding: utf-8 -*- import numpy as np …

python matplotlib ipython spyder
How to start Spyder IDE on Windows

I downloaded spyder using the pip install spyder in my windows 10 32-bit operating system, but i dont see any desktop …

python pip spyder
Python Pandas - Missing required dependencies ['numpy'] 1

Since yesterday I've had this error when I try to import packages on anaconda : ImportError: Missing required dependencies ['numpy'] I …

python pandas numpy anaconda spyder
ImportError: No module named enum

I changed from Win XP 32bit to Win7 64bit and reinstalled Python 2.7 and the Anaconda package. However, it seems like …

python python-2.7 anaconda spyder windows-7-x64
How do I debug efficiently with spyder in Python?

I like Python and I like Spyder but I find debugging with Spyder terrible! Every time I put a break …

python debugging spyder
How to start spyder ide?

I installed Spyder IDE using the exe installer spyder-2.2.3.win32.exe on Windows 7 , but I can't find the desktop icon. …

python spyder
In Spyder, plot using Matplotlib with interactive zoom, etc

I've recently switched from Enthought Canopy to Anaconda and am using the Spyder IDE. I've noticed that when I plot …

python matplotlib plot spyder
Python Spyder reset

I was using python(x,y), which came with Spyder. Yesterday, Spyder crashed I can't figure it out how to …

python spyder
How to change the path of Python in Spyder?

I'm using Debian. I installed Python 3.2.3. The path of Python 3 is /usr/bin/python3. How do I change it in …

python ide path spyder