1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

force ENABLE_TERMINAL as boolean

This commit is contained in:
Pierre Bourré 2019-01-03 20:27:53 +01:00
parent 7e67efb5aa
commit 7af38fdfa8

View file

@ -329,7 +329,7 @@ c.NotebookApp.terminado_settings = {'shell_command': ['/bin/bash']}
#
# Terminals may also be automatically disabled if the terminado package is not
# available.
c.NotebookApp.terminals_enabled = __ENABLE_TERMINAL__
c.NotebookApp.terminals_enabled = bool(__ENABLE_TERMINAL__)
## Token used for authenticating first-time connections to the server.
#