plugins/molten: add ipykernel python dependency

This commit is contained in:
AsbjornOlling 2025-04-14 15:40:29 +02:00 committed by Matt Sturgeon
parent 0bdc32e331
commit d4dada282a

View file

@ -224,6 +224,7 @@ mkVimPlugin {
cairosvg
ipython
nbformat
ipykernel
];
defaultText = literalExpression ''
p: with p; [
@ -232,6 +233,7 @@ mkVimPlugin {
cairosvg
ipython
nbformat
ipykernel
]
'';
description = "Python packages to add to the `PYTHONPATH` of neovim.";