
How to install Python packages for Spyder - Stack Overflow
Jul 27, 2020 · I am using the IDE called Spyder for learning Python. I would like to know in how to go about in installing Python packages for Spyder?
python - How to run Spyder in virtual environment? - Stack Overflow
May 11, 2015 · I have been using Spyder installed with with Anaconda distribution which uses Python 2.7 as default. Currently I need to set up a development virtual environment with …
python - Section divider in Spyder - Stack Overflow
May 11, 2019 · Is there a section divider in Spyder that is similar to R's '--'? Using '--' in R script automatically divide codes in different sections. One can find different sections, especially if …
python - How to change environment within the graphical …
Jun 23, 2025 · Q: Is it possible to change environments in spyder in the graphical interface? How I currently do it: Start up anaconda prompt Type activate my_env Type spyder Then it would …
python - Plot inline or a separate window using Matplotlib in …
Can I configure in Python code which figure to display inline and which one to display in a new window? I know that in Spyder, click Tools, Preferences, Ipython Console, Graphics and under …
python - spyder change editor default font/scale/zoom - Stack …
Jul 27, 2017 · Is there an option in Spyder to set/change a default script window (editor) scale? I always have to adjust the script display for each script when I open Spyder with ctrl + mouse …
python - In Spyder, plot using Matplotlib with interactive zoom, …
I've recently switched from Enthought Canopy to Anaconda and am using the Spyder IDE. I've noticed that when I plot some data, import matplotlib.pyplot as plt plt.figure() plt.plot(rigs2) …
python - How to recover unsaved file in spyder - Stack Overflow
Mar 18, 2020 · 3 Go to C:\path.spyder-py3 You will have directories with the name autosave, you can find your autosaved files here. These are same ones that come up when you close and …
How do I run two separate instances of Spyder - Stack Overflow
Aug 11, 2014 · I want to be able to have two instances which are completely independent in the sense that I can be working on two separate unrelated projects in different folders without any …
python - Ipython console in Spyder stuck on "connecting to kernel ...
I am new to python and coming from Matlab and I have installed the latest version of Python (x,y) (2.7.9.0) on my Win 8 64 bit PC. The problem that I have is that, each time I start Spyder, the …