mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +00:00
Remove trivial env vars, doc command line args
* Remove PORT and INTERFACE env vars which can conflict with other systems (e.g., Mesos) * Document command line pass-through to start-notebook.sh (c) Copyright IBM Corp. 2015
This commit is contained in:
@@ -8,8 +8,6 @@ import stat
|
||||
PEM_FILE = os.path.join(jupyter_data_dir(), 'notebook.pem')
|
||||
|
||||
c = get_config()
|
||||
c.NotebookApp.ip = os.getenv('INTERFACE', '') or '*'
|
||||
c.NotebookApp.port = int(os.getenv('PORT', '') or 8888)
|
||||
c.NotebookApp.open_browser = False
|
||||
|
||||
# Set a certificate if USE_HTTPS is set to any value
|
||||
|
Reference in New Issue
Block a user