jupyter_tensorboard icon indicating copy to clipboard operation
jupyter_tensorboard copied to clipboard

Connect to tensorboard behind jupyterhub

Open joequant opened this issue 6 years ago • 4 comments

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.

joequant avatar Feb 04 '19 01:02 joequant

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

joequant avatar Feb 04 '19 01:02 joequant

I think jupyterhub will handle these url forwardings well

lspvic avatar Feb 04 '19 04:02 lspvic

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.

joequant avatar Feb 23 '19 12:02 joequant

I have this issue (similar) into a Kubernetes cluster, running JupyterHub... Any solution?

rvernaeshv avatar Mar 11 '21 09:03 rvernaeshv