Skip to content

Commit

Permalink
added disabling keyboard shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jul 21, 2021
1 parent 0371444 commit 6f9440f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r-dsci-100/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ RUN useradd -m -s /bin/bash -N -u 9999 jupyter

USER jupyter

COPY rm-merge-shortcut.py /home/jupyter/.jupyter/lab/user-settings/\@jupyterlab/shortcuts-extension/shortcuts.jupyterlab-settings

# Configure jupyter user
ENV NB_USER=jupyter \
NB_UID=9999
Expand Down

0 comments on commit 6f9440f

Please sign in to comment.