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
|
||||
|
||||
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/
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue