lambdalisue / jupyter-vim-binding

Jupyter meets Vim. Vimmer will fall in love.
2.1k stars 136 forks source link

Does this can run in windows? #98

Closed spk921 closed 7 years ago

spk921 commented 7 years ago

Summary

Is this runnable in window10 platform?

Enabling notebook extension vim_binding/vim_binding...

I have above problem. Thank you

Environment

Behavior

Expected

Actual

Step by step procedure

  1. Start local Jupyter Notebook by jupyter notebook
  2. Access http://localhost:8888/
  3. etc.

What you have done to solve the issue

For example, the behavior is confirmed with Firefox 44.0.2 and Google Chrome xx.xx.xx and could not be reproduced in Firefox but Chrome or what ever.

Remarks

If any

lambdalisue commented 7 years ago

See https://github.com/lambdalisue/jupyter-vim-binding/issues/86

hongsoog commented 7 years ago

Yes it runs on Windows 10.

  1. install git if you don't have. Open Anaconda Prompt, and run "conda install git"

  2. cd to your nbextensions folders (ex. C:/user/yourname/Anaconda3/share/jupyter/nbextensions) and run "git clone https://github.com/lambdalisue/jupyter-vim-binding vim_binding"

  3. Check "VIM binding" in Nbextensions tab whin Jupyter Notebook in browser.