On 09/25/2013 05:04 PM, [email protected] 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 just that, an editor of text, you cannot run code. You can run code in ipython as it is an interactive shell to Python. The two are connected in Spyder by the green arrows on the toolbar, that allow you to run code contained in the text editor in either the Python console or the ipython console.
-- Adrian Klaver [email protected] -- 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.
