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.

How to write help/description text for Python functions

I recently started programming using Python. I have to write many functions and was wondering how I can incorporate a …

python function spyder
How do I connect my python spyder with github?

Is there any way to connect python spyder with github? I manage my R scripts via github, because R provides …

python github spyder
How to run Spyder with Python 3.7 with Anaconda

I have installed Anaconda on a Windows 10 machine which comes with Spyder and Python 3.6 but I wish to upgrade to …

python anaconda spyder python-3.7
spyder python how to re-open Variable Explorer

I accidentally closed the variable explorer on my Pythone(Spyder)... Does anyone know how I can reopen it? If I …

python spyder
Spyder missing Object Inspector

I just installed Anaconda and running Spyder I cannot find the Object Inspector. Hitting Ctrl+I has no effect and …

python spyder
Basics of setting up a Spyder workspace and projects

I have searched for a basic tutorial regarding workspaces and projects in the Spyder IDE. What I want to understand …

python spyder
spyder change editor default font/scale/zoom

Is there an option in Spyder to set/change a default script window (editor) scale? I always have to adjust …

python ide spyder
Spyder 3 "Set Console Working Directory" not working

I've been using Spyder 2 as my default Python IDE for a couple of years already, and while preparing a class …

python anaconda spyder
Switch to Python 3.x in Spyder

By default Spyder uses Python 2.7.2, and my question is: is there a way to set up Spyder so that it …

python spyder
What is the difference between Spyder and Jupyter?

Python community, I am learning Python for data science, but my problem is that I still don't understand the difference …

python data-science jupyter spyder