default options
This commit is contained in:
parent
d0b0d2585e
commit
95cef91b1a
@ -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
|
||||
|
3
singleuser/jupyterlab_settings/apputils-extension/themes.jupyterlab-settings
Normal file → Executable file
3
singleuser/jupyterlab_settings/apputils-extension/themes.jupyterlab-settings
Normal file → Executable file
@ -6,5 +6,6 @@
|
||||
|
||||
// Selected Theme
|
||||
// Application-level visual styling theme
|
||||
"theme": "JupyterLab Dark"
|
||||
// "theme": "JupyterLab Dark"
|
||||
"theme": "JupyterLab Miami Nights"
|
||||
}
|
0
singleuser/jupyterlab_settings/codemirror-extension/commands.jupyterlab-settings
Normal file → Executable file
0
singleuser/jupyterlab_settings/codemirror-extension/commands.jupyterlab-settings
Normal file → Executable file
0
singleuser/jupyterlab_settings/extensionmanager-extension/plugin.jupyterlab-settings
Normal file → Executable file
0
singleuser/jupyterlab_settings/extensionmanager-extension/plugin.jupyterlab-settings
Normal file → Executable file
Loading…
Reference in New Issue
Block a user