Skip to content

Instantly share code, notes, and snippets.

@jhjin
Created May 3, 2019 18:21
Show Gist options
  • Save jhjin/33482e73c66669c6222fdf9010d0e0ce to your computer and use it in GitHub Desktop.
Save jhjin/33482e73c66669c6222fdf9010d0e0ce to your computer and use it in GitHub Desktop.
# clone it under jupyter extension path
mkdir -p $(jupyter --data-dir)/nbextensions
git clone https://github.com/lambdalisue/jupyter-vim-binding $(jupyter --data-dir)/nbextensions/vim_binding

# enable it permanently
jupyter nbextension enable vim_binding/vim_binding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment