Removed python from configuration.nix and added python 3.14 with the matplotlib package to current semester file
This commit is contained in:
parent
2c022e2910
commit
bade0a8e94
3 changed files with 8 additions and 2 deletions
|
|
@ -16,5 +16,12 @@
|
||||||
gnumake
|
gnumake
|
||||||
|
|
||||||
jupyter
|
jupyter
|
||||||
|
(python314.withPackages (
|
||||||
|
python-pkgs: with python-pkgs; [
|
||||||
|
matplotlib
|
||||||
|
ipykernel
|
||||||
|
]
|
||||||
|
))
|
||||||
|
# See here on how to install a kernel https://www.geeksforgeeks.org/python/managing-jupyter-kernels-a-comprehensive-guide/
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Added jupyter
|
Removed python from configuration.nix and added python 3.14 with the matplotlib package to current semester file
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,6 @@ let
|
||||||
rustc
|
rustc
|
||||||
rustfmt
|
rustfmt
|
||||||
nixos-shell
|
nixos-shell
|
||||||
python3
|
|
||||||
|
|
||||||
kdePackages.qtwebengine
|
kdePackages.qtwebengine
|
||||||
kdePackages.qtlocation
|
kdePackages.qtlocation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue