Control ipython history length
问题 The title pretty much says what I want. I want to have more than 1000 lines of input in my ipython-history; which means that pressing arrow-up commands older are showing up. Is this possible? (probably somewhere in ipython-config()?) Thanks 回答1: In http://2sn.org/python/ipython_config.py there is a # c.TerminalInteractiveShell.history_length = 10000 Does it work? 来源: https://stackoverflow.com/questions/26061049/control-ipython-history-length