前提
Windows 10
pythonをインストール済み
AppData以下のpython scriptディレクトリへのPATHを追加済み
gitをインストール済み
jupyter notebook 本体のインストール
pip install jupyter
データ変換、描画ライブラリのインストール
pip install numpy pandas matplotlib
nbextensionsのインストール
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install
Vim bindingをインストール
git clone https://github.com/lambdalisue/jupyter-vim-binding C:\ProgramData\jupyter\nbextensions\vim_binding
インストール後、NbextensionタブからVim bindingを有効化