From bafdce77cd40fd747c68d9b73256b1136083366e Mon Sep 17 00:00:00 2001 From: MSalvaris Date: Tue, 30 Oct 2018 17:53:43 +0000 Subject: [PATCH] Updates readme with cookiecutter readme --- {{cookiecutter.repo_name}}/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/Makefile b/{{cookiecutter.repo_name}}/Makefile index c166a69..8b9d22e 100644 --- a/{{cookiecutter.repo_name}}/Makefile +++ b/{{cookiecutter.repo_name}}/Makefile @@ -30,7 +30,7 @@ initial-setup: install-az-cli install-blobxfer select-subscription register-azb notebook: - export $(dotenv list | xargs) && jupyter notebook --ip=* --port=9999 --no-browser + export $(dotenv list | xargs) && jupyter notebook --ip=0.0.0.0 --port=9999 --no-browser transfer-to-fileshare: set-storage download-data prepare-data