Install jupyter maybe?
This commit is contained in:
parent
1d422864cc
commit
b0217e58ff
|
@ -17,7 +17,7 @@
|
||||||
devShells = forEachSupportedSystem ({pkgs}: {
|
devShells = forEachSupportedSystem ({pkgs}: {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
[python311 virtualenv]
|
[python311 jupyter virtualenv]
|
||||||
++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib]);
|
++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib]);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue