You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
FYI I chose vnc_lite.html over vnc.html because the latter seems to be a full application rather than just a basic viewer. vnc.html uses LocalStorage to save your current settings including the backend websocket path. This is a big problem running on mybinder since the storage is associated with the domain whereas each desktop is completely independent, and you end up with noVNC attempting to connect to an old non-existent binder.
This was incredibly hard to debug, so thought I'd mention it in case you weren't aware!
@manics: I however tried to use vnc.html with jupyterhub but I can't get it to work. Connection always fails. Do you have any idea of the necessary changes?
In our postBuild, we download noVNC just to use the client side. We then use
sed
to make some changes.Instead we should figure out... something else :D Options are:
I think 2 is the solution we should go for
The text was updated successfully, but these errors were encountered: