Browse Source

Try without the extra /

Yuvi Panda 6 years ago
parent
commit
b883718687
1 changed files with 1 additions and 1 deletions
  1. 1 1
      binder/jupyter_notebook_config.py

+ 1 - 1
binder/jupyter_notebook_config.py

@@ -7,7 +7,7 @@ c.ServerProxy.servers = {
             '--dev-mode',
             '--port={port}',
             '--NotebookApp.token=""',
-            '--NotebookApp.base_url={base_url}/lab-dev'
+            '--NotebookApp.base_url={base_url}lab-dev'
         ]
     }
 }