[spyder] Question about Spyder when it loses focus

2024-03-18 Thread Fausto A. A. Barbuto
Hi all, I observed that Spyder reduces its execution speed considerably when I'm running a script and the focus on Spyder is lost, that is, when I open another window to work on something else (a Word document, an Excel spreadsheet, Solitaire, etc) while the said script is running. It's even wors

[spyder] Question about Spyder when it loses focus

2024-03-18 Thread Fausto A. A. Barbuto
-- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sp

[spyder] Question

2023-09-21 Thread Umed Amirov
ModuleNotFoundError: No module named 'pygimli'. Please help me. What should I do about this? -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+unsubscr...@goo

[spyder] Question about Pipenv

2023-09-09 Thread Stephen P. Molnar
Rather than upgrading my current version of Spyder on my Debian Bookworm platform, I decided to install the new versions using pipenv. Although the installation went smoothly, I got a number of messages: (base) comp@AbNormal:~$ pipenv run spyder libGL error: MESA-LOADER: failed to open r600: /u

[spyder] Question on layouts

2017-07-10 Thread Ramanujan Raghavan
I've setup a layout that is to my taste, and have saved it in spyder. Is there anyway to automatically load into that layout when Spyder starts up or will it always be the spyder default layout during startup. Thank you! -- You received this message because you are subscribed to the Google Gro

[spyder] Question on using Networkx with Spyder on Mac OSX

2016-03-19 Thread Inder Jalli
Hello all! Could anyone tell me how I can get networkx to work with spyder? I'm new to python, macs, and spyder. I've added /Library/Python/2.7/site-packages to the spyder pythonpathmanager. I'm using the 2.7 spyder install. I would appreciate any help. With this command: import networkx as nx

[spyder] Question on the IPython keyboard shortcut

2014-02-04 Thread Yuxiang Wang
Dear all, I have a quick question with regard to the IPython kyeboard shortcut in spyder. In the Issue 1068, it mentioned that the function will be i

Re: [spyder] Question about IntelliJ-like automatically adding imports

2013-10-23 Thread Carlos Córdoba
Correction: rope can do this, as can be seen here: http://rope.sourceforge.net/library.html#rope-contrib-autoimport but we still would need to integrate this functionality in Spyder, and I don't know how trivial or not it could be. El 23/10/13 11:17, Carlos Córdoba escribió: Hi, I'm sorry b

Re: [spyder] Question about IntelliJ-like automatically adding imports

2013-10-23 Thread Carlos Córdoba
Hi, I'm sorry but we don't have this option in Spyder. It'd be a worthy addition though but I don't know of any library that can do it. Cheers, Carlos El 17/10/13 11:59, Eran Eidinger escribió: Hey Guys, I'm new to Spyder, and I think it is awesome - and provides a much needed gap between

[spyder] Question about IntelliJ-like automatically adding imports

2013-10-17 Thread Eran Eidinger
Hey Guys, I'm new to Spyder, and I think it is awesome - and provides a much needed gap between Matlab and Pydev or Pycharm for example, when you can run code in a piece-wise manner. However, I'm missing the option to automatically suggest imports. I am referring to the "CTRL+1" option from Pyd

Re: [spyder] question from a newbie

2013-09-26 Thread Carlos Córdoba
Good question. The idea is this: the Editor is there for you to write the code which is going to solve the problem you have at hand. For example, let's say you want to compute the mean of a list. For that you could write: |import numpyas np li = range(10) print np.mean(li)| To see the res

Re: [spyder] question from a newbie

2013-09-26 Thread Adrian Klaver
On 09/25/2013 05:04 PM, brandont...@gmail.com wrote: I've started learning python, and I have a couple questions regarding spyder: What is the purpose of having an ipython console in the bottom right and a text editor in the main window? When do you use each window? Well a text editor is jus

[spyder] question from a newbie

2013-09-26 Thread brandontopp
I've started learning python, and I have a couple questions regarding spyder: What is the purpose of having an ipython console in the bottom right and a text editor in the main window? When do you use each window? -- You received this message because you are subscribed to the Google Groups

Re: [spyder] Question About Updating Code and Re-running Interpreter

2012-12-31 Thread Carlos Córdoba
We really need to write a "Hitchhiker's guide to Spyder"! ;-) 2012/12/31 Pierre-Henri Jondot > > Le 30 déc. 2012 à 23:33, Jed Ludlow a écrit : > > >> Quitting spyder and running it again does not work, and I couldn't find >> anything in the menus. The only way I couldn't find was to look for >>

Re: [spyder] Question About Updating Code and Re-running Interpreter

2012-12-31 Thread Pierre-Henri Jondot
Le 30 déc. 2012 à 23:33, Jed Ludlow a écrit : > > Quitting spyder and running it again does not work, and I couldn't find > anything in the menus. The only way I couldn't find was to look for > initialization files for spyder and manually edit them (that is, .spyder.ini > under .spyder2 or .

Re: [spyder] Question About Updating Code and Re-running Interpreter

2012-12-26 Thread Carlos Córdoba
Hi Adam, If you make changes on the editor, you need to reevaluate your file using the F5 key so that they are recognized by the console. Cheers, Carlos El 26/12/12 03:00, Adam Becker escribió: Hello. I've begun using Spyder earlier today and I've really enjoyed its GUI features. I do h

[spyder] Question About Updating Code and Re-running Interpreter

2012-12-26 Thread Adam Becker
Hello. I've begun using Spyder earlier today and I've really enjoyed its GUI features. I do have a question: Whenever I update my code in the text-editor, simply typing: import file_name filename.code in the interpreter does not recognize the changes; for some reason, the changes are not re