Skip to content

Instantly share code, notes, and snippets.

@syoh
Last active April 20, 2019 11:44
Show Gist options
  • Save syoh/642c4ed5fddcc2afa92c910b97bc6e0c to your computer and use it in GitHub Desktop.
Save syoh/642c4ed5fddcc2afa92c910b97bc6e0c to your computer and use it in GitHub Desktop.
Install and activate jupyter-vim-binding
#!/bin/bash
mkdir -p $(jupyter --data-dir)/nbextensions
git clone https://github.com/lambdalisue/jupyter-vim-binding \
$(jupyter --data-dir)/nbextensions/vim_binding
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