mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 12:38:39 +08:00
Automatically start web UI in ray.init(). (#687)
* Start up webui on ray.init * Removed .ipynb checkpoint folders. * Removed print statements in cleanup function. * Fixed * Removed extra file. * Cleaned up ui. * Don't start browser automatically in ray.init(), also copy the notebook every time so that changes don't persist. * Update setup.py and installation instructions to install jupyter. * Don't automatically install jupyter, don't start the UI if jupyter is not installed. * Improve error message when failing to start UI.
This commit is contained in:
committed by
Robert Nishihara
parent
3052ce25a6
commit
ed9380d73d
+2
-1
@@ -48,7 +48,8 @@ files_to_include = [
|
||||
"ray/core/src/local_scheduler/local_scheduler",
|
||||
"ray/core/src/local_scheduler/liblocal_scheduler_library.so",
|
||||
"ray/core/src/numbuf/libnumbuf.so",
|
||||
"ray/core/src/global_scheduler/global_scheduler"
|
||||
"ray/core/src/global_scheduler/global_scheduler",
|
||||
"ray/WebUI.ipynb"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user