Finished with improvements, continued on experimental resuls

This commit is contained in:
Marius Drechsler 2024-08-05 19:04:39 +02:00
parent f494a2cf61
commit b372d043e6
11 changed files with 265 additions and 59 deletions

View file

@ -43,6 +43,10 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
typst
python312
python312Packages.pandas
python312Packages.glob2
python312Packages.matplotlib
];
};