jupyter-desktop-server icon indicating copy to clipboard operation
jupyter-desktop-server copied to clipboard

Run a Linux Desktop on a JupyterHub

Results 18 jupyter-desktop-server issues
Sort by recently updated
recently updated
newest added

Hello, I'm working on getting this to work in an HPC computing cluster I am working on. I installed the PyPi package in this repo, but I am unsure of...

When `install.R` and `runtime.txt` are added to the binder directory, the "desktop" link (noVNC) does not start well. Do you have any ideas about this? This works well. https://github.com/kozo2/binder-cytoscape-desktop https://mybinder.org/v2/gh/kozo2/binder-cytoscape-desktop/master...

Since https://github.com/yuvipanda/jupyter-desktop-server/commit/18d7fb7b2a123bb1ffeb080472805efcc6ff4fc1, we don't actually start the websockify process until /vnc is hit. This causes intermittent failures where the websocket isn't up quick enough for noVNC to treat it as...

Currently, we need a postBuild file to download & install tigervnc in an expected location. Instead, we should bundle tigervnc along with the python package itself, so this is not...

Currently the websockify wraps the VNC server. The advantage is that a separate process manager for the VNC server isn't needed. Only websockify needs to be managed by jupyter-server-proxy. This...

Would be nice if you could copy and paste in and out of the jupyter desktop. In practice there are loads of browser security issues which make this harder, and...

In the container, `dbus-launch` seems to leave behind a few zombie processes that go unreaped. This is ok for just now, but longer term we need a better plan on...

Currently in jupyter_desktop.py, we hardcode the resolution to 1024x768. We should instead allow this to be dynamic and changeable via configuration. This could tie into #3 as well