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