From 3f955febc521fa646ecb3ca85a5710165e8f6bda Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Thu, 17 Sep 2020 15:10:55 +0200
Subject: [PATCH] [jupyterhub] add debugging

---
 jupyterhub/base/jupyter_notebook_config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jupyterhub/base/jupyter_notebook_config.py b/jupyterhub/base/jupyter_notebook_config.py
index 3a2a847..41f1d14 100755
--- a/jupyterhub/base/jupyter_notebook_config.py
+++ b/jupyterhub/base/jupyter_notebook_config.py
@@ -2,3 +2,4 @@ c.NotebookApp.allow_root = True
 c.NotebookApp.terminado_settings = {"shell_command": ["/bin/bash", "-l"]}
 c.MultiKernelManager.default_kernel_name = "default"
 c.NotebookApp.notebook_dir = "/root"
+c.Session.debug = True
-- 
GitLab