Skip to content

Commit

Permalink
Merge pull request #82 from nmfs-opensci/eeholmes-patch-1
Browse files Browse the repository at this point in the history
switch to jupyter-remote-desktop-proxy
  • Loading branch information
eeholmes authored Oct 22, 2024
2 parents 8bc871e + 2a9874d commit 371b089
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions apt-extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ build-essential
gfortran

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

# Other useful document-related tools
# pandoc installed by R installation
Expand All @@ -58,14 +59,17 @@ tig # console UI for git
multitail
tree

## This section adds tools needed for desktop environment
# This section adds tools needed for desktop environment
# https://github.com/jupyterhub/jupyter-remote-desktop-proxy
dbus-x11
xfce4
xfce4-panel
xfce4-session
xfce4-settings
xorg
xubuntu-icon-theme
xfce4
xfce4-goodies
xclip
xsel
tigervnc-standalone-server
tigervnc-xorg-extension

# GUI text editors
emacs
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ dependencies:
- pip
- pip:
# Access linux desktop from inside JupyterHub
- jupyter-desktop-server==0.1.3
- jupyter-remote-desktop-proxy

0 comments on commit 371b089

Please sign in to comment.