Browse Source

try an explicity ip

Steven Silvester 5 years ago
parent
commit
0fc0db49a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      binder/jupyter_notebook_config.py

+ 1 - 0
binder/jupyter_notebook_config.py

@@ -5,6 +5,7 @@ lab_command = ' '.join([
     '--debug',
     '--no-browser',
     '--port={port}',
+    '--NotebookApp.ip=127.0.0.1',
     '--NotebookApp.token=""',
     '--NotebookApp.use_redirect_file=False',
     '--NotebookApp.base_url={base_url}lab-dev',