mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Fix Terminal in the lab
This commit is contained in:
parent
12baeb5e63
commit
b5c2176632
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ c.NotebookApp.disable_check_xsrf = True
|
|||
#c.NotebookApp.ssl_options = {}
|
||||
|
||||
## Supply overrides for terminado. Currently only supports "shell_command".
|
||||
#c.NotebookApp.terminado_settings = {}
|
||||
c.NotebookApp.terminado_settings = {'shell_command': ['/bin/bash']}
|
||||
|
||||
## Set to False to disable terminals.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue