Try to enable dashboard (again) (#6069)

* Revert "Revert "Enable the Ray dashboard by default (#5976)" (#6068)"

This reverts commit 1a3e97cf23.

* fix tests that assume the dashboard isn't a job

* travis
This commit is contained in:
Eric Liang
2019-11-08 10:48:48 -08:00
committed by GitHub
parent 5a05eaaa54
commit 4044af8520
9 changed files with 39 additions and 35 deletions
+3
View File
@@ -579,6 +579,9 @@ class Node(object):
# The dashboard is Python3.x only.
if PY3 and self._ray_params.include_webui:
self.start_dashboard()
else:
logger.info(
"To enable the Ray Web UI, run `pip install ray[dashboard]`.")
def start_ray_processes(self):
"""Start all of the processes on the node."""