Show More
@@ -29,8 +29,15 b' def main():' | |||||
29 | # Try commenting this out if you have completion problems/slowness |
|
29 | # Try commenting this out if you have completion problems/slowness | |
30 |
import ipy_stock_completers |
|
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 | o = ip.options |
|
38 | o = ip.options | |
33 | # An example on how to set options |
|
39 | # An example on how to set options | |
34 | #o.autocall = 1 |
|
40 | #o.autocall = 1 | |
|
41 | o.system_verbose = 0 | |||
35 |
|
42 | |||
36 | main() |
|
43 | main() |
General Comments 0
You need to be logged in to leave comments.
Login now