basic plotting with jupyter
This commit is contained in:
parent
3ea1becd6f
commit
c62a29e900
6 changed files with 4308 additions and 2 deletions
11
flake.nix
11
flake.nix
|
|
@ -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
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue