Skip to content

[BUG] jupytext not found when running with jupytext-nvim enabled #3728

@taranarmo

Description

@taranarmo

Plugin

jupytext

Nixpkgs Release

unstable

Home Manager Release

unstable

I have read the FAQ

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

Description

Basically the #2367 happened again: having jupytext plugin enabled doesn't add jupytext package to PYTHONPATH.
Similar to above mentioned issue

  • setting programs.nixvim.extraPython3Packages = p: [p.jupytext]; doesn't work
  • entering nix shell with python3Packages.jupytext does
  • adding python3Packages.jupytext to extraPackages does work too

Minimal, Reproducible Example (MRE)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions