Skip to content

Jupyter notebooks on neovim powered by Jupytext

Notifications You must be signed in to change notification settings

nvim-contrib/nvim-jupytext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-jupytext

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.

Installation

Using lazy.nvim:

return {
  "nvim-contrib/nvim-jupytext",
  config = true,
}

About

Jupyter notebooks on neovim powered by Jupytext

Resources

Stars

Watchers

Forks

Contributors

Languages

  • Lua 100.0%