README (371B)
1 This is the IPython startup directory 2 3 .py and .ipy files in this directory will be run *prior* to any code or files specified 4 via the exec_lines or exec_files configurables whenever you load this profile. 5 6 Files will be run in lexicographical order, so you can control the execution order of files 7 with a prefix, e.g.:: 8 9 00-first.py 10 50-middle.py 11 99-last.ipy