File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 48
48
}
49
49
app_flags .update (boolean_flag (
50
50
'confirm-exit' , 'JupyterConsoleApp.confirm_exit' ,
51
- """Set to display confirmation dialog on exit. You can always use 'exit' or 'quit',
52
- to force a direct exit without any confirmation.
51
+ """Set to display confirmation dialog on exit. You can always use 'exit' or
52
+ 'quit', to force a direct exit without any confirmation. This can also
53
+ be set in the config file by setting
54
+ `c.TerminalInteractiveShell.confirm_exit`.
53
55
""" ,
54
56
"""Don't prompt the user when exiting. This will terminate the kernel
55
57
if it is owned by the frontend, and leave it alive if it is external.
58
+ This can also be set in the config file by setting
59
+ `c.TerminalInteractiveShell.confirm_exit`.
56
60
"""
57
61
))
58
62
flags .update (app_flags )
You can’t perform that action at this time.
0 commit comments