Skip to content
Snippets Groups Projects
Commit 51137375 authored by juanf's avatar juanf
Browse files

SSDM-4223 : Jupyter integration

SVN: 38744
parent 4114c692
No related branches found
No related tags found
No related merge requests found
......@@ -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"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment