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-history に 1000 行以上の入力が必要です。つまり、上向き矢印を押すと、古いコマンドが表示されます。これは可能ですか?(おそらく ipython-config() のどこか?)
ありがとう
http://2sn.org/python/ipython_config.pyには
# c.TerminalInteractiveShell.history_length = 10000
それは機能しますか?