##// END OF EJS Templates
load bundled profiles without having to use 'profile create' or '--init'...
load bundled profiles without having to use 'profile create' or '--init' This lets `ipython profile=math` etc. behave as expected on first use. *only* bundled config files, and not generated ones will be staged in this way. Extra tweak: ProfileDir.copy_config_file returns True on copy, False on no-op.

File last commit:

r1420:34bafc01
r4122:f256659d
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
x = 1
print 'x is:',x