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:
parent
7e67efb5aa
commit
7af38fdfa8
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ c.NotebookApp.terminado_settings = {'shell_command': ['/bin/bash']}
|
||||||
#
|
#
|
||||||
# Terminals may also be automatically disabled if the terminado package is not
|
# Terminals may also be automatically disabled if the terminado package is not
|
||||||
# available.
|
# available.
|
||||||
c.NotebookApp.terminals_enabled = __ENABLE_TERMINAL__
|
c.NotebookApp.terminals_enabled = bool(__ENABLE_TERMINAL__)
|
||||||
|
|
||||||
## Token used for authenticating first-time connections to the server.
|
## Token used for authenticating first-time connections to the server.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue