Connect to tensorboard behind jupyterhub
I've put my tensorboard behind an apache proxy so that calls to the tensorboard are
http://localhost/tensorboard/
Would be interested to see how to modify jupyter_tensorboard to connect to this type of call.
The problem may be that it's going through jupyterhub. The url that is going into the system is
http://big-apple.local/jupyterhub/user/user/api/tensorboard?1549244001578
I think jupyterhub will handle these url forwardings well
I found the problem. The auto enable for jupyter_tensorboard installs the server extension in the user context. When I'm using jupyterhub, I naturally want the server extension in the system context, so I have to add them manually.
Not sure what is the best way of dealing with this other than to add information into the error message or documentation.
I have this issue (similar) into a Kubernetes cluster, running JupyterHub... Any solution?