How to add a new route

Hi,

How can I add a new route to the JupyterHub proxy server?

I am seeing this:
2019-07-18T06:45:37.580512167Z 06:45:37.580 - info: [ConfigProxy] Adding route /user/user1 -> http://100.127.96.4:8888
I need another route to be added to port 6006 (for tensorboard to run on JupyterLab).

Can anyone assist?

Thanks,
Shimon

Rather than adding a route to the proxy, which would be very complicated, this is typically done with jupyter-server-proxy which proxies internally in the context of the notebook server to local processes.