c.InteractiveShellApp.exec_lines = ['%autoreload 2',] c.InteractiveShellApp.extensions = ['autoreload'] c.InteractiveShell.history_length = 100 * 1000 * 1000 c.InteractiveShell.history_load_length = 100 * 1000 * 1000 c.InteractiveShell.pdb = True c.TerminalInteractiveShell.editing_mode = 'vi' c.TerminalInteractiveShell.modal_cursor = False c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False