Nice copy in interactive terminal
Chris Rebert
clp2 at rebertia.com
Thu Aug 13 00:42:15 EDT 2009
On Thu, Aug 13, 2009 at 12:15 AM, casebash<walkraft at gmail.com> wrote:
> Hello fellow Python Users,
>
> I've been wondering for a while if there exists an interactive
> terminal which has nice copy feature (ie. I can copy code without
> getting the >>> in front of every line).
Not quite answering your exact question, but:
- You can control the text of the prompt by modifying sys.ps1
- IPython (http://ipython.scipy.org/moin/) has powerful history
features that are handy if you want a transcript of a REPL session
Cheers,
Chris
--
http://blog.rebertia.com
More information about the Python-list
mailing list