Skip to content

Instantly share code, notes, and snippets.

@Superbil
Created January 9, 2013 07:34
Show Gist options
  • Save Superbil/4491363 to your computer and use it in GitHub Desktop.
Save Superbil/4491363 to your computer and use it in GitHub Desktop.
my ipython config
# 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