feature(deven): add devenv for ml exercises
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
|
||||
{
|
||||
languages.python = {
|
||||
enable = true;
|
||||
venv.enable = true;
|
||||
venv.requirements = ''
|
||||
ipython
|
||||
jupyter
|
||||
matplotlib
|
||||
numpy
|
||||
scikit-learn
|
||||
'';
|
||||
};
|
||||
|
||||
packages = [
|
||||
pkgs.graphviz
|
||||
pkgs.zsh
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user