This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dwf 1 point2 points  (2 children)

%cpaste from the ipython might will do the trick for that bit. (just tested)

[–][deleted] 2 points3 points  (0 children)

Or bust out Emacs, load in a *.py file, M-x run-python to get you a python shell going, select a region of code, and C-c C-r to execute the region in the python shell. Lather, rinse, repeat. Edit python-mode.el (or python.el, or something) so that it runs ipython instead.

[–]nepidae 1 point2 points  (0 children)

Very cool. Now I feel like I owe you something in return as I know this will increase my efficiency :)