##// END OF EJS Templates
ipy_user_conf disables system_verbose as default
vivainio -
Show More
@@ -27,10 +27,17 b' ip = IPython.ipapi.get()'
27 27 def main():
28 28 # Handy tab-completers for %cd, %run, import etc.
29 29 # Try commenting this out if you have completion problems/slowness
30 import ipy_stock_completers
30 import ipy_stock_completers
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
31 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