##// END OF EJS Templates
Turn out prompt & traceback colours on when using prompt_toolkit
Thomas Kluyver -
Show More
@@ -29,6 +29,8 b' class IPythonPTCompleter(Completer):'
29
29
30
30
31 class PTInteractiveShell(InteractiveShell):
31 class PTInteractiveShell(InteractiveShell):
32 colors_force = True
33
32 pt_cli = None
34 pt_cli = None
33
35
34 def get_prompt_tokens(self, cli):
36 def get_prompt_tokens(self, cli):
General Comments 0
You need to be logged in to leave comments. Login now