1
0
Fork 0
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:
bourreP 2019-01-03 11:57:51 +01:00 committed by GitHub
parent 12baeb5e63
commit b5c2176632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
#