ipython
解説
https://jakevdp.github.io/PythonDataScienceHandbook/
公式
Jupyter and the future of IPython — IPython
初期設定は以下が詳しい
Jupyter, Ipythonの設定 ~起動、グラフの日本語表示、エイリアス、インライン表示、スタートアップモジュールインポート~ - Qiita #エイリアス
cheatsheet
https://www.cheatography.com/vjust/cheat-sheets/ipython-history/pdf_bw/
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";