refactor: Apps & Development

This commit is contained in:
2025-02-07 22:01:18 +01:00
parent c407e1e9ee
commit c3f4470f80
5 changed files with 18 additions and 48 deletions
@@ -12,6 +12,21 @@ in {
vscode
neovim
jetbrains.idea-ultimate
go
(python3.withPackages (
ps: with ps; [
jupyter # notebooks
matplotlib
numpy
pandas
pillow
plotly
scikitlearn
scipy
tqdm # progressbar in pandas
wheel # python development
]
))
];
};
}