-
You can check out https://github.com/dccsillag/magma-nvim A nice, integrated solution in my opinion.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
vim-jukit was designed specifically with jupyter notebook in mind in case you want to use an actual REPL
-
You can also use jupytext.vim to easily open and edit notebooks. Then you can use a REPL program to evaluate the different cells individually. The only downside to me is that you can’t save the output back to the notebook (images etc.).
-
I use untitled-ai/jupyter_ascending.vim when working alone and VS Code with Jupyter & nvim plugins when pair programming. I don't love either, but jupyter_ascending is the best compromise I've found so far.