[IPython-user] Capturing output with logging

Tony Cappellini cappy2112@gmail....
Sun Mar 2 23:41:39 CST 2008


I wanted to save the output of %quickref to a file

so I initiated %logstart -o
%quickref
%logoff


The logfile only contains this
_ip.magic(r"cd \atemp")
_ip.magic("cd Varscanner/")
_ip.magic("logstart -o")
_ip.magic("quickref ")
_ip.magic("logstop ")
_ip.magic("quickref ")


The output of %quickref isn't in the logfile.
What did I miss?

I've got the iPython manual open to %logstart- but something isn't
working the way I'd expect


More information about the IPython-user mailing list