无缓冲模式下的 IPython

puf*_*ish 5 python ipython

有没有办法在无缓冲模式下运行 IPython?

python -u为标准 python shell 提供无缓冲 IO 的方式相同

lio*_*ori 0

尝试:

python -u `which ipython`
Run Code Online (Sandbox Code Playgroud)

但不确定它是否会起作用。