diff --git a/shenvs/jupyter.nix b/shenvs/jupyter.nix index 9ac4c06..c7b91d1 100644 --- a/shenvs/jupyter.nix +++ b/shenvs/jupyter.nix @@ -24,5 +24,7 @@ pkgs: { }; inherit python3; }) + gnuplot + ghostscript ]; }