Show More
@@ -0,0 +1,7 b'' | |||||
|
1 | import IPython.ipapi | |||
|
2 | ip = IPython.ipapi.get() | |||
|
3 | ||||
|
4 | def main(): | |||
|
5 | ip.magic('rehashdir c:/opt/kdiff3') | |||
|
6 | ||||
|
7 | main() |
@@ -24,8 +24,9 b' ip = IPython.ipapi.get()' | |||||
24 |
|
24 | |||
25 | def main(): |
|
25 | def main(): | |
26 | o = ip.options() |
|
26 | o = ip.options() | |
|
27 | import ipy_apps | |||
27 | # An example on how to set options |
|
28 | # An example on how to set options | |
28 | #o.autocall = 1 |
|
29 | #o.autocall = 1 | |
29 |
|
30 | |||
30 | main() |
|
31 | main() | |
31 | No newline at end of file |
|
32 |
General Comments 0
You need to be logged in to leave comments.
Login now