About 2,560,000 results
Open links in new tab
  1. How to install Python packages for Spyder - Stack Overflow

    May 21, 2023 · 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. 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 …

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

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

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

  6. python - Plot inline or a separate window using Matplotlib in …

    Mar 30, 2015 · 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, …

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

  8. python - Ipython console in Spyder stuck on "connecting to kernel ...

    34 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, …

  9. python - how to update spyder on anaconda - Stack Overflow

    Jan 25, 2017 · EDIT: In case conda update spyder isn't working, this post indicates you might need to run conda update anaconda before updating spyder. Also note that you can specify an …

  10. python - How to display charts in Spyder - Stack Overflow

    58 If you'd like to develop your plotly figures in Spyder, perhaps because of Spyders superb variable explorer, you can easily display a non-interactive image by just running fig.show(). …