##// END OF EJS Templates
Forgot to commit docstring about this feature
fperez -
Show More
@@ -42,6 +42,10 b" def magic_history(self, parameter_s = ''):"
42 This includes the "shadow history" (almost all commands ever written).
42 This includes the "shadow history" (almost all commands ever written).
43 Use '%hist -g' to show full shadow history (may be very long).
43 Use '%hist -g' to show full shadow history (may be very long).
44 In shadow history, every index nuwber starts with 0.
44 In shadow history, every index nuwber starts with 0.
45
46 -f FILENAME: instead of printing the output to the screen, redirect it to
47 the given file. The file is always overwritten, though IPython asks for
48 confirmation first if it already exists.
45
49
46
50
47 """
51 """
General Comments 0
You need to be logged in to leave comments. Login now