nixos/home/prog/jupyter/default.nix

9 lines
143 B
Nix
Raw Normal View History

{python, ...}:
with python.pkgs; [
jupyterlab
jupyterlab-git
nbdime
nbconvert
(callPackage ./catppuccin_jupyterlab/default.nix {})
]