szymonmaszke / vimpyter

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

Some notebooks are empty when opened #19

Open darthdeus opened 5 years ago

darthdeus commented 5 years ago

I'm not sure if this is related to #7, but some notebooks I open are working, and others are empty. Is there any way to see why this is happening?

mooreniemi commented 5 years ago

Also seeing this issue. From :messages:

Error detected while processing function <SNR>163_updateSuccessVim:
line    4:
Failed to update original notebook
cjber commented 4 years ago

Could this be related to #5? The discussion appears to agree that it was fixed (although the issue is open), but I could replicate with a recent version of vimpyter.

cassiotbatista commented 4 years ago

I might be facing the same issue here. Jupyter can open a notebook fine before I try opening it with Neovim, which then somehow turns it into an empty file.

The screencast below shows a notebook opened by Jupyter before and after Neovim messes it up.

rec

BrunoGomesCoelho commented 4 years ago

Could this be related to #5? The discussion appears to agree that it was fixed (although the issue is open), but I could replicate with a recent version of vimpyter.

I could also replicate it with the latest version of vimpyter and vim 8.2 - A jupyter with spaces opens a empty buffer, while if I substitute the spaces it works.