Show More
@@ -154,9 +154,7 b' class TerminalInteractiveShell(InteractiveShell):' | |||
|
154 | 154 | app = create_prompt_application(multiline=True, |
|
155 | 155 | lexer=PygmentsLexer(Python3Lexer if PY3 else PythonLexer), |
|
156 | 156 | get_prompt_tokens=self.get_prompt_tokens, |
|
157 | # The line below is waiting for a new release of | |
|
158 | # prompt_toolkit (> 0.57) | |
|
159 | #get_continuation_tokens=self.get_continuation_tokens, | |
|
157 | get_continuation_tokens=self.get_continuation_tokens, | |
|
160 | 158 | key_bindings_registry=kbmanager.registry, |
|
161 | 159 | history=history, |
|
162 | 160 | completer=IPythonPTCompleter(self.Completer), |
General Comments 0
You need to be logged in to leave comments.
Login now