What to do if you lost your ipythonrc file.
# -*- Mode: Shell-Script -*- Not really, but shows comments correctly # $Id: ipythonrc,v 1.16 2005/04/07 00:08:27 fperez Exp $ #*************************************************************************** # # Configuration file for IPython -- ipythonrc format # # The format of this file is simply one of 'key value' lines. # Lines containing only whitespace at the beginning and then a # are ignored # as comments. But comments can NOT be put on lines with data. # The meaning and use of each key are explained below. #--------------------------------------------------------------------------- # Section: included files # Put one or more *config* files (with the syntax of this file) you want to # include. For keys with a unique value the outermost file has precedence. For # keys with multiple values, they all get assembled into a list which then # gets loaded by IPython. # In this file, all lists of things should simply be space-separated. # This allows you to build hierarchies of fi...