Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アンバッファ モードで IPython を実行する方法はありますか?
python -u標準の python シェルにバッファリングされていない IO を与えるのと同じ方法
python -u
試す:
python -u `which ipython`
ただし、うまくいくかどうかはわかりません。