From 2026c147ecfedfc0d3e19743ffa30f9dec41be5c Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Sun, 25 Feb 2018 10:19:12 -0800 Subject: [PATCH] say which port is local and which one is remote (#1591) --- doc/source/tune.rst | 2 +- doc/source/webui.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/tune.rst b/doc/source/tune.rst index a861a5554..f93463b0b 100644 --- a/doc/source/tune.rst +++ b/doc/source/tune.rst @@ -237,7 +237,7 @@ To use the Client API, you can start your experiment with ``with_server=True``: run_experiments({...}, with_server=True, server_port=4321) -Then, on the client side, you can use the following class. The server address defaults to ``localhost:4321``. If on a cluster, you may want to forward this port (e.g. ``ssh -L :localhost:
``) so that you can use the Client on your local machine. +Then, on the client side, you can use the following class. The server address defaults to ``localhost:4321``. If on a cluster, you may want to forward this port (e.g. ``ssh -L :localhost:
``) so that you can use the Client on your local machine. .. autoclass:: ray.tune.web_server.TuneClient :members: diff --git a/doc/source/webui.rst b/doc/source/webui.rst index 5db73cf52..42b0635fe 100644 --- a/doc/source/webui.rst +++ b/doc/source/webui.rst @@ -50,7 +50,7 @@ with the ``-L`` option as such: .. code-block:: bash - ssh -L :localhost: @ + ssh -L :localhost: @ So for the above URL, you would use the port 8889. The Jupyter notebook attempts to run on port 8888, but if that fails it tries successive ports until it finds