nbnovnc icon indicating copy to clipboard operation
nbnovnc copied to clipboard

Jupyter notebook extension for proxing a VNC session

Results 8 nbnovnc issues
Sort by recently updated
recently updated
newest added

Hello, I came across this jupyter extension, and it seems very promising. I'm currently working on building a new research computing HPC cluster, and we use jupyterhub with [this](https://github.com/jupyterhub/batchspawner) batch...

See [TigerVNC/tigervnc #639](https://github.com/TigerVNC/tigervnc/pull/639). This should simplify nbnovnc.

I suspect the binder configuration needs some version pins added somewhere. I tried the binder link today, and while it worked a couple of months ago, now the VNC handshake...

Is there a straightforward way to get the VNC session to show up in the "running" tab of the notebook? I'm looking for a straightforward way to shut down the...

SuperviseAndProxyHandler is supervising circus for us, but is actually proxying novnc. I need to configure circus to open the socket for novnc.

Again, thanks for taking the initiative to throw this together! I've gotten a great response in some demos I've run lately, and I've been asked to put some effort into...

So I've just gotten this working on a CentOS system. For reasons beyond my understanding, Debian derivatives ship with TightVNC, but RedHat derivatives use TigerVNC. This results in different executable...

We currently use the notebook extension to visit vnc_auto.html and pass in a query string parameter to set the path to the websocket. Visiting /novnc should be sufficient to get...