From b82a62eab127c447230d38625c8e7c1273e6fc62 Mon Sep 17 00:00:00 2001 From: tdback Date: Wed, 11 Dec 2024 21:50:18 -0500 Subject: forgot the visualization part :P --- pandas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas b/pandas index 290222e..3f2dc00 100755 --- a/pandas +++ b/pandas @@ -2,4 +2,4 @@ # pandas: Spawn an ipython repl for data wrangling and visualization. -nix-shell -p 'python3.withPackages (p: with p; [ ipython numpy pandas ])' --command ipython +nix-shell -p 'python3.withPackages (p: with p; [ ipython matplotlib numpy pandas ])' --command ipython -- cgit v1.2.3