Commit 34119974 authored by Peter Parente's avatar Peter Parente

Retain current default port and interface IP

(c) Copyright IBM Corp. 2015
parent ad99f8c7
...@@ -8,6 +8,8 @@ import stat ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment