Forráskód Böngészése

Try without the extra /

Yuvi Panda 6 éve
szülő
commit
b883718687
1 módosított fájl, 1 hozzáadás és 1 törlés
  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'
         ]
     }
 }