-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enable Tensorboard on the hub #2
Comments
It does the same as it does inline; tries to load tensorboard (tab title is correct) but the actual screen is blank. Will try troubleshooting to see if jupyterhub issue or (more likely) a pytorch one |
I talked to Yuvi two days ago and he said the important thing is that you can change the base_url, which seems like it is the case for tensorboard! If you can set the base_url to |
Looking into wandb as an alternative |
@SammyAgrawal do you have capacity to add jupyter-tensorboard-proxy to the pangeo-ml image following the new guide and testing this? Or can we install this on the fly @yuvipanda? |
has to be in the image unfortunately |
@SammyAgrawal this one is for you, since I remember you wanted to use tensorboard?
Take a look at the jupyter-server-proxy docs:
https://jupyter-server-proxy.readthedocs.io/en/latest/arbitrary-ports-hosts.html#with-jupyterhub
I think there might be a way to write a simple url so you can navigate to a local port on the hub. Let me know if that works.
The text was updated successfully, but these errors were encountered: