actualiza shenv de anpi y crea shenv de jupyter
This commit is contained in:
parent
78f8c2a547
commit
bbdd2d9731
|
@ -1,5 +1,11 @@
|
||||||
pkgs: {
|
pkgs: {
|
||||||
paths = with pkgs; [
|
paths = with pkgs; [
|
||||||
octave
|
octave
|
||||||
|
(python39.withPackages ( packages: with packages; [
|
||||||
|
numpy
|
||||||
|
scipy
|
||||||
|
sympy
|
||||||
|
matplotlib
|
||||||
|
] ))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
11
shenvs/jupyter.nix
Normal file
11
shenvs/jupyter.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
pkgs: {
|
||||||
|
paths = with pkgs; [
|
||||||
|
(python39.withPackages ( packages: with packages; [
|
||||||
|
jupyterlab
|
||||||
|
matplotlib
|
||||||
|
numpy
|
||||||
|
scipy
|
||||||
|
sympy
|
||||||
|
] ))
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue