lambdalisue / jupyter-vim-binding

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

Help me file?? #6

Closed robbyki closed 9 years ago

robbyki commented 9 years ago

Hi, Thanks for this. Really want to try it out and followed installation steps but cannot follow the video. Is there any kind of help doc I could follow instead for how to use? Can't figure out what the key commands are. thank you.

lambdalisue commented 9 years ago

First of all, this plugin does not provide any command. If you install this plugin, the Vim-mode of CodeMirror should be automatically turned on.

What is written in console (browser console, not jupyter console) when you execute the below

%%javascript
Jupyter.utils.load_extensions('vim_binding')
robbyki commented 9 years ago

Do you mean IPython Terminal when you say "browser console? When I try it in IPython 4.0 I get:

In [1]: %%javascript                                                                                                               
   ...: Jupyter.utils.load_extensions('vim_binding')                                                                               
   ...:                                                                                                                            
<IPython.core.display.Javascript object> 
robbyki commented 9 years ago

Disregard. Needed to restart jupyter. Thanks a lot for this.

lambdalisue commented 9 years ago

I see. I ment console of developer tools while errors may be written in there because it is javascript.