nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

[BUG] jupytext not found when running with jupytext-nvim

Open jalil-salame opened this issue 1 year ago • 0 comments

Field Description
Plugin jupytext
Nixpkgs 24.05 (some packages come from unstable)
Home Manager 24.05

  • [x] I have read the FAQ and my bug is not listed there.

Description

When installing the jupytext plugin and trying to open a *.ipynb file, this fails with jupytext ... : 127 (command not found)

Minimal, Reproducible Example (MRE)

programs.nixvim = {
  plugins.jupytext.enable = true;
}

Other things I've tried

I have tried:

  • setting programs.nixvim.extraPython3Packages = p: [p.jupytext]; (same error)
  • entering a devshell with python3.jupytext available (works properly)

jalil-salame avatar Oct 05 '24 22:10 jalil-salame