Getting remote access to jupyter notebook
Predrag Punosevac
predragp at andrew.cmu.edu
Fri Aug 16 15:09:34 EDT 2019
Ok I think I am getting what is happening here. You are essentially
using reverse ssh proxy as a VPN tunnel and then run Browser through
it. That is going to be very slow and it is more or less the same
thing you would do with
ssh -Y -o "ProxyCommand ssh username at bash.autonlab.org" blabla
What I am saying is try to use X2Goclient to connect via
bash.autonlab.org proxy to a computing node of your liking and then
start the browser in X2Goclinent custom (openbox) session. That would
work in real time. My only concern is that in the past week or two I
and Rob were getting blacklisted by CMU firewall for using NX. Let me
think little bit more about the problem. I am surprised nobody wrote a
server mode for Jypiter notebook like the one there is for Rstudio.
Predrag
On Fri, Aug 16, 2019 at 1:39 PM Michael Andrews <mbandrews at cmu.edu> wrote:
>
> Hi all,
>
> Is there a way to get remote access to a jupyter notebook running on one of the gpu machines without using a reverse ssh (i.e. https://medium.com/@sankarshan7/how-to-run-jupyter-notebook-in-server-which-is-at-multi-hop-distance-a02bc8e78314) as this apparently violates firewall rules?
>
> Thanks,
> Michael
More information about the Autonlab-users
mailing list