We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad1ce5 commit d157fa8Copy full SHA for d157fa8
notebook/notebookapp.py
@@ -1160,7 +1160,10 @@ def _update_webapp_settings(self, change):
1160
""")
1161
)
1162
terminado_settings = Dict(config=True,
1163
- help=_('Supply overrides for terminado. Currently only supports "shell_command".'))
+ 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."))
1167
1168
cookie_options = Dict(config=True,
1169
help=_("Extra keyword arguments to pass to `set_secure_cookie`."
0 commit comments