Last active
February 2, 2021 02:46
-
-
Save dsuess/ec3465fad23a9631f8d4181442d3150b to your computer and use it in GitHub Desktop.
Lifecycle configuration to setup vim keybindings in SageMaker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source /home/ec2-user/anaconda3/bin/activate /home/ec2-user/anaconda3/envs/JupyterSystemEnv | |
jupyter labextension install jupyterlab_vim | |
pip install jupyter_contrib_nbextensions | |
sudo -H -u ec2-user bash -c "source /home/ec2-user/anaconda3/bin/activate /home/ec2-user/anaconda3/envs/JupyterSystemEnv && jupyter-contrib nbextension install --user && jupyter-nbextension enable select_keymap/main" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment