basic plotting with jupyter

This commit is contained in:
CDaut 2024-05-21 12:36:54 +02:00
parent 3ea1becd6f
commit c62a29e900
Signed by: clara
GPG key ID: 223391B52FAD4463
6 changed files with 4308 additions and 2 deletions

View file

@ -57,8 +57,15 @@
valgrind
# general deps
imgui
];
# TODO: include deps depending on XDG_SESSION_TYPE here (wayland vs X11)
] ++ [
## Phython stuff for plotting
(python3.withPackages (ps: with ps; with python3Packages; [
jupyter
ipython
matplotlib
]))
];
# TODO: include deps depending on XDG_SESSION_TYPE here (wayland vs X11)s
};
});
};