From 51137375fe066fdbadd4c3b17b0bb91638826628 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Thu, 21 Sep 2017 12:04:38 +0000 Subject: [PATCH] SSDM-4223 : Jupyter integration SVN: 38744 --- .../1/as/webapps/eln-lims/html/js/config/Profile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js index 60cc1dac5d7..d2a6a4ad378 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js @@ -124,9 +124,9 @@ $.extend(DefaultProfile.prototype, { // jupyterhub -f jupyterhub_config.py --no-ssl // Jupyter integration config - this.jupyterOpenbisEndpoint = "http://10.0.2.2:8888"; //Should not end with slash - this.jupyterIntegrationServerEndpoint = "https://127.0.0.1:8123"; - this.jupyterEndpoint = "http://127.0.0.1:8000/"; +// this.jupyterOpenbisEndpoint = "http://10.0.2.2:8888"; //Should not end with slash +// this.jupyterIntegrationServerEndpoint = "https://127.0.0.1:8123"; +// this.jupyterEndpoint = "http://127.0.0.1:8000/"; this.forcedDisableRTF = ["FREEFORM_TABLE_STATE","NAME", "SEQUENCE"]; this.forceMonospaceFont = ["SEQUENCE"]; -- GitLab