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.

virtualenv IPython in Spyder not working

I have installed Spyder on Linux (Mint 17 to be exact) and created a scientific virtualenv (sci) with ipython, numpy, etc. …

python ipython spyder
Run Spyder /Python on remote server

So there are variants of this question - but none quite hit the nail on the head. I want to …

python docker server spyder fabric
Spyder - UMD has deleted: module

I have been fooling around for about a month with python now and something is bothering me. I use the …

python graphics spyder pythonxy
How to ensure that Spyder runs within a conda environment?

I created a conda environment called testenv in Windows 10 that contains Python 3.6 and Spyder. I also installed Selenium using the …

python spyder conda
Python Multiprocessing error: AttributeError: module '__main__' has no attribute '__spec__'

I'm using Python 3.6 and am trying to follow along with the very first example at the website below (full code …

python multiprocessing python-multiprocessing spyder
How To Update Spyder 3.3.0

I currently use Spyder 3.2.8 with Anaconda/Miniconda. When I open the Spyder editor, a Spyder update window pops up and …

spyder
Importing arcpy module into anaconda's Spyder

I would like to use arcpy into Anaconda's Spyder. I have a full ArcGIS license, so this is not an …

importerror arcpy spyder
Plotly: How to display charts in Spyder?

Since November 2015, plotly is Open-Source and available for python. https://plot.ly/javascript/open-source-announcement/ When trying to do some plots …

python python-2.7 plot plotly spyder
Handling folds in Spyder

I am coming from a VScode background , and for my recent project (on Deep Learning) I am having to manage …

python spyder code-folding
Optional command line arguments

Given code like this, how do I actually set a file in the run options? I am using Spyder and …

python options spyder getopt