notebook.nvim icon indicating copy to clipboard operation
notebook.nvim copied to clipboard

Open .ipynb notebook files in neovim

Results 4 notebook.nvim issues
Sort by recently updated
recently updated
newest added

I have magma and treesitter plugins and they are run smoothly. After I install notebook.nvim, I get the following error with every time I open an .ipynb file: ``` Error...

Hi @meatballs great plugin! The idea of this plugin is exactly what I need for work. I have the issue though that I cannot delete or move cells. The plugin...

When I create a new cell in using `:NBAddCell` then the lines added in the new cell are still internally handled as the prev cell in Magma extension. and sometimes...

The extmarks from this plugin mess up the placement of the magma output somehow. Commenting out the line that renders virtual text makes magma work perfectly. I suspect it's some...