Retain current default port and interface IP

(c) Copyright IBM Corp. 2015
This commit is contained in:
Peter Parente
2015-10-20 22:43:12 -04:00
parent ad99f8c74f
commit 3411997451

View File

@@ -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