Evie Litherland-Smith
456b9a475c
Change jupyterlab/default.nix to just return a package set which is then integrated with other python packages in default.nix
9 lines
143 B
Nix
9 lines
143 B
Nix
{python, ...}:
|
|
with python.pkgs; [
|
|
jupyterlab
|
|
jupyterlab-git
|
|
nbdime
|
|
nbconvert
|
|
(callPackage ./catppuccin_jupyterlab/default.nix {})
|
|
]
|