-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect to tensorboard behind jupyterhub #43
Comments
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? |
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 text was updated successfully, but these errors were encountered: