https://github.com/lambdalisue/jupyter-vim-binding
# You may need the following to create the directoy
$ mkdir -p $(jupyter --data-dir)/nbextensions
# Now clone the repository
$ cd $(jupyter --data-dir)/nbextensions
$ git clone https://github.com/lambdalisue/jupyter-vim-binding vim_binding
pip install https://github.com/ipython-contrib/IPython-notebook-extensions/archive/master.zip --user
https://github.com/ipython-contrib/IPython-notebook-extensions/wiki
一些已有的notebook
git clone https://github.com/donnemartin/data-science-ipython-notebooks
git clone https://github.com/maxmelnick/jupyter_keyboard_shortcuts_snippets
git clone https://github.com/jbwhit/jupyter-tips-and-tricks