ipython
解説
公式
初期設定は以下が詳しい
cheatsheet
want:
ok ipythonのglobalなhistoryを tail -f しておきたい。rstudioでもhistoryのpaneがあるように。 ipythonのhistoryは、ipython locate profile default
watch -n 3 "clear;sqlite3 ~/.ipython/profile_default/history.sqlite -cmd -batch 'select * from history;'|tail -n 20";