Tech notes

Daily notes about my IT activities.

2014-08-01

ipython: prevent ipython from printing an exit confirmation message

by hackprime

#!bash
ipython profile create
echo 'c.TerminalInteractiveShell.confirm_exit = False' >> ~/.ipython/profile_default/ipython_config.py