jupyter-remote-desktop-proxy icon indicating copy to clipboard operation
jupyter-remote-desktop-proxy copied to clipboard

Run a Linux Desktop on a JupyterHub

Results 20 jupyter-remote-desktop-proxy issues
Sort by recently updated
recently updated
newest added

Adds a textarea that acts as a shared bi-directional clipboard. This is based on `vnc.html`: - https://github.com/novnc/noVNC/blob/v1.2.0/vnc.html#L143-L157 - https://github.com/novnc/noVNC/blob/v1.2.0/app/ui.js#L924-L966 ![image](https://user-images.githubusercontent.com/1644105/126801135-55fee060-f40b-4b6d-9eb1-81cc1da356db.png)

I'd love to use and contribute with maintenance of this project, but I struggle to understand enough about it to feel confident on how to install it etc. Here are...

documentation

We moved the upstream of that repo here, but there are more issues in that repo. We should transfer them. I'm not sure how. EDIT: Link is https://github.com/yuvipanda/jupyter-desktop-server/issues

### Bug description I did the build and failed #### Expected behaviour Should build #### Actual behaviour ``` Status: Downloaded newer image for jupyter/base-notebook:python-3.7.6 ---> 43c995183265 Step 2/10 : USER...

bug

I'm trying to learn to use and contribute with maintenance of this project. Doing so, I'm looking at all files and trying to understand their purpose etc. - I noted...

Use an action to comment once and update the comment instead of repeatedly commenting. See https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/2#issuecomment-775461687 This action should ensure there's only one comment that gets updated.

This PR adds navigation buttons to the VNC client top bar. Without it there are no links to navigate elsewhere or stop the container. ![screenshot_2021-04-22_16-00-25_151009480](https://user-images.githubusercontent.com/122319/115727435-e0a6c080-a383-11eb-8c56-52baea1fd8d2.png) The CSS is a bit...

I think all projects benefit greatly from a technical overview as that allows anyone to better onboard and for example debug issues or contribute to maintenance in various ways. Here...

I've not been able to pinpoint the reason, but it seems like the initial attempt to connect to a VNCserver via websockets when visiting /desktop can sometimes fail. I suspect...

This project relies on websockify, and that typically needs to get installed via conda-forge with its pre-compiled stuff bundled there. Due to that, having a conda-forge feedstock becomes extra relevant...

maintenance