Skip to content

Instantly share code, notes, and snippets.

@uchida
Created February 4, 2013 13:15
Show Gist options
  • Save uchida/4706685 to your computer and use it in GitHub Desktop.
Save uchida/4706685 to your computer and use it in GitHub Desktop.
c = get_config()
c.TerminalInteractiveShell.confirm_exit = False
c.TerminalInteractiveShell.logstart = True
from time import strftime
c.TerminalInteractiveShell.logfile = strftime('ipython-%Y%m%d-%T.py')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment