##// END OF EJS Templates
Enable history search with up arrow
Thomas Kluyver -
Show More
@@ -91,6 +91,7 b' class PTInteractiveShell(InteractiveShell):'
91 91 key_bindings_registry=kbmanager.registry,
92 92 history=history,
93 93 completer=IPythonPTCompleter(self.Completer),
94 enable_history_search=True,
94 95 style=style,
95 96 )
96 97
General Comments 0
You need to be logged in to leave comments. Login now