-
Notifications
You must be signed in to change notification settings - Fork 1
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
Access tensorboard with nbserverproxy? #16
Comments
This should be possible with https://github.com/jupyterhub/nbserverproxy, which is used by the Dask dashboard to proxy port 8787 to urls like: |
Thanks. I'm almost there I can launch tensorboard with a bang command within a notebook cell:
then it is starts to load at
(I see the orange "tensorboard" banner) but it hangs indefinitely with the message "Loading active dashboards". Is there something intercepting or a simple explanation why it doesn't load the whole page? |
@jjhelmus, we are two domain scientists(!) trying to get a jupyterhub instance ready for a class on machine learning with 40 students, and you popped up when I googled "tensorboard" and "nbserverproxy". Do you know whether this problem is:
|
I am not familiar enough with jupyterhub nor nbserverproxy to provide any help with this issue. |
@jjhelmus, thanks for looking. It was worth a shot! |
@dbuscombe-usgs , is it possible to call tensorboard in the notebook instead of from the command line? Would either of the solutions here work? |
Thanks but I can't get any of these options to work. |
Appreciate this is an old issue but may be resolved with the new absolute URL proxy.
https://jupyter-server-proxy.readthedocs.io/en/latest/arbitrary-ports.html?highlight=absolute |
Is there any way to launch a web browser from within a notebook, to view localhost?
http://jupyter-dbuscombe-2dusgs:6006
It is for accessing tensorboard outputs
The text was updated successfully, but these errors were encountered: