Explorar o código

Try without the extra /

Yuvi Panda %!s(int64=6) %!d(string=hai) anos
pai
achega
b883718687
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'
         ]
     }
 }