On Fri, May 10, 2013 at 10:58 AM, Michael O'Leary <mich...@seomoz.org>wrote:
> I am working on a project in which the code and data I am working with are > all on an Amazon EC2 machine. So far I have been ssh'ing to the EC2 machine > in two terminal windows, running emacs or vi in one of them to view and > update the code and running the "python -m pdb ..." debugger in the other > one to step through the code. > > I would prefer to work with an IDE that displays and updates program state > automatically, but I don't know which ones I could launch from a remote > machine and have it display within a terminal window or use XWindows or GTK > to display in its own window. Are there any Python debuggers or IDEs that > can be used in this kind of setting? > Thanks, > Mike > > I think IPython could be a useful here. Kick start a IPython notebook on Amazon machine and open it over https locally. More information on this here http://ipython.org/ipython-doc/dev/interactive/htmlnotebook.html -Abhi > _______________________________________________ > Tutor maillist - Tutor@python.org > To unsubscribe or change subscription options: > http://mail.python.org/mailman/listinfo/tutor > >
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor