Answer
$ cat ~/.python_history
or
$ python
import readline
for i in range(readline.get_current_history_length()):
print (readline.get_history_item(i + 1))
how do you see the entire command history in interactive python? - Stack Overflow
ipython
$ sqlite3 ~/.ipython/profile_default/history.sqlite --batch 'SELECT source_raw FROM history'
インタラクティブモード内でマジックコマンドも利用可能
%history
%history -g
Original by Github issue
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。