##// END OF EJS Templates
ipy_user_conf disables system_verbose as default
vivainio -
Show More
@@ -29,8 +29,15 b' def main():'
29 29 # Try commenting this out if you have completion problems/slowness
30 30 import ipy_stock_completers
31 31
32 # uncomment if you want to get ipython -p sh behaviour
33 # without having to use command line switches
34
35 # import ipy_profile_sh
36
37
32 38 o = ip.options
33 39 # An example on how to set options
34 40 #o.autocall = 1
41 o.system_verbose = 0
35 42
36 43 main()
General Comments 0
You need to be logged in to leave comments. Login now