Turn Off iPython Exit Confirmation
1 min read

Turn Off iPython Exit Confirmation

Edit your ipython config file and add/edit
c.TerminalInteractiveShell.confirm_exit = False

Note: If you do not have have a config file, run ipython profile create to create one.