##// END OF EJS Templates
Fix displaying history when output cache is disabled....
Thomas Kluyver -
Show More
@@ -121,10 +121,6 b' class HistoryMagics(Magics):'
121
121
122 """
122 """
123
123
124 if not self.shell.displayhook.do_full_cache:
125 print('This feature is only available if numbered prompts '
126 'are in use.')
127 return
128 args = parse_argstring(self.history, parameter_s)
124 args = parse_argstring(self.history, parameter_s)
129
125
130 # For brevity
126 # For brevity
General Comments 0
You need to be logged in to leave comments. Login now