got it working. created the following file.
nano ~/.jupyter/jupyter_notebook_config.py
c.NotebookApp.ip = '0.0.0.0' # Listens on all network interfaces
c.NotebookApp.open_browser = False
found solution in Jupyter notebook browser page not loading - #33 by Christopher_Hastings
G