Show More
@@ -185,7 +185,7 b' class CodeMagics(Magics):' | |||||
185 | """Save a set of lines or a macro to a given filename. |
|
185 | """Save a set of lines or a macro to a given filename. | |
186 |
|
186 | |||
187 | Usage:\\ |
|
187 | Usage:\\ | |
188 |
%save [options] filename |
|
188 | %save [options] filename [history] | |
189 |
|
189 | |||
190 | Options: |
|
190 | Options: | |
191 |
|
191 | |||
@@ -199,7 +199,7 b' class CodeMagics(Magics):' | |||||
199 |
|
199 | |||
200 | -a: append to the file instead of overwriting it. |
|
200 | -a: append to the file instead of overwriting it. | |
201 |
|
201 | |||
202 |
Th |
|
202 | The history argument uses the same syntax as %history for input ranges, | |
203 | then saves the lines to the filename you specify. |
|
203 | then saves the lines to the filename you specify. | |
204 |
|
204 | |||
205 | If no ranges are specified, saves history of the current session up to |
|
205 | If no ranges are specified, saves history of the current session up to |
General Comments 0
You need to be logged in to leave comments.
Login now