[IPython-user] buffering of %run <script> output after modification
Lev Givon
lev@columbia....
Mon Feb 12 18:45:59 CST 2007
I have noticed that modifying a Python script containing calls to
subroutines that write to stdout after executing it once via the %run
directive from within ipython somehow causes the output of subsequent
%run invocations of the script to be buffered (i.e., and only
displayed after the script finishes running). Is this expected behavior?
I am using ipython 0.7.3 on Linux.
L.G.
More information about the IPython-user
mailing list