Edit Jupyter Notebooks alongside their plain‑text counterparts, with zero friction.
Under the hood it uses jupytext to handle conversions.
This plugin is inspired by GCBallesteros/jupytext.vim, but never writes intermediary files into your project folder.
Using lazy.nvim:
return {
"nvim-contrib/nvim-jupytext",
config = true,
}