Re: [spyder] Re: Changing backend of IPython console

2015-01-29 Thread Yuxiang Wang
Gonzalo, You actually perfectly answered my question! And sorry that I wan't clear enough. I meant to ask that, if I change "Inline" to "Automatic" in the widget, and then close spyder, and re-open again - will it now go back to "Inline" default? Or will I see the last option that I chose, whic

Re: [spyder] Spyder defaults, widgets, plugins and Anaconda

2015-01-29 Thread Ronan Paixão
2015-01-28 20:28 GMT-02:00 Julien Hillairet : > By the way, why to the new figures open behind Spyder (without focus) ? I've also had problems with windows opening behind Spyder. Not only figures, but other PyQt apps as well. On the packaging thing, I have in other threads suggested a package m

Re: [spyder] How to install and run PyMetis in Spyder

2015-01-29 Thread Chris Edwards
Hi Carlos, Thank you for answering my plea. The short answer is No, I have not succeeded in running PyMetis yet. I have an iMac with OS X 10.10.2 installed and am currently running Spyder2 on both the iMac and on a Parallels virtual machine with Windows 7. I have other python code running on

Re: [spyder] Re: Changing backend of IPython console

2015-01-29 Thread Gonzalo Peña-Castellanos
Hi Shawn Not sure I get your question... that combobox would yield exactly the same results as what is currently changed in the preferences. If what you ask is the actual behavior then it would continue to be the same Cheers -- You received this message because you are subscribed to the Googl

Re: [spyder] code-completion

2015-01-29 Thread Big Stone
Hi Carlos, If you finally switch to Jedi : - do we need to have rope ? - don't we need to change the setup line ? requires=["rope (>=0.9.2)", "sphinx (>=0.6.0)", "PyQt4 (>=4.4)"], -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscrib

Re: [spyder] Re: Changing backend of IPython console

2015-01-29 Thread Yuxiang Wang
Hi all, 1) Just wanted to mention one pro for the "Automatic": I think a significant amount of users using matplotlib as their plotting tool for scientific publications. For those, the PPI usually needs to be 300. This would look too large for inline displays. 2) But also, I also like it that

[spyder] Re: Error in condapackagesgui

2015-01-29 Thread Gonzalo Peña-Castellanos
Hi Dave Thanks for the post. With conda unfortunately there are still some rough edges, that is why for the moment I left the plugin use only the packages available in the official repos. Indeed, as you point out is weird, maybe some leftover package that was not removed at some point? since this

[spyder] Re: Error in condapackagesgui

2015-01-29 Thread Dave Hirschfeld
On Thursday, 29 January 2015 14:29:19 UTC, Dave Hirschfeld wrote: > > > On Thursday, 29 January 2015 13:49:49 UTC, Gonzalo Peña-Castellanos wrote: >> >> Hi Dave >> >> Thanks for posting, >> >> I have fixed this bug in this PR ( >> https://bitbucket.org/spyder-ide/spyderlib/pull-request/102/fix-co

[spyder] Re: Error in condapackagesgui

2015-01-29 Thread Dave Hirschfeld
On Thursday, 29 January 2015 13:49:49 UTC, Gonzalo Peña-Castellanos wrote: > > Hi Dave > > Thanks for posting, > > I have fixed this bug in this PR ( > https://bitbucket.org/spyder-ide/spyderlib/pull-request/102/fix-conda-error > ) > > It should be merged soon ( *right Carlos :-)* ? ) > > The fi

[spyder] Re: Error in condapackagesgui

2015-01-29 Thread Gonzalo Peña-Castellanos
Hi Dave Thanks for posting, I have fixed this bug in this PR (https://bitbucket.org/spyder-ide/spyderlib/pull-request/102/fix-conda-error) It should be merged soon ( *right Carlos :-)* ? ) The fix is quite easy, you can see the changes I made in the PR. Of course it is a temporary fix. This

[spyder] Error in condapackagesgui

2015-01-29 Thread Dave Hirschfeld
Whenever I start spyder I get the following error in the internal console ``` Traceback (most recent call last): File "C:\dev\code\spyderlib\spyderplugins\widgets\condapackagesgui.py", line 1683, in _prepare_model self._setup_data() File "C:\dev\code\spyderlib\spyderplugins\widgets\condap

Re: [spyder] Re: Changing backend of IPython console

2015-01-29 Thread Julien Hillairet
I +1 this proposal, which is smart way to make à compromise and to switch easily the backend. Julien Le 29 janv. 2015 10:58, "Gonzalo Peña-Castellanos" a écrit : > Hi Carlos > > Thanks for raising this here. > > The issue (https://github.com/matplotlib/matplotlib/issues/596) you post > seems a b

Re: [spyder] How to install and run PyMetis in Spyder

2015-01-29 Thread Carlos Córdoba
Hi, A couple of questions: 1. Have you successfully ran PyMetis outside Spyder? 2. How did you install PyMetis? Cheers, Carlos El 29/01/15 a las 04:28, Chris escribió: Hi, I am trying to install and run PyMetis from within Spyder and am having trouble importing from PyMesh. If anyone succe

Re: [spyder] Changing backend of IPython console

2015-01-29 Thread Todd
On Thu, Jan 29, 2015 at 12:16 AM, Carlos Córdoba wrote: > Hi all, > > To no hijack Gonzalo's thread about Spyder defaults and widgets, I'd like > to ask you here if you think changing the IPython Matplotlib backend from > Inline to Automatic (or Qt, should be the same) is the best course of > ac

[spyder] Re: Changing backend of IPython console

2015-01-29 Thread Gonzalo Peña-Castellanos
Hi Carlos Thanks for raising this here. The issue (https://github.com/matplotlib/matplotlib/issues/596) you post seems a bit old and untouched, any real chance something changing there? I think this is also a very subjective decision, because it would be based on 2 (,3,4 ,5 maybe 10, maybe mor

[spyder] How to install and run PyMetis in Spyder

2015-01-29 Thread Chris
Hi, I am trying to install and run PyMetis from within Spyder and am having trouble importing from PyMesh. If anyone successfully achieved an execution of PyMetis from within Spyder I would be exceedingly grateful to hear if there are any traps that I might be missing. I suspect Paths may be a

Re: [spyder] Changing backend of IPython console

2015-01-29 Thread Julien Hillairet
Dear Carlos, To my opinion, the main cons with inline figures are - when, in interactive mode, one wants to add progressively labels or change font size, color etc. Inline mode is not convenient for such purpose. - when one has to deal with multiple figures at the same time. - when users want to z