Is there any way to automatically create a transcript of an interactive Python session?

Kent Johnson kent at kentsjohnson.com
Sun Feb 18 23:48:12 EST 2007


Jonathan Mark wrote:
> Some languages, such as Scheme, permit you to make a transcript of an
> interactive console session. Is there a way to do that in Python?
> 
Maybe IPython's logging feature is what you want?
http://ipython.scipy.org/doc/manual/node6.html#SECTION00066000000000000000

Kent



More information about the Python-list mailing list