Jupyter Configuration jupyter notebook --generate-config Edit ~/.jupyter/jupyter_notebook_config.py: ## The IP address the notebook server will listen on. #c.NotebookApp.ip = 'localhost' To: ## The IP address the notebook server will listen on. c.NotebookApp.ip = '*'