From 6e35b5961054732334d3add038c410fb4312ca49 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Fri, 29 Mar 2024 12:57:21 -0700 Subject: [PATCH] Use newer version of jupyter-remote-desktop-proxy There's a lot of helpful UI changes to the desktop that haven't been released yet (primarily https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/78). In particular, the hub control panel is much easier to access, and so is the clipboard. Until a release is made (https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues/87), we can install it directly from source --- setup-scripts/setup-linux-desktop.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup-scripts/setup-linux-desktop.bash b/setup-scripts/setup-linux-desktop.bash index 2db6fe0..fb6b0d7 100755 --- a/setup-scripts/setup-linux-desktop.bash +++ b/setup-scripts/setup-linux-desktop.bash @@ -44,7 +44,8 @@ mamba install -c conda-forge --yes \ jupyter-server-proxy \ nbgitpuller -python -m pip install --no-cache "jupyter-remote-desktop-proxy==1.2.1" +# Until https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues/87 is sorted +python -m pip install --no-cache git+https://github.com/jupyterhub/jupyter-remote-desktop-proxy@a7c1ae9bca94ca3a4bbf90f7a105e16b1603d4bd fix-permissions "${CONDA_DIR}" fix-permissions "/home/${NB_USER}"