Skip to content

Commit

Permalink
Fix notebook devshell and add pandas, remove octave
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Nov 15, 2024
1 parent b15cff3 commit 5d6b89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
magic-vlsi,
netgen,
volare,
octave,
xschem,
ngspice,

Expand Down Expand Up @@ -69,7 +68,6 @@
klayout-gdsfactory
magic-vlsi
netgen
octave
ngspice
xschem
];
Expand Down
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@
callPackage (self.createCaceShell {
}) {};
notebook = callPackage (self.createCaceShell {
extra-packages = with pkgs; [
extra-python-packages = with pkgs.python3.pkgs; [
jupyter
pandas
];
}) {};
dev = callPackage (self.createCaceShell {
Expand Down

0 comments on commit 5d6b89f

Please sign in to comment.