File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ build-essential
36
36
gfortran
37
37
38
38
# 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
40
41
41
42
# Other useful document-related tools
42
43
# pandoc installed by R installation
@@ -58,14 +59,17 @@ tig # console UI for git
58
59
multitail
59
60
tree
60
61
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
62
64
dbus-x11
65
+ xfce4
66
+ xfce4-panel
67
+ xfce4-session
68
+ xfce4-settings
63
69
xorg
64
70
xubuntu-icon-theme
65
- xfce4
66
- xfce4-goodies
67
- xclip
68
- xsel
71
+ tigervnc-standalone-server
72
+ tigervnc-xorg-extension
69
73
70
74
# GUI text editors
71
75
emacs
Original file line number Diff line number Diff line change @@ -62,4 +62,4 @@ dependencies:
62
62
- pip
63
63
- pip :
64
64
# Access linux desktop from inside JupyterHub
65
- - jupyter-desktop-server==0.1.3
65
+ - jupyter-remote- desktop-proxy
You can’t perform that action at this time.
0 commit comments