Skip to content

Instantly share code, notes, and snippets.

@dsuess
Last active February 2, 2021 02:46
Show Gist options
  • Save dsuess/ec3465fad23a9631f8d4181442d3150b to your computer and use it in GitHub Desktop.
Save dsuess/ec3465fad23a9631f8d4181442d3150b to your computer and use it in GitHub Desktop.
Lifecycle configuration to setup vim keybindings in SageMaker
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