Is there a way to run IPython in unbuffered mode?
The same way as python -u gives unbuffered IO for the standard python shell
|
|
|
|
|
|
|
Try:
Not sure if it will work, though. |
||
|
|
|
|
From Python's man page:
If using unbuffered mode interferes with readline, it certainly would interfere even more with all the magic editing and auto-completion that iPython gives you. I'm inclined to suspect that's why that command line option isn't in iPython. |
||
|
|