From 970f93aa30ca00e19a626592c1317260e42bd9ca Mon Sep 17 00:00:00 2001 From: hsubbaraj-spiral Date: Fri, 8 Jul 2022 17:42:13 +0000 Subject: [PATCH] changed UI port in example to 8080 --- examples/churn_prediction/Build and Deploy Churn Ensemble.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/churn_prediction/Build and Deploy Churn Ensemble.ipynb b/examples/churn_prediction/Build and Deploy Churn Ensemble.ipynb index 5dd30284a..4fd5e0a73 100644 --- a/examples/churn_prediction/Build and Deploy Churn Ensemble.ipynb +++ b/examples/churn_prediction/Build and Deploy Churn Ensemble.ipynb @@ -3030,7 +3030,7 @@ "id": "f3cf2bac-cd47-4a5d-826a-8f625b387d1e", "metadata": {}, "source": [ - "Great, we're done! You can go on over to the Aqueduct UI now at `{your_server_address}:3000`.\n", + "Great, we're done! You can go on over to the Aqueduct UI now at `{your_server_address}:8080`.\n", "\n", "and you should see a new workflow called `Demo Churn Ensemble`. It might take a minute or two to get up and running, but once that's done, you'll be able to click around the different stages of the workflow and see the intermediary results at each stage, trigger new runs, and see previous versions. \n", "\n",