Skip to content

Commit d157fa8

Browse files
committed
Document login vs. non-login shell behavior
1 parent fad1ce5 commit d157fa8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

notebook/notebookapp.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,10 @@ def _update_webapp_settings(self, change):
11601160
""")
11611161
)
11621162
terminado_settings = Dict(config=True,
1163-
help=_('Supply overrides for terminado. Currently only supports "shell_command".'))
1163+
help=_('Supply overrides for terminado. Currently only supports "shell_command". '
1164+
'On Unix, if "shell_command" is not provided, a non-login shell is launched '
1165+
"by default when the notebook server is connected to a terminal, a login "
1166+
"shell otherwise."))
11641167

11651168
cookie_options = Dict(config=True,
11661169
help=_("Extra keyword arguments to pass to `set_secure_cookie`."

0 commit comments

Comments
 (0)