Created
May 8, 2013 02:58
-
-
Save sgk/5537886 to your computer and use it in GitHub Desktop.
ipythonで、^Dで確認なしで終了できるようにする。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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