From ff19c461caa561620ab1f4beb61df3271586fd6a Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 8 Feb 2021 21:02:21 +0000 Subject: [PATCH 1/4] =?UTF-8?q?Rename=20repo=20jupyter-desktop-server=20?= =?UTF-8?q?=E2=9E=A1=EF=B8=8F=20=20jupyter-remote-desktop-proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d12c0e7..6c661208 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Jupyter Desktop Server -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/yuvipanda/jupyter-desktop-server/master?urlpath=desktop) +# Jupyter Remote Desktop Proxy +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterhub/jupyter-remote-desktop-proxy/master?urlpath=desktop) Run XFCE (or other desktop environments) on a JupyterHub. -This is based on https://github.com/ryanlovett/nbnovnc and a fork of https://github.com/manics/jupyter-omeroanalysis-desktop +This is based on https://github.com/ryanlovett/nbnovnc. If a `vncserver` executable is found in `PATH` it will be used, otherwise a bundled TightVNC server is run. You can use this to install vncserver with support for other features, for example the [`Dockerfile`](./Dockerfile) in this repository installs TurboVNC for improved OpenGL support. From e5878cc0f4e19c7c191671aa45fb574360b47f97 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 8 Feb 2021 21:02:38 +0000 Subject: [PATCH 2/4] =?UTF-8?q?Rename=20branch=20master=20=E2=9E=A1?= =?UTF-8?q?=EF=B8=8F=20=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c661208..9989ef3e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Jupyter Remote Desktop Proxy -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterhub/jupyter-remote-desktop-proxy/master?urlpath=desktop) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterhub/jupyter-remote-desktop-proxy/main?urlpath=desktop) Run XFCE (or other desktop environments) on a JupyterHub. From 97e9a8dc9eb512534578b68810f11b8366f7ed1f Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 8 Feb 2021 21:13:13 +0000 Subject: [PATCH 3/4] Additional explanation of what this does --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9989ef3e..4a7f678d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Jupyter Remote Desktop Proxy [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterhub/jupyter-remote-desktop-proxy/main?urlpath=desktop) -Run XFCE (or other desktop environments) on a JupyterHub. +Run XFCE (or other desktop environments) on Jupyter. This is based on https://github.com/ryanlovett/nbnovnc. +When this extension is launched it will run a Linux desktop on the Jupyter single-user server, and proxy it to your browser using VNC via Jupyter. + If a `vncserver` executable is found in `PATH` it will be used, otherwise a bundled TightVNC server is run. You can use this to install vncserver with support for other features, for example the [`Dockerfile`](./Dockerfile) in this repository installs TurboVNC for improved OpenGL support. From 397cdf240a8b7c4cb3bd9bca98fd37cf3e37c485 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 11 Mar 2021 20:57:27 +0000 Subject: [PATCH 4/4] README: use HEAD instead of main in binder link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a7f678d..6327be0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Jupyter Remote Desktop Proxy -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterhub/jupyter-remote-desktop-proxy/main?urlpath=desktop) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterhub/jupyter-remote-desktop-proxy/HEAD?urlpath=desktop) Run XFCE (or other desktop environments) on Jupyter. @@ -42,4 +42,4 @@ Executing the command: jupyter notebook *snip* ``` -Now head to the URL shown and you will be greated with a XFCE desktop. \ No newline at end of file +Now head to the URL shown and you will be greated with a XFCE desktop.