diff --git a/machine-learning-ui/jupyter_notebook_config.py b/machine-learning-ui/jupyter_notebook_config.py index 33ddb91..4945cae 100644 --- a/machine-learning-ui/jupyter_notebook_config.py +++ b/machine-learning-ui/jupyter_notebook_config.py @@ -1,7 +1,7 @@ c = get_config() c.ContentsManager.root_dir = "/root/" c.NotebookApp.allow_root = True -c.NotebookApp.ip = '*' +c.NotebookApp.ip = '0.0.0.0' c.NotebookApp.open_browser = False c.NotebookApp.port = 8888