temperature-development: import
This commit is contained in:
12
temperature-development/shell.nix
Normal file
12
temperature-development/shell.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
(pkgs.python3.withPackages (py: [
|
||||
py.jupyter
|
||||
py.seaborn
|
||||
py.matplotlib
|
||||
py.pandas
|
||||
py.numpy
|
||||
]))
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user