Skip to content

Commit

Permalink
Use newer version of jupyter-remote-desktop-proxy
Browse files Browse the repository at this point in the history
There's a lot of helpful UI changes to the desktop that
haven't been released yet (primarily jupyterhub/jupyter-remote-desktop-proxy#78).
In particular, the hub control panel is much easier to access,
and so is the clipboard.

Until a release is made (jupyterhub/jupyter-remote-desktop-proxy#87),
we can install it directly from source
  • Loading branch information
yuvipanda authored Mar 29, 2024
1 parent babb0fa commit 6e35b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup-scripts/setup-linux-desktop.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 6e35b59

Please sign in to comment.