Skip to content

Commit

Permalink
default options
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicalmichael committed Nov 28, 2021
1 parent d0b0d25 commit 95cef91
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,15 @@ COPY install_monitoring.sh /tmp/
COPY install_hugo.sh /tmp/
COPY install_geckodriver.sh /tmp/

USER root
## CONFIG
# Copy over config which creates launcher icons in jupyterlab
COPY jupyter_notebook_config.py /home/jovyan/.jupyter/
COPY ./jupyterlab_settings /home/jovyan/.jupyter/lab/user-settings/@jupyterlab
RUN mkdir -p /home/$NB_USER/.jupyter/lab/workspaces/
COPY ./jupyterlab_settings /home/$NB_USER/.jupyter/lab/user-settings/@jupyterlab
RUN chmod -R 777 /home/$NB_USER/.jupyter/lab

USER $NB_UID

# USER SETTINGS
RUN echo "export EDITOR=/usr/bin/vim" >> /home/$NB_USER/.bashrc
Expand Down
5 changes: 3 additions & 2 deletions singleuser/jupyterlab_settings/apputils-extension/themes.jupyterlab-settings
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@

// Selected Theme
// Application-level visual styling theme
"theme": "JupyterLab Dark"
}
// "theme": "JupyterLab Dark"
"theme": "JupyterLab Miami Nights"
}
Empty file.
Empty file.

0 comments on commit 95cef91

Please sign in to comment.