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

A neovim plugin to navigate and execute code cells

Results 25 NotebookNavigator.nvim issues
Sort by recently updated
recently updated
newest added

## New Feature: Run Cells Above This pull request introduces a new feature `run_cells_above` to the NotebookNavigator plugin. This function allows users to execute all code cells above the current...

Hi, Thanks for the plugin! I just set it up with hydra, mini.ai and hydra following the docs. Everything works great, but when I open neovim without any file, I...

The `run_cell` function with the toggleterm backend does not send indentation line over. Here is a screencap. The first time I use NotebookNavigator to send the cell to the REPL....

If we configure [molten-nvim](https://github.com/benlubas/molten-nvim) to use virtual text to display output, it shows outputs after the cell marker of next cell. ![Current behavior](https://github.com/GCBallesteros/NotebookNavigator.nvim/assets/11665236/ec47d245-efe6-488f-acb6-42a205bef9b4) This is very confusing so I'd like...

`swap_cell('u')` swaps the _content_ of the current cell with the cell above. A new cell separator is created for the current cell (why?), while the cell above retains the old...

The first time you run a cell with the hydra, i.e. `hx`, the cell is send over to the REPL correctly, the cursor is moved down to next cell correctly,...

NotebookNavigator currently has support for: - iron.nvim - toggleterm - molten More providers would be welcome if anybody needs them. PRs welcome!

@cnrrobertson This is very much WIP. Code is a mess and is missing all kind of sanity checks but the core idea is there

https://github.com/chrisgrieser/nvim-various-textobjs in case you find it worth mentioning in the docs. (didn't want to do a PR where I simply add my own plugin, therefore just an issue here.)

should only apply to filetypes with a valid cell marker in the config. Addresses #9 with a more elegant approach.