Skip to content
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

Open
joequant opened this issue Feb 4, 2019 · 4 comments
Open

Connect to tensorboard behind jupyterhub #43

joequant opened this issue Feb 4, 2019 · 4 comments

Comments

@joequant
Copy link

joequant commented Feb 4, 2019

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
Copy link
Author

joequant commented Feb 4, 2019

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 joequant changed the title Connect to tensorboard behind proxy Connect to tensorboard behind jupyterhub Feb 4, 2019
@lspvic
Copy link
Owner

lspvic commented Feb 4, 2019

I think jupyterhub will handle these url forwardings well

@joequant
Copy link
Author

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.

@rvernaeshv
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants