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:
alanamarzoev
2017-06-20 10:32:55 -07:00
committed by Robert Nishihara
parent 3052ce25a6
commit ed9380d73d
3 changed files with 89 additions and 105 deletions
+2 -1
View File
@@ -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"
]