GBallesteros

Results 32 comments of GBallesteros

It's definitely a good idea for swap cells to move also the cell separator. I will look into it. As to why. Well, the honest answer is simply that it...

Hi @raffaem I finally got around to implementing this on #46. It has now be pushed to main. Cheers

I'm afraid I can't reproduce this. I stay in normal mode after following the sequence of steps you describe above. I'm on 0.10.0 while I test this but I believe...

Can you explain what information is jupytext missing above in order to make use of the `auto` mode?

jupytext.nvim calls `jupytext` using [`vim.fn.system(cmd)`](https://github.com/GCBallesteros/jupytext.nvim/blob/c8baf3ad344c59b3abd461ecc17fc16ec44d0f7b/lua/jupytext/commands.lua#L18). `jupytext` must therefore be findable on the PATH which I believe is not the case above. The easiest way to get it on the PATH...

Hi @ClemensKohl I'm afraid this is out of the control of `jupytext.nvim`. I don't know if jupytext has support for this. Either the nvim plugins you cite or jupytext are...

Thanks. Looks good. Will test when I have some time before merging.

I finally had a bit of time to look into this but I couldn't reproduce with the current `main` branch. Could you send over a raw minimal `ipynb` file that...

Hi @Samasaur1 I have finally decided against merging this PR. I think that having null bytes within "normal" code is an uncommon enough occurence that a fix here is not...