Show More
@@ -52,7 +52,7 b' and WXWidgets (via their Python interfaces).' | |||
|
52 | 52 | .sp 1 |
|
53 | 53 | Note that with \-wthread, you can additionally use the \-wxversion option to |
|
54 | 54 | request a specific version of wx to be used. This requires that you have the |
|
55 |
|
|
|
55 | wxversion Python module installed, which is part of recent wxPython | |
|
56 | 56 | distributions. |
|
57 | 57 | .br |
|
58 | 58 | .sp 1 |
@@ -109,7 +109,7 b' Show summary of options.' | |||
|
109 | 109 | .B \-autocall <val> |
|
110 | 110 | Make IPython automatically call any callable object even if you didn't type |
|
111 | 111 | explicit parentheses. For example, 'str 43' becomes |
|
112 |
|
|
|
112 | str(43) automatically. The value can be '0' to disable the | |
|
113 | 113 | feature, '1' for 'smart' autocall, where it is not applied if |
|
114 | 114 | there are no more arguments on the line, and '2' for 'full' |
|
115 | 115 | autocall, where all callable objects are automatically called |
@@ -216,7 +216,7 b' logfile). With \\-logplay, IPython will try to reconstruct the previous' | |||
|
216 | 216 | working environment in full, not just execute the commands in the |
|
217 | 217 | logfile. |
|
218 | 218 | .br |
|
219 |
.s |
|
|
219 | .sp 1 | |
|
220 | 220 | When a session is restored, logging is automatically turned on again |
|
221 | 221 | with the name of the logfile it was invoked with (it is read from the |
|
222 | 222 | log header). So once you've turned logging on for a session, you can |
@@ -227,7 +227,7 b' continue to log its history and restore from the beginning every time.' | |||
|
227 | 227 | Caveats: there are limitations in this option. The history variables |
|
228 | 228 | _i*,_* and _dh don't get restored properly. In the future we will try |
|
229 | 229 | to implement full session saving by writing and retrieving a |
|
230 |
|
|
|
230 | snapshot of the memory state of IPython. But our first attempts | |
|
231 | 231 | failed because of inherent limitations of Python's Pickle module, so |
|
232 | 232 | this may have to wait. |
|
233 | 233 | .TP |
General Comments 0
You need to be logged in to leave comments.
Login now