Skip to content

Commit

Permalink
Fix notebook devshell and add pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Nov 13, 2024
1 parent 0a619be commit eda26de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@
callPackage (self.createCaceShell {
}) {};
notebook = callPackage (self.createCaceShell {
extra-packages = with pkgs; [
extra-python-packages = with pkgs.python3.pkgs; [
jupyter
pandas
];
}) {};
# Normal devShells
Expand Down

0 comments on commit eda26de

Please sign in to comment.