mirror of
https://github.com/wassname/ray.git
synced 2026-08-08 11:25:28 +08:00
* Embedded timeline * Yeah * Fixed arrows not showing up. * Fixed arrows not showing up, and added check boxes for the kinds of dependencies that should be included in the trace. * first * Fixes * Fixed typo in comments, added more comments. fixed linting. * Added more comments. * Formatting. * fixes * Fixed state.py linting. * Fixed ui.py linting errors. * Fixed linting errors. * Renamed task dependencies and included instructions for viewing arrows. * Fixed according to PR comments. * Fixed bug. * Undid changes to metadata blocks. * Fixes according to comments. * Fixed linting. * Fixed linting. * NOQA keyword added to link line.
2.4 KiB
2.4 KiB
In [ ]:
import os
import ray
import ray.experimental.ui as ui
ray.init(redis_address=os.environ["REDIS_ADDRESS"])In [ ]:
ui.object_search_bar()In [ ]:
ui.task_search_bar()In [ ]:
ui.task_timeline()In [ ]:
ui.task_completion_time_distribution()In [ ]:
ui.cpu_usage()In [ ]:
ui.cluster_usage()