From b5c21766327c4804a4216757484385378b709dd6 Mon Sep 17 00:00:00 2001 From: bourreP Date: Thu, 3 Jan 2019 11:57:51 +0100 Subject: [PATCH] Fix Terminal in the lab --- conf/jupyter_notebook_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/jupyter_notebook_config.py b/conf/jupyter_notebook_config.py index e21d97a..8566da2 100644 --- a/conf/jupyter_notebook_config.py +++ b/conf/jupyter_notebook_config.py @@ -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. #