szymonmaszke / vimpyter

Edit your Jupyter notebooks in Vim/Neovim
MIT License
334 stars 17 forks source link

Post your GIFs/Screenshots regarding vimpyter #3

Closed szymonmaszke closed 4 years ago

szymonmaszke commented 6 years ago

Title says it all, if you have some interesting GIFs/screenshots about vimpyter post them here.

Here are the ones used in README:

ezgif com-video-to-gif

2018-02-28-142445_1528x880_scrot

Freed-Wu commented 4 years ago

Image 7

Excuse me, how can I run python to get out[] in my vim? It looks like I must press run in my chrome browser manually and the change in chrome browser will not write to vim?

szymonmaszke commented 4 years ago

@Freed-Wu You can't get output in vim, only in separate notebook instance (e.g. jupyter notebook in browser).

When you save your code from vim notebook's data is updated. Reloaded Jupiter tab to see changes.

You can't write to notebook via browser's jupyter, it won't get updated in vim accordingly. In browser you should check output created by vim and run the cells only.