On Tuesday, July 9, 2013 9:04:16 AM UTC-6, Fernando Saldanha wrote: > If I run my whole script file by clicking on the "Run file" icon the > execution is quite fast. However, if I select a large portion of the file > and then click on F9 all the commands scroll on the Console, which takes a > long time. Is there a way to go faster when I do not want to execute the > whole file? > > Bom dia, Fernando. This is a known issue that has yet to be addressed [1]. Right now, Spyder is executing each individual line in the selection, one at a time, and waiting for the results rather than pasting the whole block of code at once. That's why it's a bit slow.
[1] https://code.google.com/p/spyderlib/issues/detail?id=819 -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
