@@ -0,0 +1,10 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
(pkgs.python313.withPackages (p: with p; [
matplotlib
numpy
]))
];
}
The note is not visible to the blocked user.