##// END OF EJS Templates
Fix qtconsole input prompt accounting...
Fix qtconsole input prompt accounting - Ensure prompt text is flushed after showing - Ensure prompt position is adjusted when reading input - Keep pending text to insert only when inserting at end This fixes `ipdb>` input prompts when debugging a file in qtconsole.

File last commit:

r14009:6f019b30
r17519:66ddc129
Show More
logger.py
3 lines | 114 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import iploggerapp as app
app.launch_new_instance()