About 21,800 results
Open links in new tab
  1. 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?

  2. 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 …

  3. Plot inline or a separate window using Matplotlib in Spyder IDE

    I know that in Spyder, click Tools, Preferences, Ipython Console, Graphics and under Graphics Backend select “automatic” instead of “inline”. However, this make all the figures to be in new …

  4. spyder change editor default font/scale/zoom - Stack Overflow

    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 …

  5. python - How to start Spyder IDE on Windows - Stack Overflow

    Jul 7, 2017 · I downloaded spyder using the pip install spyder in my windows 10 32-bit operating system, but i dont see any desktop icons or exe files to start running the IDE. I downloaded …

  6. Shortcut key for commenting out lines of Python code in Spyder

    Apr 15, 2016 · I recently changed from the Enthought Canopy Python distribution to Anaconda, which includes the Spyder IDE. In Canopy's code editor, it was possible to comment and …

  7. how to indent the code block in Python IDE: Spyder?

    Jun 9, 2016 · Is there any shortcut key in Spyder python IDE to indent the code block? For example, Like ctr+[ in Matlab, I want to indent the code block together.

  8. spyder - clear variable explorer along with variables from memory

    Aug 24, 2017 · import subprocess as sp tmp = sp.call('cls',shell=True) However, to remove a variable from memory, we often rely upon - using del command removing variable manually by …

  9. Spyder Python | No module named pip - Stack Overflow

    Apr 17, 2023 · I tried uninstalling and reinstalling Python and Spyder. I downloaded get-pip.py and did what was asked with it. I tried setting an environnement with miniconda. I tried changing …

  10. shortcut - How do you use replace in Spyder? - Stack Overflow

    9 (Spyder developer here) Since Spyder 3.2 you will be able to press Enter in the replace field to replace the current selection and automatically move to the next one.