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.

Interactive(?) plotting in Spyder with matplotlib

I am trying to migrate over to Python from Matlab and can't figure out how to get interactive(?) plotting working …

python plot interactive figure spyder
Changing variable name in Spyder

I have a program with many formulas and variables. I need to change the name of some of these variables. …

python variables editor spyder
repositioning panes in Spyder panes

New to Python and Spyder. How do I reposition the panes in Spyder. I had them set with the editor …

python spyder
Spyder Plot Inline

Setup: Anaconda 2.0.0 (Win 64), Spyder (2.3.0rc that came with Anaconda) I configure the graphics: Tools > Preferences > iPython console > …

python plot graphics anaconda spyder
Interactive Python: cannot get `%lprun` to work, although line_profiler is imported properly

Problem Most iPython "magic functions" work fine for me right off the bat: %hist, %time, %prun, etc. However, I noticed …

python profiling ipython spyder magic-function
KeyError / frozen importlib._bootstrap error on second library import in spyder

I receive a File " <frozen importlib._bootstrap_external> ", line 978, in _get_parent_path KeyError: 'python_library' error when …

python spyder setuptools
Spyder IPython background color

I'm new to Spyder(version 2.3.0dev6) and I want to change the background color of my IPython console(version 1.1.0). I …

ipython background-color spyder
Spyder Python indentation

I am using spyder IDE for python coding. I copied the code from some source,it works fine. But when …

python spyder
Set Spyder as default Python

I've recently installed Anaconda (using the default settings) on Windows 7. When I try to open a .py file by double-clicking …

python spyder
ValueError: Unknown projection '3d' (once again)

When executing this line of code: import matplotlib.pyplot as plt #your code fig = plt.figure() ax = fig.gca(projection=…

python matplotlib 3d conda spyder