Show More
@@ -27,10 +27,17 b' ip = IPython.ipapi.get()' | |||||
27 | def main(): |
|
27 | def main(): | |
28 | # Handy tab-completers for %cd, %run, import etc. |
|
28 | # Handy tab-completers for %cd, %run, import etc. | |
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 | ||||
|
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 | 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