diff --git a/conf/jupyter_notebook_config.py b/conf/jupyter_notebook_config.py index 4e6a58d..e1f8000 100644 --- a/conf/jupyter_notebook_config.py +++ b/conf/jupyter_notebook_config.py @@ -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. #