From 246be812f01403219b536bbfddc5f0cde1ec2b7a Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Sat, 2 Sep 2017 23:55:10 -0700 Subject: [PATCH] upd (#917) --- python/ray/services.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/ray/services.py b/python/ray/services.py index 27a83f1d5..f3278cadc 100644 --- a/python/ray/services.py +++ b/python/ray/services.py @@ -507,8 +507,12 @@ def start_ui(redis_address, stdout_file=None, stderr_file=None, cleanup=True): if cleanup: all_processes[PROCESS_TYPE_WEB_UI].append(ui_process) + print() + print("=" * 70) print("View the web UI at http://localhost:{}/notebooks/ray_ui{}.ipynb" .format(port, random_ui_id)) + print("=" * 70) + print() def start_local_scheduler(redis_address,