When I open a python or ipython from command-line, I don’t have commands history from previous use, using up key
Is there a way to configure it, to remember commands, like a .bash_history?
When I open a python or ipython from command-line, I don’t have commands history
Share
Exit ipython cleanly with Ctrl+D and ipython should do this by default.