Added jupyter kernel configuration

This commit is contained in:
EsVagy42 2026-02-19 23:09:41 +01:00
parent bade0a8e94
commit 106fe0b44c
7 changed files with 287 additions and 2 deletions

View file

@ -16,12 +16,12 @@
gnumake
jupyter
# Do not forget to update the version in the jupyter kernel when updating
(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/
];
}