From e8105d24b9585a2cb0e831dec8ef4f5cc9151ffc Mon Sep 17 00:00:00 2001
From: vermeul <swen@ethz.ch>
Date: Sun, 31 Mar 2019 19:58:02 +0200
Subject: [PATCH] removed trailing comma

---
 .../jupyter_notebook_config.d/jupyter_openbis_extension.json    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jupyter-config/jupyter_notebook_config.d/jupyter_openbis_extension.json b/jupyter-config/jupyter_notebook_config.d/jupyter_openbis_extension.json
index 422db2e..501e38c 100644
--- a/jupyter-config/jupyter_notebook_config.d/jupyter_openbis_extension.json
+++ b/jupyter-config/jupyter_notebook_config.d/jupyter_openbis_extension.json
@@ -1,7 +1,7 @@
 {
   "NotebookApp": {
     "nbserver_extensions": {
-      "jupyter-openbis-extension.server": true,
+      "jupyter-openbis-extension.server": true
     }
   }
 }
-- 
GitLab