Show More
@@ -120,6 +120,17 b' IPython or in a text editor. You can also save all your history by turning on' | |||
|
120 | 120 | logging via %logstart; these logs can later be either reloaded as IPython |
|
121 | 121 | sessions or used as code for your programs. |
|
122 | 122 | |
|
123 | In particular, note taht the %rep magic function can repeat a command or get a | |
|
124 | command to the input line for further editing:: | |
|
125 | ||
|
126 | $ l = ["hei", "vaan"] | |
|
127 | $ "".join(l) | |
|
128 | ==> heivaan | |
|
129 | $ %rep | |
|
130 | $ heivaan_ <== cursor blinking | |
|
131 | ||
|
132 | For more details, type ``%rep?`` as usual. | |
|
133 | ||
|
123 | 134 | Define your own system aliases |
|
124 | 135 | ------------------------------ |
|
125 | 136 |
General Comments 0
You need to be logged in to leave comments.
Login now