Last active
April 20, 2019 11:44
-
-
Save syoh/642c4ed5fddcc2afa92c910b97bc6e0c to your computer and use it in GitHub Desktop.
Install and activate jupyter-vim-binding
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
#!/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