Skip to content

Commit 371b089

Browse files
authored
Merge pull request #82 from nmfs-opensci/eeholmes-patch-1
switch to jupyter-remote-desktop-proxy
2 parents 8bc871e + 2a9874d commit 371b089

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

apt-extras.txt

+10-6
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ build-essential
3636
gfortran
3737

3838
# Dependencies for nbconvert and myst
39-
# texlive is installed by R installation but not some of the common packages
39+
# texlive is installed by R installation
40+
# Add packages with tlmgr in rocker.sh
4041

4142
# Other useful document-related tools
4243
# pandoc installed by R installation
@@ -58,14 +59,17 @@ tig # console UI for git
5859
multitail
5960
tree
6061

61-
## This section adds tools needed for desktop environment
62+
# This section adds tools needed for desktop environment
63+
# https://github.com/jupyterhub/jupyter-remote-desktop-proxy
6264
dbus-x11
65+
xfce4
66+
xfce4-panel
67+
xfce4-session
68+
xfce4-settings
6369
xorg
6470
xubuntu-icon-theme
65-
xfce4
66-
xfce4-goodies
67-
xclip
68-
xsel
71+
tigervnc-standalone-server
72+
tigervnc-xorg-extension
6973

7074
# GUI text editors
7175
emacs

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ dependencies:
6262
- pip
6363
- pip:
6464
# Access linux desktop from inside JupyterHub
65-
- jupyter-desktop-server==0.1.3
65+
- jupyter-remote-desktop-proxy

0 commit comments

Comments
 (0)