Created
January 9, 2013 07:34
-
-
Save Superbil/4491363 to your computer and use it in GitHub Desktop.
my ipython config
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
# Configuration file for ipython. | |
c = get_config() | |
# set editor to emacs | |
c.InteractiveShell.editor = 'emacsclient -c' | |
c.IPythonWidget.editor = 'emacsclient -c' | |
# Dont' confirm when exit | |
c.TerminalInteractiveShell.confirm_exit = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment