From 7dda19266e3f39b4174e0530bedfa807b0a795a4 Mon Sep 17 00:00:00 2001 From: sinavir Date: Tue, 22 Apr 2025 12:42:14 +0200 Subject: [PATCH] feat(shell): Add pandas --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index b5f2618..3b7bb13 100644 --- a/shell.nix +++ b/shell.nix @@ -10,6 +10,7 @@ pkgs.mkShell { ps.ipympl ps.numba ps.matplotlib + ps.pandas ps.jupyter ps.jupyterlab-git