##// END OF EJS Templates
Docs: mention empty histrange behavior of `%save`
Blazej Michalik -
Show More
@@ -202,6 +202,9 b' class CodeMagics(Magics):'
202 This function uses the same syntax as %history for input ranges,
202 This function 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
206 this point.
207
205 It adds a '.py' extension to the file if you don't do so yourself, and
208 It adds a '.py' extension to the file if you don't do so yourself, and
206 it asks for confirmation before overwriting existing files.
209 it asks for confirmation before overwriting existing files.
207
210
General Comments 0
You need to be logged in to leave comments. Login now