mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +00:00
Retain current default port and interface IP
(c) Copyright IBM Corp. 2015
This commit is contained in:
@@ -8,6 +8,8 @@ import stat
|
|||||||
PEM_FILE = os.path.join(jupyter_data_dir(), 'notebook.pem')
|
PEM_FILE = os.path.join(jupyter_data_dir(), 'notebook.pem')
|
||||||
|
|
||||||
c = get_config()
|
c = get_config()
|
||||||
|
c.NotebookApp.ip = '*'
|
||||||
|
c.NotebookApp.port = 8888
|
||||||
c.NotebookApp.open_browser = False
|
c.NotebookApp.open_browser = False
|
||||||
|
|
||||||
# Set a certificate if USE_HTTPS is set to any value
|
# Set a certificate if USE_HTTPS is set to any value
|
||||||
|
Reference in New Issue
Block a user