jupyter-dash
jupyter-dash copied to clipboard
alive_url should use server url to run behind proxies
JupyterDash.run_server launches the server and then query health by using the alive_url composed of host and port . When running behind a proxy, the publically available url is arbitrary. There is already a JupyterDash.server_url that is used in dashboard_url. Shouldn't alive_url follow the same construction?