Skip to content

Instantly share code, notes, and snippets.

@sgk
Created May 8, 2013 02:58
Show Gist options
  • Save sgk/5537886 to your computer and use it in GitHub Desktop.
Save sgk/5537886 to your computer and use it in GitHub Desktop.
ipythonで、^Dで確認なしで終了できるようにする。
ipythonで、^Dで確認なしで終了できるようにする。
% ipython profile create
% vi $HOME/.ipython/profile_default/ipython_config.py
以下の設定を行う。
c.TerminalInteractiveShell.confirm_exit = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment