c.InteractiveShell.color_info = True
c.InteractiveShell.colors = 'Linux'
-c.Completer.greedy = True
-
c.TerminalIPythonApp.display_banner = False
-c.InteractiveShellApp.ignore_old_config=True
c.TerminalInteractiveShell.confirm_exit = False
+c.TerminalInteractiveShell.display_completions = 'readlinelike'